-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 HGETALL.WATCH
command
#1124
Comments
Hi! Can I please work on this issue? Thank you : ) |
Assigned. |
Hi, could you please allow me to work on this issue? |
Hey @JyotinderSingh let me know the issue is still open, can take a quick look. |
Hey @arpit1912 ! I was working on it but I kinda got stuck on how to test my changes. I'm new so it took me longer than expected. |
Take your time. Feel free to ask on discord. |
Please do, I'm also new here and was just checking for an issue to work upon. Let me know if there is anything you want to discuss . Thanks! |
Add support for reactive queries on the existing
HGETALL
command by introducingHGETALL.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: