Persistence interface

Persistence-related configuration for the RedisEnterprise database

Properties

aofEnabled

Sets whether AOF is enabled.

aofFrequency

Sets the frequency at which data is written to disk.

rdbEnabled

Sets whether RDB is enabled.

rdbFrequency

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