summaryrefslogtreecommitdiff
path: root/redis/asyncio/retry.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix retries in async mode (#2180)Eric Lemoine2022-06-191-0/+8
| | | | | | | | | * Avoid mutating a global retry_on_error list * Make retries config consistent in sync and async * Fix async retries * Add new TestConnectionConstructorWithRetry tests
* `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
* Fix asyncio retry.py typing (#2011)Andrew Chen Wang2022-03-011-2/+2
|
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+58
Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>