storr_redis_api | R Documentation |
Redis object cache driver
storr_redis_api(
prefix,
con,
hash_algorithm = NULL,
default_namespace = "objects"
)
driver_redis_api(prefix, con, hash_algorithm = NULL)
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 |
hash_algorithm |
Name of the hash algorithm to use. Possible
values are "md5", "sha1", and others supported by
|
default_namespace |
Default namespace (see |
Rich FitzJohn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.