RedisValue.moveTo

bool moveTo(long dst_database)

Moves this key to a different database.

Existing keys will not be overwritten.

Returns

true iff the key exists and was successfully moved to the

destination database.

See_also: MOVE