summaryrefslogtreecommitdiff
path: root/redis/asyncio/cluster.py
Commit message (Expand)AuthorAgeFilesLines
* Optionally disable disconnects in read_response (#2695)Kristján Valur Jónsson2023-05-081-24/+9
* add "address_remap" feature to RedisCluster (#2726)Kristján Valur Jónsson2023-05-021-1/+30
* Fixing cancelled async futures (#2666)Chayim2023-03-291-7/+14
* AsyncIO Race Condition Fix (#2641)v4.5.3Chayim2023-03-221-2/+10
* Async clusters: Support creating locks inside async functions (#2471)Utkarsh Gupta2022-12-041-1/+5
* Async: added 'blocking' argument to call lock method (#2454)Sibuken2022-12-011-0/+8
* Added a replacement for the default cluster node in the event of failure. (#2...Bar Shaul2022-12-011-1/+21
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-101-58/+63
* 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/+4
* Enable AsyncIO cluster mode lock (#2446)Milhan2022-11-091-0/+67
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-281-5/+3
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-021-6/+6
* Drop python 3.6 support (#2306)dvora-h2022-07-271-4/+2
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-271-181/+196
* async_cluster: fix concurrent pipeline (#2280)Utkarsh Gupta2022-07-241-9/+9
* commands/cluster: use pipeline to execute split commands (#2230)Utkarsh Gupta2022-06-271-6/+11
* async_cluster: fix simultaneous initialize (#2231)Utkarsh Gupta2022-06-191-2/+2
* async_cluster: improve docs (#2208)Utkarsh Gupta2022-06-021-36/+37
* async_cluster: optimisations (#2205)Utkarsh Gupta2022-06-011-79/+86
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-301-16/+312
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-1/+1
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-301-71/+91
* set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201)rapidia2022-05-301-1/+1
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-0/+1113