File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
specification/resources/databases/models/advanced_config Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,12 @@ properties:
8686 - " off"
8787 - rdb
8888 description : >-
89- When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key
90- is changed. Also RDB dumps are done according to backup schedule for
91- backup purposes. When persistence is 'off', no RDB dumps and backups are
92- done, so data can be lost at any moment if service is restarted for any
93- reason, or if service is powered off. Also service can't be forked.
89+ Creates an RDB dump of the database every 10 minutes that can be used
90+ to recover data after a node crash. The database does not create the
91+ dump if no keys have changed since the last dump. When set to `off`,
92+ the database cannot fork services, and data can be lost if a service
93+ is restarted or powered off. DigitalOcean Managed Caching databases
94+ do not support the Append Only File (AOF) persistence method.
9495 example : rdb
9596 redis_acl_channels_default :
9697 type : string
You can’t perform that action at this time.
0 commit comments