You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on the latest branch and have tested it in both the CLI and the Go SDK, but the command isn’t recognized.
Am I missing anything here to get this working?
Add support for reactive queries on the existing
JSON.GET
command by introducingJSON.GET.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: