summaryrefslogtreecommitdiff
path: root/redis/asyncio/client.py
Commit message (Expand)AuthorAgeFilesLines
* AsyncIO Race Condition Fix (#2639)v4.3.64.3Chayim2023-03-221-3/+9
* Fix retries in async mode (#2180)Eric Lemoine2022-06-191-3/+14
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-8/+4
* Async Connection: Allow `PubSub.run()` without previous `subscribe()` (#2148)Kristján Valur Jónsson2022-05-021-3/+12
* Add async supoort for SEARCH commands (#2096)dvora-h2022-04-281-2/+2
* Async tests for redis commands, json, bloom, timeseries (#2087)dvora-h2022-04-071-0/+8
* fix asynic/client.py's import (#2079)wwqgtxx2022-04-041-2/+2
* Fix disable decode for dump command on asyncio (#2070)Mason2022-04-041-1/+1
* Add support to use certificates from string in ssl connection (#2048)dvora-h2022-03-141-0/+2
* Implement locks for RedisCluster (#2013)Jake Barnwell2022-03-011-1/+4
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+1344