Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: update index on disk after deleting in ActionKV2#52

Open
Ambrosia wants to merge 1 commit into
rust-in-action:1st-editionrust-in-action/code:1st-editionfrom
Ambrosia:1st-editionAmbrosia/code:1st-editionCopy head branch name to clipboard
Open

fix: update index on disk after deleting in ActionKV2#52
Ambrosia wants to merge 1 commit into
rust-in-action:1st-editionrust-in-action/code:1st-editionfrom
Ambrosia:1st-editionAmbrosia/code:1st-editionCopy head branch name to clipboard

Conversation

@Ambrosia

Copy link
Copy Markdown

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.