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

redisMSet

Set one or more key/value pairs in the Redis database.


Description

Set one or more key/value pairs in the Redis database.

Usage

redisMSet(keyvalues, NX = FALSE, ...)

Arguments

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 raw=TRUE to skip de-serialization of the data.

Details

Set one or more key/value pairs in the Redis database. Existing values will be replaced.

Value

“OK” upon success.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

Examples

## Not run: 
redisMSet(list(x=5, y=6))

## End(Not run)

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.