shreemaan-abhishek opened a new issue, #10501:
URL: https://github.com/apache/apisix/issues/10501

   ### Description
   
   The limit-count plugin allows using `redis` or `redis-cluster` policy to 
centralise the counter for rate limiting.
   
   > Rate-limiting policies to use for retrieving and increment the limit 
count. When set to local the counters will be locally stored in memory on the 
node. When set to redis counters are stored on a Redis server and will be 
shared across the nodes. It is done usually for global speed limiting, and 
setting to redis-cluster uses a Redis cluster instead of a single instance.
   
   This is specially helpful when there are multiple instances of APISIX.
   
   We should support similar feature for `limit-conn` and `limit-req` as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to