You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[9.x] Add username option for phpredis with redis ACL (#41683)
* Update PhpRedisConnector.php
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.
* Update PhpRedisConnector.php
* formatting
* remove whitespace
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments