Persistence Response
data class PersistenceResponse(val aofEnabled: Boolean? = null, val aofFrequency: String? = null, val rdbEnabled: Boolean? = null, val rdbFrequency: String? = null)
Persistence-related configuration for the RedisEnterprise database
Constructors
Link copied to clipboard
fun PersistenceResponse(aofEnabled: Boolean? = null, aofFrequency: String? = null, rdbEnabled: Boolean? = null, rdbFrequency: String? = null)