Set one or more key/value pairs in the Redis database.
Set one or more key/value pairs in the Redis database.
redisMSet(keyvalues, NX = FALSE, ...)
keyvalues |
A list of values to set of the form list(key1=value1, key2=value2, ...) |
NX |
If NX = TRUE, existing values will not be replaced, otherwise they will be. |
... |
Optional additional arguments. Specify |
Set one or more key/value pairs in the Redis database. Existing values will be replaced.
“OK” upon success.
B. W. Lewis
http://redis.io/commands
## Not run: redisMSet(list(x=5, y=6)) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.