Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Fix redis connect with empty password#37791
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
chalasr left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
With minor comment
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Messenger/Transport/RedisExt/Connection.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
9a8b439 toe8bcf5fComparesrc/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
1b4014f tof7648c0Comparef7648c0 to9946f7fComparefabpot commentedAug 10, 2020
Thank you@alexander-schranz. |
Uh oh!
There was an error while loading.Please reload this page.
If you use DSN like this it will fail as auth is called with an empty password:
The auth should only be called when a password is set to a specific string.
Else it will fail with:
Redis Conf "redis-nopass.conf":
requirepass""