mirror of
https://github.com/predis/predis.git
synced 2026-08-26 15:49:59 +00:00
87452e62d0
When passing both "username" and "password" to connection parameters the client now uses the extended AUTH command to support ACL authentication with Redis 6.0. The plain old authentication method is still supported like usual simply by passing only "password" to connection parameters.