Grokzen / redis-py-cluster

Python cluster client for the official redis cluster. Redis 3.0+.
https://redis-py-cluster.readthedocs.io/
MIT License
1.1k stars 316 forks source link

Do not initialize cluster when cluster slots are empty for node #517

Open mayank0903 opened 1 year ago

Grokzen commented 1 year ago

Hi @mayank0903

This repo is no longer active after redis-py merged in this code based and took over the maintenance of this code. Since then no changes other then critical security flaws will be handled/merged/released.

My recommendation is that you port this change over to redis-py if they are also affected by it. Then you start to move over your codebase from this lib to redis-py if possible. In those cases where that is not possible you will have to run with your own fork including this if you require this change for your own needs