summaryrefslogtreecommitdiff
path: root/redis/cluster.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-011-6/+33
* Added black and isort (#1734)Anas2021-11-301-376/+393
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-70/+64
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+2066