NRedisStack icon indicating copy to clipboard operation
NRedisStack copied to clipboard

Examine redis-py retry strategies and determine how they can be leveraged

Open chayim opened this issue 1 year ago • 1 comments

Relevant: https://github.com/redis/redis-py/blob/master/redis/retry.py

Backoffs: https://github.com/redis/redis-py/blob/master/redis/backoff.py

Examples: https://github.com/redis/redis-py/blob/d3a3ada03e080f39144807c9fbe44876c40e0548/docs/retry.rst

chayim avatar Oct 30 '23 13:10 chayim