Không có gì cụ thể để làm. Chỉ cần cài đặt máy chủ redis trên máy mới và chỉnh sửa tệp cấu hình. Bạn chỉ cần thay đổi các tham số sau để trỏ đến vị trí của tệp kết xuất bạn vừa sao chép.
# 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/
Cuối cùng, máy chủ redis có thể được khởi động theo cách bình thường.