lua-resty-redis-ratelimit icon indicating copy to clipboard operation
lua-resty-redis-ratelimit copied to clipboard

Limit the request processing rate between multiple NGINX instances backed by Redis

Results 2 lua-resty-redis-ratelimit issues
Sort by recently updated
recently updated
newest added

Hi, I have set up everything and I constantly get error 503 This is my limit block access_by_lua_block { local ratelimit = require "resty.redis.ratelimit" local lim, err = ratelimit.new("one", "2r/s")...

This variable seems necessary to me because if you want to continue using the redis connection to avoid opening more in the same script, it is not possible with the...