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
SMEMBERS.WATCH
Add support for reactive queries on the existing SMEMBERS command by introducing SMEMBERS.WATCH.
SMEMBERS
This command should send push-responses to subscribed clients whenever the data inside the respective hash set changes.
As a part of this feature, you are also required to add support for the same to the dicedb-go SDK inside the watch_command.go file.
.WATCH
The text was updated successfully, but these errors were encountered:
Can I take this up ?
Sorry, something went wrong.
Assigned.
@anchalsinghrajput are you working on it, if not can I take it?
hi @mo-pankaj ,
Sorry for the delayed response. Yes, I am working on it.
anchalsinghrajput
No branches or pull requests
Add support for reactive queries on the existing
SMEMBERS
command by introducingSMEMBERS.WATCH
.This command should send push-responses to subscribed clients whenever the data inside the respective hash set changes.
As a part of this feature, you are also required to add support for the same to the dicedb-go SDK inside the watch_command.go file.
Reference
Testing
.WATCH
integration tests.The text was updated successfully, but these errors were encountered: