nim-lang / redis

Official redis wrapper for Nim.
Other
128 stars 35 forks source link

Add username/password `auth` procedure #33

Closed chrisnovakovic closed 2 years ago

chrisnovakovic commented 2 years ago

This allows for authentication with Redis >= 6 servers that use ACLs.

chrisnovakovic commented 2 years ago

Quite right - sorry, this is my first exposure to Nim and I wasn't aware it does procedure overloading 😅

dom96 commented 2 years ago

No worries, thanks for the PR!