storr (version 1.0.0)

storr_redis_api: Redis object cache driver

Description

Redis object cache driver

Usage

storr_redis_api(prefix, con, default_namespace = "objects")

driver_redis_api(prefix, con)

Arguments

prefix
Prefix for keys. We'll generate a number of keys that start with this string. Probably terminating the string with a punctuation character (e.g., ":") will make created strings nicer to deal with.
con
A redis_api connection object, as created by the RedisAPI package. This package does not actually provide the tools to create a connection; you need to provide one that is good to go.
default_namespace
Default namespace (see storr).