summaryrefslogtreecommitdiff
path: root/redis/asyncio/retry.py
Commit message (Expand)AuthorAgeFilesLines
* Fix retries in async mode (#2180)Eric Lemoine2022-06-191-0/+8
* `Retry()`: Support negative `retries` value (#2110)Kristján Valur Jónsson2022-04-281-1/+2
* Fix asyncio retry.py typing (#2011)Andrew Chen Wang2022-03-011-2/+2
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+58