You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The limit-count plugin can set redis connection timeout, but can not set redis-cluster connection timeout, because utils.rediscluster only support to set read timeout (https://github.com/apache/apisix/blob/master/apisix/utils/rediscluster.lua#L27).
The default connection timeout of resty redis cluster is 1 second and I need longer.
The text was updated successfully, but these errors were encountered:
Description
The limit-count plugin can set redis connection timeout, but can not set redis-cluster connection timeout, because utils.rediscluster only support to set read timeout (https://github.com/apache/apisix/blob/master/apisix/utils/rediscluster.lua#L27).
The default connection timeout of resty redis cluster is 1 second and I need longer.
The text was updated successfully, but these errors were encountered: