redis_api {redux} | R Documentation |
Create a Redis API object
Description
Create a Redis API object. This function is designed to be used from other packages, and not designed to be used directly by users.
Usage
redis_api(x, version = NULL)
Arguments
x |
An object that defines at least the function
|
version |
Version of the Redis API to generate. If given as
a numeric version (or something that can be coerced into one.
If given as |
[Package redux version 1.1.4 Index]