Areeha
Results
1
issues of
Areeha
Hi, I have the following code executed on each request: ``` access_by_lua_block { local memcached = require "resty.memcached" local memc = memcached:new() memc:set_timeout(3000) -- 3 sec local ok = memc:connect("127.0.0.1",...