Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix retries in async mode (#2180) | Eric Lemoine | 2022-06-19 | 1 | -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ónsson | 2022-04-28 | 1 | -1/+2 |
| | | | | | | | * Support negative `retries` value * Add unit test * Add unittest for blocking api | ||||
* | Fix asyncio retry.py typing (#2011) | Andrew Chen Wang | 2022-03-01 | 1 | -2/+2 |
| | |||||
* | Add Async Support (#1899) | Andrew Chen Wang | 2022-02-22 | 1 | -0/+58 |
Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com> |