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

Improve connection management for ClusterConnectionPool #475

Closed jerroydmoore closed 2 years ago

jerroydmoore commented 3 years ago

I noticed make test was failing for tests/test_multiprocessing_cluster.py::TestMultiprocessing::test_pool[1]. This fixes it.