apisix/bin
YuanSheng Wang c351b38086
bugfix(lrucache): when creating cached objects, use resty-lock to avoid repeated creation. (#1486)
* bugfix(lrucache): one common use case for this library is avoid the so-called "dog-pile effect",
    that is, to limit concurrent backend queries for the same key when a cache miss happens.
* bugfix: catch the error messag by pcall, it may fail when generate new validator.
2020-04-22 17:47:16 +08:00
..
apisix bugfix(lrucache): when creating cached objects, use resty-lock to avoid repeated creation. (#1486) 2020-04-22 17:47:16 +08:00