Persistence interface
RedisEnterprise 資料庫的持續性相關組態
屬性
aof |
設定是否啟用 AOF。 |
aof |
設定將數據寫入磁碟的頻率。 |
rdb |
設定是否啟用 RDB。 |
rdb |
設定建立資料庫快照集的頻率。 |
屬性詳細資料
aofEnabled
設定是否啟用 AOF。
aofEnabled?: boolean
屬性值
boolean
aofFrequency
設定將數據寫入磁碟的頻率。
aofFrequency?: string
屬性值
string
rdbEnabled
設定是否啟用 RDB。
rdbEnabled?: boolean
屬性值
boolean
rdbFrequency
設定建立資料庫快照集的頻率。
rdbFrequency?: string
屬性值
string