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
RedisDB::Cluster will connect to Redis without timeout option.
Therefore, if a Redis node goes down and RedisDB::Cluster tries to connect to the dead Redis, RedisDB::Cluster waits complete connecting the dead Redis forever.
So I want to add timeout option to RedisDB::Cluster.
The text was updated successfully, but these errors were encountered:
RedisDB::Cluster will connect to Redis without
timeout
option.Therefore, if a Redis node goes down and RedisDB::Cluster tries to connect to the dead Redis, RedisDB::Cluster waits complete connecting the dead Redis forever.
So I want to add
timeout
option toRedisDB::Cluster
.The text was updated successfully, but these errors were encountered: