lotusdb
lotusdb copied to clipboard
TODO: Define Behavior for key, value
- [x] Clarify the behavior of
key
andvalue
when they arenil
orlen=0
for differentindexType
. - [x] Modify the test cases in
hashtable_test
to directly request the index instead of going through the DB. - [ ] Add tests for different
indexType
in the DB, and testget
in scenarios involvingpendingWrites
,activateMem
,oldMem
, andindex
.