ngx.shcache
ngx.shcache copied to clipboard
shcache - simple cache object atop ngx.shared.DICT
Hello, According to line no. 173 of `shcache.lua`, it should be `opts.lock_shdict` instead of `opts.locks_shdict`.
i send an request like this : http://10.74.151.122/api/test007/v1, and i add some log in your codes like this: local function _get(self, key) -- always call get_stale() as it does not...
The opts table accepts the following options : opts.positive_ttl save a valid external loookup for, in seconds opts.positive_ttl save a invalid loookup for, in seconds ------> opts.negtive_ttl opts.actualize_ttl re-actualize a...