Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
will lua-resty-limit-traffic work across the whole nignx cluster?
kchen007
a lot of the rate limiting library will only work on single node, will this one work across the ngnix nodes?
thanks
Kevin
zchao1995
Hi!
The lua-resty-limit-traffic also work on a single node, there is another library: https://github.com/timebug/lua-resty-redis-ratelimit which combines with redis, and cross multi-nginx instances.
kchen007
thanks @tokers. I will check it out.
Do you know how it performs?
Kevin