• Oran Agra's avatar
    RESTORE ABSTTL won't store expired keys into the db (#7472) · e9c9e4c2
    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)
    (cherry picked from commit 95ba01b5)
    e9c9e4c2
server.h 96.8 KB