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
Cannot connect to Redis when password with special characters, such as myPass_#123^
Because the package 'machinery' cannot recognize special characters when connect to Redis
The password should be encoded before connecting, such as url.QueryEscape(cfg.Password)
https://github.com/dragonflyoss/Dragonfly2/blob/8f6f20b604bb540c39db5fb7020926e6db2dd9c8/internal/job/job.go#L67
successfully connect to redis
Redis password with special characters, such as myPass_#123^
The text was updated successfully, but these errors were encountered:
fix: CANNOT connet to Redis with special password dragonflyoss#2893
2bfcd0c
fix: CANNOT connet to Redis with special password #2893 (#2894)
21c19a9
Co-authored-by: karlhjm <[email protected]>
No branches or pull requests
Bug report:
Cannot connect to Redis when password with special characters, such as myPass_#123^
Because the package 'machinery' cannot recognize special characters when connect to Redis
The password should be encoded before connecting, such as url.QueryEscape(cfg.Password)
https://github.com/dragonflyoss/Dragonfly2/blob/8f6f20b604bb540c39db5fb7020926e6db2dd9c8/internal/job/job.go#L67
Expected behavior:
successfully connect to redis
How to reproduce it:
Redis password with special characters, such as myPass_#123^
Environment:
The text was updated successfully, but these errors were encountered: