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

Update go-redis client to use Redis 7.x #53

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fabianaferreira
Copy link
Contributor

@fabianaferreira fabianaferreira commented Jul 5, 2023

What is the purpose of this pull request?

To update our Redis client for cluster mode so that we can use Redis 7.x.

What problem is this solving?

We cannot update the Redis engine version used in our Elasticaches because there was a major release on go-redis to use Redis 7.x. We tried to update it and bumped into this kind of error:

got 4 elements in cluster info address, expected 2 or 3" when used for accessing redis cluster

How should this be manually tested?

Locally, or through a beta version

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires change to documentation, which has been updated accordingly.

@fabianaferreira fabianaferreira marked this pull request as draft July 5, 2023 14:35
@fabianaferreira fabianaferreira changed the title Feature/bump go redis version Update go-redis client to use Redis 7.x Jul 5, 2023
@fabianaferreira fabianaferreira added the enhancement New feature or request label Jul 5, 2023
@fabianaferreira fabianaferreira self-assigned this Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant