driver_redis_api {storr} | R Documentation |
Defunct functions
Description
Defunct functions
Usage
driver_redis_api(...)
storr_redis_api(...)
Arguments
... |
parameters (now all dropped as dots) |
Details
The Redis functions (driver_redis_api
and storr_redis_api
)
have been moved out of this package and into redux
. I don't
believe anyone is using them at the time of the move so this is
being done fairly abruptly - this is unfortunate, but necessary to
avoid a circular dependency! The new functions are simply
redux::driver_redis_api
and redux::storr_redis_api
, along with
a helper function redux::storr_hiredis
which also creates the
connection.
[Package storr version 1.2.6 Index]