redis-py-cluster
redis-py-cluster copied to clipboard
Python cluster client for the official redis cluster. Redis 3.0+.
In **Redis cluster tutorial**, it says : > ## Migrating to Redis Cluster > Users willing to migrate to Redis Cluster may have just a single master, or may already...
Currently the solution is designed around functions that has special implementation to support multi slot commands. What needs to be investigated and looked at is to support the more simple...
When `redis-trib.rb` inside the redis repo have support for password protected connections there is no need to keep the patched version inside this repo.
**Issue Description:** Bunch of exceptions occured (`redis.exceptions.ConnectionError` is one of those) when `scan_iter()` method is called during failover. ## Scenario **Env** - Linux OS - Redis Cluster: 3 master +...
Write documentation on how to best port existing code to use this cluster lib
Hi, We have 6 node cluster with 3 master & their respective slaves setup in zig-zag manner on three servers to sustain single node failure for redis V5.0.3. The complete...