kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

feat: Added key expiration support

Open jonathanc-n opened this issue 1 year ago • 3 comments

references: #2418

Added key expiration support tag, and numeric data for KQIR.

jonathanc-n avatar Sep 25 '24 03:09 jonathanc-n

@PragmaTwice One thing noted for this pr, is that it is not fully removing the key from index from being searched. After deletion is called, the key and data is deleted however when calling the search function again, the key is still looked for and will call a notfound error

jonathanc-n avatar Sep 29 '24 00:09 jonathanc-n

@PragmaTwice Is there a particular way you would want key expiration to be handled?

jonathanc-n avatar Oct 01 '24 23:10 jonathanc-n