Difficulty: Intermediate
How do you move a key from one Redis instance to another?
Use the `MIGRATE` command, which handles the serialization, transfer, and deletion (optional) in a single atomic-feeling operation.
MIGRATE, DUMP/RESTORE
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.