Subject: | Explicit username/password support |
It doesn't look like the constructor accepts username/password options,
which is the usual place where a client would specify its credentials.
I see that authentication can be done by sending the AUTH command
(http://redis.io/commands/auth), which should be available via
$redis->auth and the magic of AUTOLOAD, but this is not instantly
obvious to all users of the client, so it would be nice if the
constructor handled this.
I'd be happy to patch in this support, if I could only figure out where
you keep the source... it doesn't seem to be on github, and there is no
relevant meta information in your META.yml.
(I also see some documentation errors, which I'd also be happy to supply
a patch for.)