-
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 PFCOUNT.WATCH
command
#1133
Comments
Would like to work on this @JyotinderSingh .pls assign |
Assigned. |
Hello @iamskp11, There has been no activity on this issue for the past 5 days. We are really eager to close this issue at the earliest, hence if we continue to see the inactivity, we will have to reassign the issue to someone else. We are doing this to ensure that the project maintains its momentum and others are not blocked on this work. Just drop a comment with the current status of the work or share any issues you are facing. We can always chip in to help you out. Thanks again. |
Just an update : currently testing the implementation. Will be raising PR by tomorrow EOD |
Hi @iamskp11 Are you still working on this issue, I see its been some time, I can take this up if its available from your end, otherwise I can also pick up #1253 if you want to work on this one. |
Will push the commit PR today EOD. |
Add support for reactive queries on the existing
PFCOUNT
command by introducingPFCOUNT.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: