• Oran Agra's avatar
    RESTORE ABSTTL won't store expired keys into the db (#7472) · 5977a948
    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.
    5977a948
server.h 111 KB