emqx-auth-redis
emqx-auth-redis copied to clipboard
not possible to connect to redis with username
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