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 parameter for HSCAN #3157

Merged
merged 4 commits into from May 9, 2024
Merged

Commits on Mar 18, 2024

  1. Support NOVALUES parameter for HSCAN

    Issue redis#3153
    
    The NOVALUES parameter instructs HSCAN to only return the hash keys,
    without values.
    Gabriel Erzse committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7beaaea View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    15ea078 View commit details
    Browse the repository at this point in the history
  2. Add tests for async

    Gabriel Erzse committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    79c72a5 View commit details
    Browse the repository at this point in the history
  3. Fix linter errors

    Gabriel Erzse committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    632cc61 View commit details
    Browse the repository at this point in the history