Skip to content

Commit d7c2e76

Browse files
authored
Update redis_advanced_config.yml
1 parent 164a055 commit d7c2e76

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

specification/resources/databases/models/advanced_config/redis_advanced_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)