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
I would like to use Redis retry mechanics on a Redis cluster and standalone instance but I found no documentation about this in the README or documentation site.
I found some arguments to pass to Redis or RedisCluster constructors after searching in redis-py source code, but I don't undestand very well how retry mechanic is working.
I also found similar questions/issues about this here :