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

Include null value in the mget and hmget command responses #28056

Merged
merged 1 commit into from Sep 19, 2022

Conversation

cescoffier
Copy link
Member

Do not filter out missing keys from the mget and hmget commands to be closer to the Redis semantic.

Fix #28049.

@cescoffier cescoffier added kind/bug Something isn't working triage/backport-2.13 labels Sep 19, 2022
@gsmet gsmet changed the title Include null value in the mget and hmget command respoonses Include null value in the mget and hmget command responses Sep 19, 2022
@gsmet gsmet merged commit e1b5e7f into quarkusio:main Sep 19, 2022
@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Sep 19, 2022
@cescoffier cescoffier deleted the do-not-filter-missing-keys branch September 20, 2022 06:11
@gsmet gsmet modified the milestones: 2.14 - main, 2.13.0.Final Sep 20, 2022
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.

Redis client filters the null values with the mget command
2 participants