summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/test_cluster.py
Commit message (Expand)AuthorAgeFilesLines
* Version 4.4.4 (#2671)v4.4.44.4dvora-h2023-03-291-17/+0
* AsyncIO Race Condition Fix (#2640)v4.4.3Chayim2023-03-221-0/+17
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-3/+3
* Added a replacement for the default cluster node in the event of failure. (#2...Bar Shaul2022-12-011-0/+40
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-101-1/+77
* Fix KeyError in async cluster - initialize before execute multi key commands ...dvora-h2022-10-301-0/+9
* Dev/no can read (#2360)Kristján Valur Jónsson2022-09-291-4/+4
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-281-26/+22
* Drop python 3.6 support (#2306)dvora-h2022-07-271-11/+3
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-271-32/+178
* Fix warnings and resource usage problems in asyncio unittests (#2258)Kristján Valur Jónsson2022-07-261-2/+2
* async_cluster: fix concurrent pipeline (#2280)Utkarsh Gupta2022-07-241-0/+8
* Reuse the old nodes' connections when a cluster topology refresh is being don...Bar Shaul2022-06-231-3/+7
* async_cluster: fix simultaneous initialize (#2231)Utkarsh Gupta2022-06-191-3/+5
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-301-1/+253
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-301-26/+9
* set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201)rapidia2022-05-301-0/+5
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-0/+2232