summaryrefslogtreecommitdiff
path: root/redis/asyncio/sentinel.py
Commit message (Expand)AuthorAgeFilesLines
* Kristjan/issue #2754: Add missing argument to SentinelManagedConnection.read_...Kristján Valur Jónsson2023-05-101-0/+3
* Improve error output for master discovery (#2720)Marc Schöchlin2023-04-271-2/+8
* Fix incorrect usage of once flag in async Sentinel (#2718)Felipe Machado2023-04-271-2/+2
* Add `timeout` parameter for SentinelManagedConnection (#2495)Guillaume Tassery2022-12-251-3/+10
* Use retry mechanism in async version of Connection objects (#2271)szumka2022-07-211-1/+7
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+353