We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make another call to watch for keys that sets up a callback. Today kvStore_Watch and kvStore_WatchAll are blocking, which is not ideal.
If I want to watch different values from 1 or more buckets, today I have 2 solutions:
No response
The text was updated successfully, but these errors were encountered:
FYI this is a duplicate of #676
Sorry, something went wrong.
No branches or pull requests
Proposed change
make another call to watch for keys that sets up a callback.
Today kvStore_Watch and kvStore_WatchAll are blocking, which is not ideal.
Use case
If I want to watch different values from 1 or more buckets, today I have 2 solutions:
Contribution
No response
The text was updated successfully, but these errors were encountered: