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

Passwords have special symbols #135

Open
chenkui-it opened this issue Nov 9, 2021 · 0 comments
Open

Passwords have special symbols #135

chenkui-it opened this issue Nov 9, 2021 · 0 comments

Comments

@chenkui-it
Copy link

redis Passwords have special symbols, such as # and % ,No matter what method is used, it can not be solved.

ParseResult(scheme='redis', netloc=':57#[email protected]:6379', path='/0', params='', query='', fragment='')
Convert the password using parse.quote to get 57%23Wc903z result:invalid password

if I don't do anything ;
result:
ParseResult(scheme='redis', netloc=':57', path='', params='', query='', fragment='[email protected]:6379/0')

Looking forward to reply

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