Function RedisValue.moveTo
Moves this key to a different database.
bool moveTo
(
long dst_database
);
Existing keys will not be overwritten.
Returns
true
iff the key exists and was successfully moved to the
destination database.