Der er ikke noget specifikt at gøre. Bare installer redis-serveren på den nye maskine, og rediger konfigurationsfilen. Du skal blot ændre følgende parametre for at pege på placeringen af den dump-fil, du lige har kopieret.
# 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/
Endelig kan redis-serveren startes på normal vis.