Skip to content

HGETEX reply type is not correct #1445

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

Closed
tezc opened this issue Apr 21, 2025 · 1 comment · Fixed by #1446
Closed

HGETEX reply type is not correct #1445

tezc opened this issue Apr 21, 2025 · 1 comment · Fixed by #1446
Assignees
Labels
bug Something isn't working dev

Comments

@tezc
Copy link

tezc commented Apr 21, 2025

HGETEX replies with field values but the documentation says the reply type is integer.

HGETEX reply is identical to HMGET, perhaps we can copy it from there:

Array reply: a list of values associated with the given fields, in the same order as they are requested.

@LiorKogan fyi.

@dwdougherty
Copy link
Collaborator

Thank you for catching this, @tezc. I'll have a PR merged today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants