We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 5.0.1 Platform: Python 3.10.12 on Ubuntu Description:
Cluster nodes are leaked when "localhost" is used in the host with multiple range slots. This happens because they're cached by node.name
redis-py/redis/asyncio/cluster.py
Line 1300 in d529c2a
But queried by get_node_name
Line 1294 in d529c2a
The difference between those two is that the former removes "localhost"
Line 971 in d529c2a
So we look for localhost and insert 127.0.0.1, evicting the previous entry
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 5.0.1
Platform: Python 3.10.12 on Ubuntu
Description:
Cluster nodes are leaked when "localhost" is used in the host with multiple range slots. This happens because they're cached by node.name
redis-py/redis/asyncio/cluster.py
Line 1300 in d529c2a
But queried by get_node_name
redis-py/redis/asyncio/cluster.py
Line 1294 in d529c2a
The difference between those two is that the former removes "localhost"
redis-py/redis/asyncio/cluster.py
Line 971 in d529c2a
So we look for localhost and insert 127.0.0.1, evicting the previous entry
The text was updated successfully, but these errors were encountered: