han6565 commented on a change in pull request #3910:
URL: https://github.com/apache/apisix/pull/3910#discussion_r601996195



##########
File path: apisix/plugins/limit-count/limit-count-redis-cluster.lua
##########
@@ -32,7 +32,7 @@ local mt = {
 
 local function new_redis_cluster(conf)
     local config = {
-        name = "apisix-redis-cluster",
+        name = "apisix-redis-cluster-" .. conf.name,

Review comment:
       one name Mapping one routes,if all redis_cluster config the same name. 
When concurrent lrucache can not find the correct redis_cluster in pool. 
   This is my personal opinion ,maybe it is wrong.😄




-- 
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.

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


Reply via email to