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

redisCmd

General Redis Interface Function


Description

Perform any Redis command.

Usage

redisCmd(CMD, ..., raw = FALSE)

Arguments

CMD

The (required) Redis command (character string).

...

Redis command arguments.

raw

If TRUE, return results in raw byte form.

Details

Use this low-level function to perform any Redis operation. The ... argument(s) not already in raw format will be converted to raw byte format, and non-character values will be serialized.

Value

Output from the Redis command–varies depending on command.

Author(s)

B. W. Lewis

References

http://redis.io/commands

Examples

## Not run: 
redisCmd('set','x',runif(5))
redisCmd('get','x')

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