Skip to content
New issue

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

Support IPv6 configurations in redis.py #385

Open
tuxis-ie opened this issue Nov 3, 2021 · 0 comments
Open

Support IPv6 configurations in redis.py #385

tuxis-ie opened this issue Nov 3, 2021 · 0 comments

Comments

@tuxis-ie
Copy link
Contributor

tuxis-ie commented Nov 3, 2021

k, v = d.split(b":")

This line breaks setups using IPv6. Easy fixed with

        k, v = d.split(b":", 1)
@tuxis-ie tuxis-ie changed the title Support IPv6 configurations Support IPv6 configurations in redis.py Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant