summaryrefslogtreecommitdiff
path: root/redis/asyncio/client.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into cluster-fixesChayim2022-11-081-1/+1
|\
| * fix docs for password protected socket access (#2378)Robert Hofer2022-11-071-1/+1
* | Updating retry object for existing and new connectionsBar Shaul2022-11-021-0/+1
* | Added getter and setter for the client's retry object and added more testsBar Shaul2022-11-021-0/+6
|/
* Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...v4.4.0rc2Kristján Valur Jónsson2022-09-291-17/+5
* Dev/no can read (#2360)Kristján Valur Jónsson2022-09-291-7/+15
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-271-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