GetCacheRedisConfiguration

data class GetCacheRedisConfiguration(val aofBackupEnabled: Boolean, val aofStorageConnectionString0: String, val aofStorageConnectionString1: String, val enableAuthentication: Boolean, val maxclients: Int, val maxfragmentationmemoryReserved: Int, val maxmemoryDelta: Int, val maxmemoryPolicy: String, val maxmemoryReserved: Int, val notifyKeyspaceEvents: String, val rdbBackupEnabled: Boolean, val rdbBackupFrequency: Int, val rdbBackupMaxSnapshotCount: Int, val rdbStorageConnectionString: String)

Constructors

Link copied to clipboard
fun GetCacheRedisConfiguration(aofBackupEnabled: Boolean, aofStorageConnectionString0: String, aofStorageConnectionString1: String, enableAuthentication: Boolean, maxclients: Int, maxfragmentationmemoryReserved: Int, maxmemoryDelta: Int, maxmemoryPolicy: String, maxmemoryReserved: Int, notifyKeyspaceEvents: String, rdbBackupEnabled: Boolean, rdbBackupFrequency: Int, rdbBackupMaxSnapshotCount: Int, rdbStorageConnectionString: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Specifies if authentication is enabled

Link copied to clipboard
Link copied to clipboard

Value in megabytes reserved to accommodate for memory fragmentation.

Link copied to clipboard

The max-memory delta for this Redis instance.

Link copied to clipboard

How Redis will select what to remove when maxmemory is reached.

Link copied to clipboard

The value in megabytes reserved for non-cache usage e.g. failover

Link copied to clipboard
Link copied to clipboard

Is Backup Enabled? Only supported on Premium SKUs.

Link copied to clipboard

The Backup Frequency in Minutes. Only supported on Premium SKUs.

Link copied to clipboard

The maximum number of snapshots that can be created as a backup.

Link copied to clipboard

The Connection String to the Storage Account. Only supported for Premium SKUs.