AlexanderMihail / seastar_db

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

Table::set should reuse Table::get to fill the cache #6

Closed AlexanderMihail closed 4 months ago

AlexanderMihail commented 4 months ago

Table::set currently duplicates the logic of Table::get for filling-in the cache for existing keys. This should change.

AlexanderMihail commented 4 months ago

Done. Relates to #5.