kvrocks
kvrocks copied to clipboard
feat: Added key expiration support
references: #2418
Added key expiration support tag, and numeric data for KQIR.
@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
Quality Gate passed
Issues
15 New issues
0 Accepted issues
Measures
0 Security Hotspots
60.8% Coverage on New Code
2.1% Duplication on New Code
@PragmaTwice Is there a particular way you would want key expiration to be handled?