Skip to content
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

HGETALL WATCH Support #1405

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

HGETALL WATCH Support #1405

wants to merge 1 commit into from

Conversation

Nachiket18
Copy link

@Nachiket18 Nachiket18 commented Jan 6, 2025

This PR adds support for the HGETALL.WATCH command, allowing clients to watch whenever the data inside the respective hash set changes.

HGETALL Command doc - https://redis.io/docs/latest/commands/hgetall/

@Nachiket18 Nachiket18 marked this pull request as draft January 6, 2025 20:27
@Nachiket18
Copy link
Author

@JyotinderSingh - @asaurabh12 and I have made changes to watch_manager.go, constants.go and cmd_meta.go. The doubt we have is about eval.go because the file structure has changed from when the ZRANGE WATCH PR was designed. Should the changes be done in store_eval in this new design?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants