Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisAuth

Redis authentication.


Description

Redis supports a trivially simple and insecure authentication method. This function implements it.

Usage

redisAuth(pwd)

Arguments

pwd

The (required) password.

Details

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.

Value

TRUE if sueccessful, FALSE otherwise.

Author(s)

B. W. Lewis

References

http://redis.io/commands


rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.