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 #2925

Open
wants to merge 6 commits into
base: next-redis
Choose a base branch
from

Conversation

gerzse
Copy link

@gerzse gerzse commented Feb 22, 2024

Issue #2919

The NOVALUES parameter instructs HSCAN to only return the hash keys, without values.

hash_commands.go Outdated Show resolved Hide resolved
Issue redis#2919

The NOVALUES parameter instructs HSCAN to only return the hash keys,
without values.
dependabot bot and others added 5 commits March 19, 2024 19:24
redis#2942)

Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix monitor on go 1.19

* Remove exmaple tests when go 1.19

* Fix typo

* Fix typo

* Skip exmaple test

* Skip exmaple test

* Guard Peek call with mutex for thread safety
* Remove secrets from re tests

* change env vars

* change env vars
…2944)

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
@gerzse gerzse changed the base branch from master to next-redis April 4, 2024 08:18
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.

None yet

2 participants