RedisValue.moveTo

Moves this key to a different database.

Existing keys will not be overwritten.

struct RedisValue
bool
moveTo

Return Value

Type: bool

true iff the key exists and was successfully moved to the destination database.

See Also

Meta