Open JyotinderSingh opened 1 month ago
Hi! Can I please work on this issue? Thank you : )
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. Would you mind allowing me more time to look into this issue? Thank you.
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.
Would you mind allowing me more time to look into this issue? Thank you.
Take your time. Feel free to ask on discord.
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. Would you mind allowing me more time to look into this issue? Thank you.
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!
are you still working on this issue @src1026?
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
924 provides more background on the feature's underlying implementation (but may not be directly relevant to this issue)
Testing
.WATCH
integration tests.