Defunct functions
driver_redis_api(...)storr_redis_api(...)
parameters (now all dropped as dots)
The redis functions (driver_redis_api
and
storr_redis_api
) have been moved out of this package and
into Redis. 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.