perl-redis icon indicating copy to clipboard operation
perl-redis copied to clipboard

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

Open combrs opened this issue 2 years ago • 1 comments

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).

combrs avatar Jun 01 '22 11:06 combrs

Hi, this pull request my solve your issue: https://github.com/PerlRedis/perl-redis/pull/163

joelchornik avatar Sep 28 '22 18:09 joelchornik