redisConfigs

@JvmName(name = "rgbdqtwvvmkrglnb")
suspend fun redisConfigs(value: Output<Map<String, String>>)
@JvmName(name = "aywmesajxmgoeltk")
suspend fun redisConfigs(value: Map<String, String>?)

Parameters

value

Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries


@JvmName(name = "wdjgexngmvcenidi")
fun redisConfigs(vararg values: Pair<String, String>)

Parameters

values

Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries