Currently, to authenticate with a username, a somewhat misleading invocation of the authentication function is required. ``` r = Redis('127.0.0.1', 11222); r.auth('user','password'); ```
Currently, to authenticate with a username, a somewhat misleading invocation of the authentication function is required.