redis-py-cluster icon indicating copy to clipboard operation
redis-py-cluster copied to clipboard

Python cluster client for the official redis cluster. Redis 3.0+.

Results 37 redis-py-cluster issues
Sort by recently updated
recently updated
newest added

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...

gathering feedback
3.0.0

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...

enhancement
3.0.0

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.

enhancement
3.0.0

**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 +...

3.0.0

Write documentation on how to best port existing code to use this cluster lib

enhancement
Documentation

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...