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