summaryrefslogtreecommitdiff
path: root/tests/test_cluster.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for cluster myshardid (#2704)Anurag Bandyopadhyay2023-05-081-0/+7
* Add RedisCluster.remap_host_port, Update tests for CWE 404 (#2706)Kristján Valur Jónsson2023-05-071-17/+4
* add "address_remap" feature to RedisCluster (#2726)Kristján Valur Jónsson2023-05-021-0/+129
* add queue_class to REDIS_ALLOWED_KEYS (#2577)Dongkeun Lee2023-03-161-0/+13
* Fix unlink in cluster pipeline (#2562)gmbnomis2023-01-291-0/+19
* add support for custom connection pool class in NodesManager (#2547)Dongkeun Lee2023-01-111-1/+16
* allow replica to master promotion in nodes_cache (#2549)Dongkeun Lee2023-01-111-0/+51
* Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494)Dongkeun Lee2022-12-251-1/+9
* Raising NotImplementedError for certain CLUSTER commands (#2504)dvora-h2022-12-141-0/+8
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-4/+4
* Added a replacement for the default cluster node in the event of failure. (#2...Bar Shaul2022-12-011-0/+23
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-101-0/+100
* docs: Fix a few typos (#2274)Tim Gates2022-07-241-1/+1
* Added dynamic_startup_nodes configuration to RedisCluster. (#2244)Bar Shaul2022-06-231-1/+22
* Reuse the old nodes' connections when a cluster topology refresh is being don...Bar Shaul2022-06-231-0/+40
* Fix tests for Redis 7 (#2182)dvora-h2022-05-311-11/+26
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-54/+10
* Get command keys for subcommands (#2170)dvora-h2022-05-081-1/+0
* Add support for CLUSTER SHARDS (#2151)dvora-h2022-05-081-0/+23
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-3/+3
* Extended "CLUSTER NODES" parser to support special slot entries (importing, m...Bar Shaul2022-04-041-0/+37
* Clean up test supoort enterprise environments (#2082)dvora-h2022-04-041-0/+27
* Add support for CLUSTER MYID (#2063)Binbin2022-03-311-0/+5
* [CLUSTER] Fix scan command cursors & Fix scan_iter (#2054)Utkarsh Gupta2022-03-231-14/+45
* Add support for CLUSTER LINKS (#2019)dvora-h2022-03-141-0/+11
* Add support for CLUSTER DELSLOTSRANGE (#2018)dvora-h2022-03-141-0/+7
* Add support for CLUSTER ADDSLOTSRANGE (#2017)dvora-h2022-03-141-0/+6
* Fix flushdb and flushall (#1926)Meir Shpilraien (Spielrein)2022-02-071-0/+7
* Clusters should optionally require full slot coverage (#1845)Bar Shaul2022-01-101-54/+32
* Retry on error exception and timeout fixes (#1821)Bar Shaul2021-12-231-30/+9
* Fix cluster ACL tests (#1774)Bar Shaul2021-12-081-1/+1
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-1/+53
* Improved RedisCluster's reinitialize_steps and documentation (#1765)Bar Shaul2021-12-021-1/+19
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-011-6/+57
* Added black and isort (#1734)Anas2021-11-301-831/+918
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-14/+9
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+2482