Persistence interface
Persistence-related configuration for the Redis Enterprise database
Properties
| aof | Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled. | 
| aof | Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. | 
| rdb | Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled. | 
| rdb | Sets the frequency at which a snapshot of the database is created. | 
Property Details
		aofEnabled
	 
	Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled.
aofEnabled?: booleanProperty Value
boolean
		aofFrequency
	 
	Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.
aofFrequency?: stringProperty Value
string
		rdbEnabled
	 
	Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled.
rdbEnabled?: booleanProperty Value
boolean
		rdbFrequency
	 
	Sets the frequency at which a snapshot of the database is created.
rdbFrequency?: stringProperty Value
string