mode
Parameters
value
Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
DISABLED: Persistence (both backup and restore) is disabled for the cluster.
RDB: RDB based Persistence is enabled.
AOF: AOF based Persistence is enabled. Possible values are:
PERSISTENCE_MODE_UNSPECIFIED
,DISABLED
,RDB
,AOF
.