• Oran Agra's avatar
    RESTORE ABSTTL won't store expired keys into the db (#7472) · 95ba01b5
    Oran Agra authored
    Similarly to EXPIREAT with TTL in the past, which implicitly deletes the
    key and return success, RESTORE should not store key that are already
    expired into the db.
    When used together with REPLACE it should emit a DEL to keyspace
    notification and replication stream.
    
    (cherry picked from commit 5977a948)
    95ba01b5
cluster.c 229 KB