lua-resty-redis-ratelimit
lua-resty-redis-ratelimit copied to clipboard
feat(no-close): added variable to avoid closing
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 current code.