taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

Add support for username in `AUTH` command #270

Closed sumeet14 closed 1 year ago

sumeet14 commented 1 year ago

ACL provides functionality to create multiple users with their own passwords. Adding support for username in AUTH to allow authentication against multiple users.

ptaoussanis commented 1 year ago

@sumeet14 Thanks Sumeet, will get this merged next time I'm doing batched work on Carmine (hopefully w/in the next couple weeks) 👍

sumeet14 commented 1 year ago

Thanks @ptaoussanis !

ptaoussanis commented 1 year ago

@sumeet14 Thanks Sumeet, will be included in next release! 👍