summaryrefslogtreecommitdiff
path: root/redis/commands/cluster.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for cluster myshardid (#2704)Anurag Bandyopadhyay2023-05-081-1/+8
* Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494)Dongkeun Lee2022-12-251-0/+2
* Raising NotImplementedError for certain CLUSTER commands (#2504)dvora-h2022-12-141-0/+10
* Fix KeyError in async cluster - initialize before execute multi key commands ...dvora-h2022-10-301-0/+19
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-021-1/+1
* commands/cluster: use pipeline to execute split commands (#2230)Utkarsh Gupta2022-06-271-90/+114
* Add support for CLUSTER SHARDS (#2151)dvora-h2022-05-081-0/+8
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-159/+408
* Minor cleanups in commands/cluster.py (#2094)Binbin2022-04-281-4/+3
* Cluster commands linkdocs (#2069)Binbin2022-04-041-5/+90
* Add support for CLUSTER MYID (#2063)Binbin2022-03-311-0/+11
* [CLUSTER] Fix scan command cursors & Fix scan_iter (#2054)Utkarsh Gupta2022-03-231-0/+38
* Add support for CLUSTER LINKS (#2019)dvora-h2022-03-141-0/+12
* Add support for CLUSTER DELSLOTSRANGE (#2018)dvora-h2022-03-141-0/+11
* Add support for CLUSTER ADDSLOTSRANGE (#2017)dvora-h2022-03-141-0/+16
* Add cluster support for functions (#2016)dvora-h2022-03-061-0/+2
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-0/+2
* Add cluster support for scripting (#1937)Jake Barnwell2022-02-221-1/+8
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-011-553/+45
* Added black and isort (#1734)Anas2021-11-301-204/+202
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-12/+8
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+926