-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for SMEMBERS.WATCH
command
#1132
Comments
Can I take this up ? |
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. |
Hello @anchalsingh25, Are you still working on this issue? If you need assistance or haven't had the chance to work on it recently, I'd be happy to help or take it up from here. |
Hi @superiorsd10, I’m currently tied up with other tasks and haven’t had the chance to work on this issue recently. Please feel free to take it up. |
Hello @anchalsingh25, Thanks for the update! I'll take it up from here. Thank you, |
Hello @JyotinderSingh, I have made a PR resolving this issue. Please let me know if any modifications are required. I'm happy to make updates as needed! Thank you for your time and review. |
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: