redis-py
redis-py copied to clipboard
Add documentation to explain how works Redis retry
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 :
- https://github.com/redis/redis-py/issues/1833
- https://github.com/redis/redis-py/issues/1001
@sav-norem. Wanna?