Test the existence of a key in the Redis database.
Test the existence of a key in the Redis database.
redisExists(key)
key |
The (required) character identifier to be looked up. |
The key must not contain spaces or newline characters (otherwise an error will be thrown).
Returns FALSE if no matching key, TRUE if matching key exists, and NULL if an error occured.
B. W. Lewis
http://redis.io/commands
## Not run: redisSet('x',runif(5)) redisExists('x') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.