emqx-auth-redis icon indicating copy to clipboard operation
emqx-auth-redis copied to clipboard

not possible to connect to redis with username

Open cybrwshl opened this issue 4 years ago • 0 comments

Why is it not possible to connect to a redis instance with username and password (instead of only password)? Redis added supoort for username/password authentication in version 6.0.0.

The Redis AUTH command was extended in Redis 6, so now it is possible to use it in the two-arguments form: AUTH <username> <password>

For more information see: https://redis.io/topics/acl

cybrwshl avatar Oct 20 '21 08:10 cybrwshl