You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/08 03:20:52 UTC

[GitHub] [apisix] tzssangglass commented on issue #6530: bug: limit-count plugin does not work when I use redis cluster

tzssangglass commented on issue #6530:
URL: https://github.com/apache/apisix/issues/6530#issuecomment-1061365389


   what is your `redis.conf`, it seems that this is related to the maximum number of client connections that the redis cluster can handle.
   
   Even though we know it is reusing the connection pool, AFAIK it still opens a new connection to the redis cluster when there are no available connections in the connection pool.
   
   Can you show your redis cluster build process and hardware configuration? I need to reproduce it.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org