Commit Graph

4 Commits

Author SHA1 Message Date
Jay Zhuang 18fc4f579f Handle the case when range is empty 2023-03-28 13:47:44 -07:00
Jay Zhuang 5b39efc6af Add clear() for replaceRange() and naming change
Based on code reviews.
2023-03-28 13:47:44 -07:00
Jay Zhuang 689c9762d3 Fix a bug that readRange could return empty result 2023-03-28 13:47:44 -07:00
Jay Zhuang 60c40da319 Add replaceRange() API for IKeyValueStore
The storage engine can buck load the data if it can. The default
implmentation is add the key one by one, which is the same as the
current behavior.
2023-03-28 13:47:44 -07:00