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

redisMGet

Retrieve one or more values from Redis.


Description

Retrieve values corresponding to the specified list of keys.

Usage

redisMGet(keys, ...)

Arguments

keys

A vector or list of character strings corresponding to keys to retrieve.

...

Optional arguments. Specify raw=TRUE to skip de-serialization of the returned values.

Details

Values are returned in a list with names corresponding to keys. The raw argument is used to retrieve binary data from other languages.

Value

A list of retrieved key/value pairs. Missing values return NULL.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

Examples

## Not run: 
redisSet('x',runif(5))
redisSet('y',runif(5))
redisMGet(c('x','y'))

## 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.