summaryrefslogtreecommitdiff
path: root/redis/asyncio/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect _disconnect_raise docstring (#2534)Mohsin Haider2023-01-051-2/+2
* replase get_event_loop wite get_running_loop (#2530)dvora-h2023-01-051-2/+2
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-3/+3
* Async: added 'blocking' argument to call lock method (#2454)Sibuken2022-12-011-0/+8
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-101-0/+7
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-101-0/+3
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-091-0/+5
* fix docs for password protected socket access (#2378)Robert Hofer2022-11-071-1/+1
* 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