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

fix(events/redis): upgrade redis-go to fix janitor #130

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

AlexLast
Copy link
Contributor

@AlexLast AlexLast commented Nov 6, 2023

With the latest stable version of Redis, the cleanupConsumers() function errors with the following:

level=error Error getting info on groups for stream-foo: redis: got 18 elements in XINFO STREAM FULL reply,wanted 12

This latest stable XINFO STREAMS FULL response is handled in v9 of go-redis.

Copy link
Contributor

@jochumdev jochumdev left a comment

Choose a reason for hiding this comment

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

Nicely done. thx.

@jochumdev jochumdev merged commit b60b46c into micro:main Nov 24, 2023
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.

2 participants