summaryrefslogtreecommitdiff
path: root/redis/retry.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'update_supported_erros' to 'update_supported_errors' in Retry module ↵Jean Lopin2022-05-021-1/+1
| | | | (#2144)
* `Retry()`: Support negative `retries` value (#2110)Kristján Valur Jónsson2022-04-281-1/+2
| | | | | | | * Support negative `retries` value * Add unit test * Add unittest for blocking api
* Added retry mechanism on socket timeouts when connecting to the server (#1895)Bar Shaul2022-01-251-1/+5
|
* Support for specifying error types with retry (#1817)Bar Shaul2021-12-231-0/+8
|
* Added black and isort (#1734)Anas2021-11-301-2/+3
|
* Add retry mechanism with backoff (#1494)nbraun-amazon2021-08-181-0/+40