NRedisStack
NRedisStack copied to clipboard
Examine redis-py retry strategies and determine how they can be leveraged
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