mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
With COPY now MIGRATE does not remove the key from the source instance. With REPLACE it uses RESTORE REPLACE on the target host so that even if the key already eixsts in the target instance it will be overwritten. The options can be used together.