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

Add support for HSCAN [NOVALUES] #2705

Open
Tracked by #2708
chayim opened this issue Feb 20, 2024 · 0 comments
Open
Tracked by #2708

Add support for HSCAN [NOVALUES] #2705

chayim opened this issue Feb 20, 2024 · 0 comments
Labels

Comments

@chayim
Copy link
Contributor

chayim commented Feb 20, 2024

As documented in this pull request

@chayim chayim changed the title Support XREAD reading from last message of stream Add support for HSCAN [NOVALUES] Feb 20, 2024
@chayim chayim added the feature label Feb 20, 2024
gerzse pushed a commit to gerzse/node-redis that referenced this issue Feb 27, 2024
Issue redis#2705

The NOVALUES option instructs HSCAN to only return keys, without their
values.
gerzse pushed a commit to gerzse/node-redis that referenced this issue Mar 4, 2024
Issue redis#2705

The NOVALUES option instructs HSCAN to only return keys, without their
values. This is materialized as a new command, `hScanNoValues`, given
that the return type is different from the usual return type of `hScan`.
Also a new iterator is provided, `hScanNoValuesIterator`, for the same
reason.
gerzse pushed a commit to gerzse/node-redis that referenced this issue Mar 4, 2024
Issue redis#2705

The NOVALUES option instructs HSCAN to only return keys, without their
values. This is materialized as a new command, `hScanNoValues`, given
that the return type is different from the usual return type of `hScan`.
Also a new iterator is provided, `hScanNoValuesIterator`, for the same
reason.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant