tooz/releasenotes/notes/redis-connect-retries-c9adfc81eb06a4ab.yaml
Pavlo Shchelokovskyy 47c4d56e44 Enable retries in redis driver
this is followup to Iaab5ce609c0dcf7085f5dd43efbd37eb4b88f17b

actually retry for specified number of retries instead of raising
error on first ConnectionError

Change-Id: Ibca3f568b65dfea252da4b67f6d5105ba7f1ecb1
2021-06-16 19:44:38 +03:00

6 lines
117 B
YAML

---
features:
- |
Redis driver retries actions for up to 15 times when met with error
connecting to Redis.