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

[9.x] Add username option for phpredis with redis ACL #41683

Merged
merged 4 commits into from
Mar 25, 2022

Conversation

neoteknic
Copy link
Contributor

Add username in config for redis ACL (username + password) usage, previously have to use an array with password option, but break some laravel app if different environements (ex: a server with password only redis, a server with ACL redis (username + password), have to edit database.php to use an array

Allow to use username and password string for phpredis connection, instead of a password array.
Fix laravel crash if different environement (ex: one server with ACL, one with just a password), have to edit database.php to use an array in password field. Now you can use username and password.
@neoteknic neoteknic changed the title Add username option for phpredis with redis ACL [9.x] Add username option for phpredis with redis ACL Mar 25, 2022
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

Successfully merging this pull request may close these issues.

2 participants