• antirez's avatar
    COPY and REPLACE options for MIGRATE. · 1237d71c
    antirez authored
    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.
    1237d71c
redis.c 100 KB