Redis Common Properties Response Redis Configuration
data class RedisCommonPropertiesResponseRedisConfiguration(val aofBackupEnabled: String? = null, val aofStorageConnectionString0: String? = null, val aofStorageConnectionString1: String? = null, val authnotrequired: String? = null, val maxclients: String, val maxfragmentationmemoryReserved: String? = null, val maxmemoryDelta: String? = null, val maxmemoryPolicy: String? = null, val maxmemoryReserved: String? = null, val preferredDataArchiveAuthMethod: String, val preferredDataPersistenceAuthMethod: String? = null, val rdbBackupEnabled: String? = null, val rdbBackupFrequency: String? = null, val rdbBackupMaxSnapshotCount: String? = null, val rdbStorageConnectionString: String? = null, val storageSubscriptionId: String? = null, val zonalConfiguration: String)
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
Link copied to clipboard
fun RedisCommonPropertiesResponseRedisConfiguration(aofBackupEnabled: String? = null, aofStorageConnectionString0: String? = null, aofStorageConnectionString1: String? = null, authnotrequired: String? = null, maxclients: String, maxfragmentationmemoryReserved: String? = null, maxmemoryDelta: String? = null, maxmemoryPolicy: String? = null, maxmemoryReserved: String? = null, preferredDataArchiveAuthMethod: String, preferredDataPersistenceAuthMethod: String? = null, rdbBackupEnabled: String? = null, rdbBackupFrequency: String? = null, rdbBackupMaxSnapshotCount: String? = null, rdbStorageConnectionString: String? = null, storageSubscriptionId: String? = null, zonalConfiguration: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard