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

Node: added hvals command. #1022

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Node: added hvals command. #1022

merged 1 commit into from
Mar 6, 2024

Conversation

adanWattad
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@adanWattad adanWattad requested a review from a team as a code owner February 22, 2024 09:51
@@ -123,6 +123,7 @@ enum RequestType {
XTrim = 79;
XGroupCreate = 80;
XGroupDestroy = 81;
Hvals = 82;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing change in CHANGELOG

* See https://redis.io/commands/hvals/ for more details.
*
* @param key - The key of the hash.
* @returns a list of values in the hash, or an empty list when the key does not exist
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: missing a dot '.' at the end

@adanWattad adanWattad merged commit eaf7607 into aws:main Mar 6, 2024
45 checks passed
@adanWattad adanWattad deleted the node/hvals branch March 6, 2024 09:59
cyip10 pushed a commit to Bit-Quill/glide-for-redis that referenced this pull request Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants