Delete a key and associated value from Redis.
Delete a key and associated value from Redis.
redisDelete(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).
Nothing is returned if the key/value pair is successfully deleted. A warning is thrown if the they key could not be found.
B. W. Lewis
http://redis.io/commands
## Not run: redisSet('x',runif(5)) redisDelete('x') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.