Redis authentication.
Redis supports a trivially simple and insecure authentication method. This function implements it.
redisAuth(pwd)
pwd |
The (required) password. |
If you use this function, it's probably a good idea to encrypt network traffic between Redis and its client with a program like stunnel. Otherwise, passwords are transmitted over the network in clear text.
TRUE if sueccessful, FALSE otherwise.
B. W. Lewis
http://redis.io/commands
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.