redis_setConfig: Set Config Settings

Description Usage Arguments Details Value

View source: R/setConfig.R

Description

The function sets config entries with a given key in the Redis cache.

Usage

1
redis_setConfig(key, ..., .list)

Arguments

key

character, key to identify config settings

...

named arguments for config settings

.list

list of config settings, see details

Details

The config settings may either be passed using ... argument or .list. If .list is provided, any other parameter in ... will be omitted.

If key does not exist, a new key will be generated. The ID will, if not provided within the list of config settings, generated using UUIDgenerate().

If key exists and config settings contain an ID, an error will be raised if the key's ID and the config settings list ID do not match.

Value

a list of configuration settings


mlkornexl/easyRedis documentation built on May 17, 2019, 9:13 a.m.