Skip to content

Commit

Permalink
Update redis_advanced_config.yml (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrian57 authored Dec 13, 2024
1 parent 164a055 commit 99a6576
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ properties:
- "off"
- rdb
description: >-
When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key
is changed. Also RDB dumps are done according to backup schedule for
backup purposes. When persistence is 'off', no RDB dumps and backups are
done, so data can be lost at any moment if service is restarted for any
reason, or if service is powered off. Also service can't be forked.
Creates an RDB dump of the database every 10 minutes that can be used
to recover data after a node crash. The database does not create the
dump if no keys have changed since the last dump. When set to `off`,
the database cannot fork services, and data can be lost if a service
is restarted or powered off. DigitalOcean Managed Caching databases
do not support the Append Only File (AOF) persistence method.
example: rdb
redis_acl_channels_default:
type: string
Expand Down

0 comments on commit 99a6576

Please sign in to comment.