Tidak ada yang spesifik untuk dilakukan. Cukup instal server redis pada mesin baru, dan edit file konfigurasi. Anda hanya perlu mengubah parameter berikut untuk menunjuk ke lokasi file dump yang baru saja Anda salin.
# The filename where to dump the DB
dbfilename mydump.rdb
# The working directory.
#
# The DB will be written inside this directory, with the filename specified
# above using the 'dbfilename' configuration directive.
#
# Also the Append Only File will be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /data/mydirectory/
Terakhir, server redis dapat dimulai dengan cara biasa.