Redis Command: RESTORE
Restore data from a serialized(by DUMP command) data. This command creates a key, unserializes the provided data, then stores the value for the key. The expiration time of the original key is not contained in the data, so that is not contained in the created key. RDB version and data checksum are checked before restoring data.