How to pass username in auth option for redis.
iamvivekkaushik opened this issue · 0 comments
iamvivekkaushik commented
Hi, I was trying to use username in combination with password for redis storage adapter, but I'm not sure how I can use the auth
to achieve the same.
Redis 6.0 added username as an optional parameter https://redis.io/commands/auth
Is this supported?