Closed
Description
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
to from_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.