Det finns inget specifikt att göra. Installera bara redis-servern på den nya maskinen och redigera konfigurationsfilen. Du behöver bara ändra följande parametrar för att peka på platsen för dumpfilen som du just kopierade.
# 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/
Slutligen kan redis-servern startas på vanligt sätt.