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
Database Driver & Version: Redis 6.0.10 using predis
Description:
I'm using a Redis DB with the ACL feature, added in version 6, but I can't use the auth command with username and password because in Illuminate\Redis\RedisManager::parseConnectionConfiguration the username gets removed from the parameters.
Trying to use session handling with Redis throws a Predis\Connection\ConnectionException AUTH failed: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
The text was updated successfully, but these errors were encountered:
Description:
I'm using a Redis DB with the ACL feature, added in version 6, but I can't use the auth command with username and password because in
Illuminate\Redis\RedisManager::parseConnectionConfiguration
the username gets removed from the parameters.The username parameter is supported now by predis.
Steps To Reproduce:
Trying to use session handling with Redis throws a
Predis\Connection\ConnectionException
AUTH failed: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
The text was updated successfully, but these errors were encountered: