Redis Enterprise provides a few ways to back up your data, including manual backups, scheduled backups, and backup to specific locations (local or cloud storage).
Here's an example of how to perform a manual backup using the Redis Enterprise UI:
You can also schedule backups from the same screen:
To specify an S3 bucket as the backup destination, for example:
aws-endpoint: s3.amazonaws.com bucket: name-of-your-bucket access-key: your-access-key secret-key: your-secret-key
Note that encryption is recommended for sensitive data when backing up to a public cloud.
For restoring data from backup:
It's worth noting that during the restoration process, all current data in the database will be deleted and replaced with the data in the backup file.
Please refer to the official Redis documentation for Backup, Import, and Export for more information.
Dragonfly is fully compatible with the Redis ecosystem and requires no code changes to implement.