auto-ssl / lua-resty-auto-ssl

On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
MIT License
1.93k stars 182 forks source link

How to pass username in auth option for redis. #271

Open iamvivekkaushik opened 2 years ago

iamvivekkaushik commented 2 years ago

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?