We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
On the latest version of Gloo (1.12.32) the Redis client throws an error when connection to a Redis 7 instance.
got 4 elements in cluster info address, expected 2 or 3
Redis 7 has been released in April 2022 (https://redis.com/blog/redis-7-generally-available/). The GO library has been update some time ago already: redis/go-redis#2082
Stick to Redis 6.
The text was updated successfully, but these errors were encountered:
Seems to be implemented with Gloo Edge v1.14.18
Sorry, something went wrong.
No branches or pull requests
Version
No response
Is your feature request related to a problem? Please describe.
On the latest version of Gloo (1.12.32) the Redis client throws an error when connection to a Redis 7 instance.
got 4 elements in cluster info address, expected 2 or 3
Describe the solution you'd like
Redis 7 has been released in April 2022 (https://redis.com/blog/redis-7-generally-available/).
The GO library has been update some time ago already: redis/go-redis#2082
Describe alternatives you've considered
Stick to Redis 6.
Additional Context
No response
The text was updated successfully, but these errors were encountered: