Persistence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Persistence settings
public class Persistence
type Persistence = class
Public Class Persistence
- Inheritance
-
Persistence
Remarks
Persistence-related configuration for the RedisEnterprise database
Constructors
Persistence() |
Initializes a new instance of the Persistence class. |
Persistence(Nullable<Boolean>, Nullable<Boolean>, String, String) |
Initializes a new instance of the Persistence class. |
Properties
AofEnabled |
Gets or sets sets whether AOF is enabled. |
AofFrequency |
Gets or sets sets the frequency at which data is written to disk. Possible values include: '1s', 'always' |
RdbEnabled |
Gets or sets sets whether RDB is enabled. |
RdbFrequency |
Gets or sets sets the frequency at which a snapshot of the database is created. Possible values include: '1h', '6h', '12h' |