Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key/Value Store fixes #176

Merged
merged 7 commits into from
Nov 3, 2023
Merged

Key/Value Store fixes #176

merged 7 commits into from
Nov 3, 2023

Conversation

mtmk
Copy link
Collaborator

@mtmk mtmk commented Nov 1, 2023

Key/Value Store fixes and missing features.

  • Enlarged channel sizes to avoid blocking socket
  • Implemented missing features: GetKeys, Update, Create, Purge, History, etc.
  • Simplified the watcher to async enumeration only (await foreach)

mtmk added 7 commits November 1, 2023 15:58
Key/Value Store fixes and missing features.

* Enlarged channel sizes to avoid blocking socket
* Implemented GetKeys()
* Simplified the watcher to async enumeration only
@mtmk mtmk changed the title [WIP] Key/Value Store fixes Key/Value Store fixes Nov 2, 2023
@mtmk mtmk marked this pull request as ready for review November 2, 2023 11:16
@mtmk mtmk requested a review from caleblloyd November 2, 2023 11:16
Copy link
Collaborator

@caleblloyd caleblloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mtmk mtmk merged commit 8c5a28f into main Nov 3, 2023
9 checks passed
@mtmk mtmk deleted the kv-fixes branch November 3, 2023 09:12
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.

2 participants