你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Persistence interface
Persistence-related configuration for the RedisEnterprise database
Properties
aof |
Sets whether AOF is enabled. |
aof |
Sets the frequency at which data is written to disk. |
rdb |
Sets whether RDB is enabled. |
rdb |
Sets the frequency at which a snapshot of the database is created. |
Property Details
aofEnabled
Sets whether AOF is enabled.
aofEnabled?: boolean
Property Value
boolean
aofFrequency
Sets the frequency at which data is written to disk.
aofFrequency?: string
Property Value
string
rdbEnabled
Sets whether RDB is enabled.
rdbEnabled?: boolean
Property Value
boolean
rdbFrequency
Sets the frequency at which a snapshot of the database is created.
rdbFrequency?: string
Property Value
string