summaryrefslogtreecommitdiff
path: root/redis/cluster.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for cluster myshardid (#2704)Anurag Bandyopadhyay2023-05-081-0/+8
* add "address_remap" feature to RedisCluster (#2726)Kristján Valur Jónsson2023-05-021-0/+22
* add queue_class to REDIS_ALLOWED_KEYS (#2577)Dongkeun Lee2023-03-161-0/+1
* Remove redundant assignment. (#2620)Eom Taegyung "Iggy2023-03-161-1/+0
* Fix unlink in cluster pipeline (#2562)gmbnomis2023-01-291-0/+11
* add support for custom connection pool class in NodesManager (#2547)Dongkeun Lee2023-01-111-1/+4
* allow replica to master promotion in nodes_cache (#2549)Dongkeun Lee2023-01-111-0/+2
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-2/+2
* Add support for certain LATENCY commands (#2503)dvora-h2022-12-141-0/+3
* Added a replacement for the default cluster node in the event of failure. (#2...Bar Shaul2022-12-011-2/+43
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-101-99/+88
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-101-0/+1
* fix docs for password protected socket access (#2378)Robert Hofer2022-11-071-1/+1
* ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)Greg Melton2022-08-021-25/+44
* Remove python2-only `__nonzero__` method from `cluster.py` (#2313)Nikita Sobolev2022-07-311-4/+0
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-271-2/+2
* Remove verbose logging from `redis-py/redis/cluster.py` (#2238)Nial Daly2022-07-241-56/+7
* docs: Fix a few typos (#2274)Tim Gates2022-07-241-1/+1
* commands/cluster: use pipeline to execute split commands (#2230)Utkarsh Gupta2022-06-271-50/+15
* Changed dynamic_startup_nodes default value to 'True' to prevent breaking bac...Bar Shaul2022-06-271-5/+5
* Added dynamic_startup_nodes configuration to RedisCluster. (#2244)Bar Shaul2022-06-231-2/+15
* Reuse the old nodes' connections when a cluster topology refresh is being don...Bar Shaul2022-06-231-11/+26
* Made sync lock consistent and added types to it (#2137)Anas2022-06-011-0/+8
* Fix tests for Redis 7 (#2182)dvora-h2022-05-311-0/+1
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-301-36/+78
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-301-6/+9
* Fix Missing ClusterPipeline Lock (#2190)Greg Melton2022-05-301-0/+5
* Get command keys for subcommands (#2170)dvora-h2022-05-081-0/+1
* Add support for CLUSTER SHARDS (#2151)dvora-h2022-05-081-1/+25
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-137/+63
* fix execute_command() determine nodes error when no key command (#2097)suxb2012022-04-281-1/+4
* [CLUSTER] Fix scan command cursors & Fix scan_iter (#2054)Utkarsh Gupta2022-03-231-6/+10
* Remove verbose logging from cluster initializers (#2055)Joni Nevalainen2022-03-231-4/+0
* Add support for SEARCH commands in cluster (#2042)dvora-h2022-03-141-6/+41
* Add support to use certificates from string in ssl connection (#2048)dvora-h2022-03-141-0/+1
* Add support for CLUSTER DELSLOTSRANGE (#2018)dvora-h2022-03-141-0/+2
* Add support for CLUSTER ADDSLOTSRANGE (#2017)dvora-h2022-03-141-0/+1
* Add cluster support for functions (#2016)dvora-h2022-03-061-0/+13
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-1/+29
* Add support for AUTH (#1929)dogukanteber2022-03-021-0/+1
* Implement locks for RedisCluster (#2013)Jake Barnwell2022-03-011-0/+67
* Add cluster support for scripting (#1937)Jake Barnwell2022-02-221-18/+69
* FixingElevated CPU utilization on one node when using RedisCluster pipeline (...Mike Shchurov2022-02-221-5/+3
* Fix flushdb and flushall (#1926)Meir Shpilraien (Spielrein)2022-02-071-2/+8
* Clusters should optionally require full slot coverage (#1845)Bar Shaul2022-01-101-63/+12
* Documentation cleanup (#1841)Chayim2021-12-301-0/+1
* Retry on error exception and timeout fixes (#1821)Bar Shaul2021-12-231-52/+49
* Fixed MovedError, and stopped iterating through startup nodes when slots are ...Bar Shaul2021-12-221-2/+12
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-0/+17
* Improved RedisCluster's reinitialize_steps and documentation (#1765)Bar Shaul2021-12-021-7/+29