redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

Add documentation to explain how works Redis retry

Open Ankhas opened this issue 2 years ago • 1 comments

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

Ankhas avatar May 04 '22 08:05 Ankhas

@sav-norem. Wanna?

chayim avatar Sep 01 '22 12:09 chayim