Optimizing Pokémon GO with a Redis Enterprise cluster
Learn what you need to go from beginner to GenAI expert
How to import, export, flush, and migrate your data.
You can import export or backup files of a specific Redis Enterprise Software database to restore data. You can either import from a single file or from multiple files, such as when you want to import from a backup of a clustered database.
You can export data to import it into a new database or to make a backup. This article shows how to do so.
To delete the data in a database without deleting the database, you can use Redis CLI to flush it from the database. You can also use Redis CLI, the admin console, and the Redis Software REST API to flush data from Active-Active databases.
Schedule backups of your databases to make sure you always have valid backups.
Use Replica Of to migrate your database to an Active-Active database.
Replica Of provides read-only access to replicas of the dataset from different geographical locations.