Er is niets specifieks te doen. Installeer gewoon de redis-server op de nieuwe machine en bewerk het configuratiebestand. U hoeft alleen de volgende parameters te wijzigen zodat ze verwijzen naar de locatie van het dumpbestand dat u zojuist hebt gekopieerd.
# 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/
Ten slotte kan de redis-server op de normale manier worden gestart.