Skip to content

Commit

Permalink
Initial support for deleting keys in memberlist KV store.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstibrany committed Oct 9, 2024
1 parent 9bd6dd3 commit 6c9bdd3
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 51 deletions.
125 changes: 108 additions & 17 deletions kv/memberlist/kv.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions kv/memberlist/kv.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ message KeyValuePair {

// ID of the codec used to write the value
string codec = 3;

// Is this Key marked for deletion?
bool deleted = 4;
// When was the key last updated?
int64 update_time_millis = 5;
}
Loading

0 comments on commit 6c9bdd3

Please sign in to comment.