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

support for redis6+ acl-only auth (in server(), auth()) #155

Open
combrs opened this issue Jun 1, 2022 · 1 comment
Open

support for redis6+ acl-only auth (in server(), auth()) #155

combrs opened this issue Jun 1, 2022 · 1 comment

Comments

@combrs
Copy link

combrs commented Jun 1, 2022

Hello!
Now in doc I see only mention about using 'password', but it not relevant anymore: in redis6+ I can disable ' default' user and use only acl-users.
It requires to send both 'user, password' in AUTH command, but I have only

password
If your Redis server requires authentication, you can use the password attribute.

Please add support for new AUTH form for redis and sentinel (sentinel auth is separated from redis).

@joelchornik
Copy link
Contributor

Hi, this pull request my solve your issue: #163

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