Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not possible to connect to redis with username #202

Open
cybrwshl opened this issue Oct 20, 2021 · 0 comments
Open

not possible to connect to redis with username #202

cybrwshl opened this issue Oct 20, 2021 · 0 comments
Assignees

Comments

@cybrwshl
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants