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

Refactor NodeManager.initialize #476

Closed jerroydmoore closed 2 years ago

jerroydmoore commented 2 years ago

I was reading the node manager code and found optimizations and code readability improvements. They pass the unit tests.