redisConfiguration

@JvmName(name = "hnwvnpeoiombdjbm")
suspend fun redisConfiguration(value: Output<RedisCommonPropertiesRedisConfigurationArgs>)
@JvmName(name = "dvbmfeobekqtyyde")
suspend fun redisConfiguration(value: RedisCommonPropertiesRedisConfigurationArgs?)

Parameters

value

All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.


@JvmName(name = "ewlkihbcngtmljvy")
suspend fun redisConfiguration(argument: suspend RedisCommonPropertiesRedisConfigurationArgsBuilder.() -> Unit)

Parameters

argument

All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.