-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
cleanup: remove support for EOL Redis versions #486
cleanup: remove support for EOL Redis versions #486
Conversation
Adding major as release version as we are removing stuff and version numbers are free. |
Hi @damacus, i'm a bit stuck here:
|
Yeah just remove the package test here According to https://endoflife.date/redis we should only be testing 6.3, 7.0 and 7.2. Anything else isn't getting patched |
Not for this cleanup PR, but it's easier to split out the documentation for each of the resources into their own file a la, java/apache2. |
52bbffe
to
5644b2b
Compare
- list-max-ziplist-entries - list-max-ziplist-value
cc8f682
to
164dd4b
Compare
Redis v7 no longer accepts string value for 'save' attribute. Changing to valid values.
164dd4b
to
7392669
Compare
Hi @damacus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker but do we need an upgrading guideline for this?
I.e you have today you need tomorrow kinda things
Thanks @xorima, do you have in mind something like example bellow? 🤔 should this go to the CHANGELOG?
|
@@ -340,16 +340,16 @@ Available options and their defaults | |||
'rdbcompression' => 'yes', | |||
'rdbchecksum' => 'yes', | |||
'dbfilename' => nil, | |||
'slaveof' => nil, | |||
'replicaof' => nil, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ thanks for sorting this outdated language out!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Released as: 7.0.0 |
Shipped, sorry about that, our release system had a bad day ... |
Description
This PR updates Redis configuration to be compatible with version post to v6, following th end-of-life for older versions.
Redis EOL: https://endoflife.date/redis
Related discussion: #485 (comment)
Issues Resolved
slave -> replica
where applicableredis-package
test suiteCheck List
## Unreleased