• antirez's avatar
    REPLACE option for RESTORE. · e5b5763f
    antirez authored
    The REPLACE option deletes an existing key with the same name (if any)
    and materializes the new one. The default behavior without RESTORE is to
    return an error if a key already exists.
    e5b5763f
redis.c 100 KB