redis/docs

How to manually trigger RDB file generation in Redis Software?

Closed this issue · 3 comments

The document does not contain instructions on how to manually trigger RDB file generation in the Redis Software (Enterprise) version.
The save and bgsave commands available in the open source version are disabled in Software version.
Please supplement the documentation for this part.

Hi @luzixiao. Thanks for reaching out. Below, you'll find links for exporting data (similar to the SAVE command), scheduling backups, and configuring database persistence. I hope that helps.

Hi, @luzixiao. Schedule periodic backups also says:

To make an on-demand backup, export your data.

Question answered; closing.