Skip to content

Conversation

Ambrosia
Copy link

The index on the disk isn't updated after deleting a key, which leads to it having no effect.

target/release/akv-disk dsk insert test 123                                                                                                                                                                                         
target/release/akv-disk dsk get test
[49, 50, 51]
target/release/akv-disk dsk delete test
target/release/akv-disk dsk get test
[49, 50, 51]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant