-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Allow URL encoded parameters in Redis URLs by Default #589
Labels
Comments
Agreed. I believe the only issue with making this the default behavior currently is passwords that have a "%" in them. |
Since v3.0 has happened in 2018 maybe this issue can be revisited. |
This issue is marked stale. It will be closed in 30 days if it is not updated. |
This is now the default and will be included in the 4.0 release. |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yesterday I submitted pull request #586 to allow URL encoded parameters to be included in Redis URLs, but this has to be explicitly enabled by passing
decode_components=True
tofrom_url
since existing clients might be relying on the current behavior.I saw that version 3.0 of redis-py is in the works so it might be nice to include a change in the new version that removes the
decode_components
argument and always decodes URL components.The text was updated successfully, but these errors were encountered: