-
Notifications
You must be signed in to change notification settings - Fork 127
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
DEV: modules lifecycle updates for Redis CE 8.0 #857
Open
dwdougherty
wants to merge
1
commit into
community-edition-8
Choose a base branch
from
DOC-4312
base: community-edition-8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ weight: 7 | |
--- | ||
Redis Enterprise Software follows the [Redis Enterprise lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle" >}}). (For complete details, see the Redis Enterprise Software [subscription agreement](https://redis.com/software-subscription-agreement).) | ||
|
||
The modules included in Redis Stack also follow a release lifecycle and schedule. Here, you'll find the "end-of-life" dates for each module and release. | ||
The modules included in Redis Community Edition (CE), formerly called Redis Stack, also follow a release lifecycle and schedule. Here, you'll find the "end-of-life" dates for each module and release. | ||
|
||
## Module release numbering | ||
|
||
|
@@ -23,11 +23,28 @@ The format is “Major1.Major2.Minor”. | |
|
||
- The _Minor_ section of the version number represents quality improvements and fixes to existing capabilities. The minor release number is increased when release quality improves. | ||
|
||
## Module end-of-life schedule {#modules-endoflife-schedule} | ||
|
||
End-of-Life for a given Major version is 18 months after the formal release of | ||
that version or 12 months after the release of the next subsequent (following) version, whichever comes last. | ||
|
||
## Module end-of-life schedule after Redis CE 8.0 | ||
|
||
In Redis CE 8.0 and beyond, module version numbers will align exactly with the Redis CE versions that include them. | ||
For example, the modules included with Redis CE 8.0 will all have version number 8.0. | ||
|
||
This also means that Redis CE versions 8.0+ require modules with an exact match in version number. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can remove this sentence because CE does not "require" modules. It includes modules. We don't even want to mention "modules" anymore, these are capabilities. The fact that they are packaged as modules is an internal implementation detail. |
||
|
||
### Redis Community Edition | ||
|
||
Included modules: | ||
- Redis scalable query engine | ||
- JSON data structure | ||
- Probabilistic data structures | ||
- Time series data structure | ||
|
||
{{< table-csv "redisce-lifecycle.csv" 2 >}} | ||
|
||
## Module end-of-life schedule before Redis CE 8.0 {#modules-endoflife-schedule} | ||
|
||
### RediSearch | ||
|
||
{{< table-csv "redisearch-lifecycle.csv" 2 >}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Release Date,End-of-Life (EOL) | ||
8.0 – TBD,– |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Suggesting to replace "(CE)" to "(Redis CE)".
Instead of "Redis Community Edition formerly called Redis Stack", we should say that we consolidated Redis, Redis Stack, RediSearch, RedisJSON, RedisTimeSeries, and RedisBloom into a single Product - Redis Community Edition (Redis CE).
Instead of saying that we EoL the modules, which may be quite confusing. We should better say that we incorporated the modules into Redis CE and we no longer offer them as separate downloadables.