summaryrefslogtreecommitdiff
path: root/redis/commands/cluster.py
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick for 4.3.5 (#2468)dvora-h2022-11-211-0/+19
* 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