RedisCommonPropertiesResponseRedisConfiguration

data class RedisCommonPropertiesResponseRedisConfiguration(val aofStorageConnectionString0: String? = null, val aofStorageConnectionString1: String? = null, val maxclients: String, val maxfragmentationmemoryReserved: String? = null, val maxmemoryDelta: String? = null, val maxmemoryPolicy: String? = null, val maxmemoryReserved: String? = null, val rdbBackupEnabled: String? = null, val rdbBackupFrequency: String? = null, val rdbBackupMaxSnapshotCount: String? = null, val rdbStorageConnectionString: String? = null)

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.

Constructors

constructor(aofStorageConnectionString0: String? = null, aofStorageConnectionString1: String? = null, maxclients: String, maxfragmentationmemoryReserved: String? = null, maxmemoryDelta: String? = null, maxmemoryPolicy: String? = null, maxmemoryReserved: String? = null, rdbBackupEnabled: String? = null, rdbBackupFrequency: String? = null, rdbBackupMaxSnapshotCount: String? = null, rdbStorageConnectionString: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

First storage account connection string

Link copied to clipboard

Second storage account connection string

Link copied to clipboard

The max clients config

Link copied to clipboard

Value in megabytes reserved for fragmentation per shard

Link copied to clipboard
val maxmemoryDelta: String? = null

Value in megabytes reserved for non-cache usage per shard e.g. failover.

Link copied to clipboard
val maxmemoryPolicy: String? = null

The eviction strategy used when your data won't fit within its memory limit.

Link copied to clipboard

Value in megabytes reserved for non-cache usage per shard e.g. failover.

Link copied to clipboard

Specifies whether the rdb backup is enabled

Link copied to clipboard

Specifies the frequency for creating rdb backup

Link copied to clipboard

Specifies the maximum number of snapshots for rdb backup

Link copied to clipboard

The storage account connection string for storing rdb file