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

Support NOVALUES option to hscanStream #1942

Open
NickZambrano opened this issue Jan 7, 2025 · 0 comments
Open

Support NOVALUES option to hscanStream #1942

NickZambrano opened this issue Jan 7, 2025 · 0 comments

Comments

@NickZambrano
Copy link

NickZambrano commented Jan 7, 2025

Hello,
Since redis 7.4 HSCAN has a NOVALUES option which allow to not return the values of the fields and just return the fields names
Is it possible to implement the novalues option in the hscanStream option ?
See the documentation: https://redis.io/docs/latest/commands/hscan/
"The second element is an Array reply of field/value pairs that were scanned. When the NOVALUES flag (since Redis 7.4) is used, only the field names are returned."

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

No branches or pull requests

1 participant