Redis Common Properties Redis Configuration Args
All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
Constructors
Properties
Specifies whether AAD based authentication has been enabled or disabled for the cache
Specifies whether the aof backup is enabled
First storage account connection string
Second storage account connection string
Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
Value in megabytes reserved for fragmentation per shard
Value in megabytes reserved for non-cache usage per shard e.g. failover.
The eviction strategy used when your data won't fit within its memory limit.
Value in megabytes reserved for non-cache usage per shard e.g. failover.
The keyspace events which should be monitored.
Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
Specifies whether the rdb backup is enabled
Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
Specifies the maximum number of snapshots for rdb backup
The storage account connection string for storing rdb file
SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.