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 the NOVALUES option of HSCAN #2711

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

Commits on Mar 4, 2024

  1. Support the NOVALUES option of HSCAN

    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.
    Gabriel Erzse committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e3263c6 View commit details
    Browse the repository at this point in the history