Skip to content

fix(command): add missing io-thread key in client info #3244

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

Merged
merged 5 commits into from
Jan 23, 2025

Conversation

ndyakov
Copy link
Member

@ndyakov ndyakov commented Jan 22, 2025

Redis 8.0 introduces new key io-thread in the response
for client info. The key needs to be parsed. If an unknown key
is observed, the client will return an error.

This PR also introduces the 8.0-M3 build in the docker compose and a small improvement to the readability.

Redis 8.0 introduces new key `io-thread` in the response
for client info. The key needs to be parsed. If an unknown key
is observed, the client will return an error.
@ndyakov ndyakov added the CE 8.0 Redis CE 8.0 label Jan 22, 2025
@ndyakov ndyakov requested a review from ofekshenawa January 22, 2025 16:11
@ndyakov ndyakov self-assigned this Jan 22, 2025
@ndyakov ndyakov requested a review from vladvildanov January 22, 2025 16:11
@vladvildanov vladvildanov merged commit 94b88f5 into master Jan 23, 2025
22 checks passed
@ndyakov ndyakov deleted the ndyakov/fix-client-info-8.0 branch January 23, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CE 8.0 Redis CE 8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants