AlexanderMihail / seastar_db

A key-value database engine with REST interface
http://seastar.io
Apache License 2.0
0 stars 0 forks source link

Delete key only evicts the cache line #13

Closed AlexanderMihail closed 4 months ago

AlexanderMihail commented 4 months ago

delete key has no efect on file persistence, which is a major problem.

AlexanderMihail commented 4 months ago

Delete key now partly works if the key is NOT in cache. The logic is half incomplete.