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 Redis version requirement #21455

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

mosabua
Copy link
Member

@mosabua mosabua commented Apr 8, 2024

Description

Recent PR upgraded testing.. adjusting docs .. but 5.0.0 (https://github.com/redis/redis/releases/tag/5.0.0) is still very old so maybe we should even go with 6.0.0 (https://github.com/redis/redis/releases/tag/6.0.0)

We could also use https://github.com/redis/redis/releases/tag/5.0.14 .. since that has a lot of security issues fixed and is a least a bit newer .. and also what we use in testing now.

Additional context and related issues

#21431 (comment)

Release notes

Not sure if we should say we are dropping support for Redis < 5.0.14 @colebow

@mosabua mosabua requested review from wendigo and findepi April 8, 2024 18:22
@cla-bot cla-bot bot added the cla-signed label Apr 8, 2024
@github-actions github-actions bot added the docs label Apr 8, 2024
@@ -18,7 +18,7 @@ string and hash types are supported.
Requirements for using the connector in a catalog to connect to a Redis data
source are:

- Redis 2.8.0 or higher (Redis Cluster is not supported)
- Redis 5.0.0 or higher (Redis Cluster is not supported)
Copy link
Member Author

Choose a reason for hiding this comment

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

We could also do 5.0.14 or higher to be in sync with the testing

@mosabua
Copy link
Member Author

mosabua commented Apr 8, 2024

Chatted with @electrum and we decided to go with 5.0.14 and be in sync with the tests.

@mosabua mosabua merged commit cc21acd into trinodb:master Apr 8, 2024
4 of 8 checks passed
@mosabua mosabua deleted the redis-req branch April 8, 2024 18:46
@github-actions github-actions bot added this to the 445 milestone Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants