chopper-poet

Results 3 issues of chopper-poet

what is different resty.limit.req with resty.limit.count? If i want to restrict qps,which one shoud i choose? thks.

hi,agentzh I used lock:lock on init_worker_by_lua_file,but inoperative. here is my code `local resty_lock = require "resty.lock" local lockOpts = {["exptime"]="5",["timeout"]="0"} local lock, err = resty_lock:new("MY_LOCKS",lockOpts) if not lock then ngx.log(ngx.ERR,"failed...

hi,friend If i want to use lua-resty-redis in 'redis Sentinel pattern',what should i do?