lua-resty-lrucache icon indicating copy to clipboard operation
lua-resty-lrucache copied to clipboard

Lua-land LRU Cache based on LuaJIT FFI

Results 14 lua-resty-lrucache issues
Sort by recently updated
recently updated
newest added

hi, i was use Kong version 1.0.3 my service online environment workers process cpu 100%, I use stapxx found debugging information is as follows: @/home/appops/gateway/openresty/lualib/resty/lrucache.lua:158 @./kong/router.lua:958 @./kong/router.lua:1221 @./kong/runloop/handler.lua:699 @./kong/init.lua:705 is...

版本: lua-resty-lrucache-0.08 nginx1.9.4 ngx_lua_module-0.9.2 配置: lua_package_path "/xxx/lua-resty-lrucache-0.08/lib/?.lua;;"; location / { access_by_lua_file /xxx/http_access.lua; } http_access.lua: local worker_lrucache = require "resty.lrucache" local c_lrucache, err = worker_lrucache.new(100000) -- allow up to 100000 items...

Hello team, for nginx-lua module https://github.com/openresty/lua-nginx-module/releases/tag/v0.10.26rc1 and onwards 'resty.core' is now mandatorily loaded, along with lua-resty-lrucache where can i find details on open security issues and those that were fixed...

Hello! v0.13 was previously present on this repo, pointing to 2ab2624c841cbf04785cc6384c5e213933d3b5f2 but it isnt no more - can this be checked please? Thank you!