summaryrefslogtreecommitdiff
path: root/redis/cluster.py
Commit message (Collapse)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
| | | | fully covered (#1819)
* 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
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+2066
Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>