Skip to content

Commit 2f720ee

Browse files
committed
DEV: modules lifecycle updates for Redis CE 8.0
1 parent ea36136 commit 2f720ee

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 7
1111
---
1212
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).)
1313

14-
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.
14+
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.
1515

1616
## Module release numbering
1717

@@ -23,11 +23,28 @@ The format is “Major1.Major2.Minor”.
2323

2424
- 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.
2525

26-
## Module end-of-life schedule {#modules-endoflife-schedule}
27-
2826
End-of-Life for a given Major version is 18 months after the formal release of
2927
that version or 12 months after the release of the next subsequent (following) version, whichever comes last.
3028

29+
## Module end-of-life schedule after Redis CE 8.0
30+
31+
In Redis CE 8.0 and beyond, module version numbers will align exactly with the Redis CE versions that include them.
32+
For example, the modules included with Redis CE 8.0 will all have version number 8.0.
33+
34+
This also means that Redis CE versions 8.0+ require modules with an exact match in version number.
35+
36+
### Redis Community Edition
37+
38+
Included modules:
39+
- Redis scalable query engine
40+
- JSON data structure
41+
- Probabilistic data structures
42+
- Time series data structure
43+
44+
{{< table-csv "redisce-lifecycle.csv" 2 >}}
45+
46+
## Module end-of-life schedule before Redis CE 8.0 {#modules-endoflife-schedule}
47+
3148
### RediSearch
3249

3350
{{< table-csv "redisearch-lifecycle.csv" 2 >}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Release Date,End-of-Life (EOL)
2+
8.0 – TBD,–

0 commit comments

Comments
 (0)