Skip to content

Commit 59f0fcb

Browse files
committed
RS: Added version matrix for Software and module versions
1 parent 5b514df commit 59f0fcb

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

content/embeds/rs-feature-sets.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
The following table shows which feature set versions are bundled with each Redis Enterprise Software version:
2+
3+
| Redis Enterprise Software version | Feature set versions |
4+
|-----------------------------------|----------------------|
5+
| 7.22.x | 6.2, 7.2, 7.4 |
6+
| 7.8.x | 6.2, 7.2, 7.4 |
7+
| 7.4.x | 6.2, 7.2 |
8+
| 7.2.x | 7.2 |
9+
| 6.4.x | 6.2 |
10+
11+
The following table shows which module versions are included in each feature set:
12+
13+
| Feature set version | Module versions |
14+
|---------------------|-----------------|
15+
| 7.4 | [Search 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})<br />[JSON 2.8]({{<relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md">}})<br />[Time series 1.12]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md">}})<br />[Bloom 2.8]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md">}}) |
16+
| 7.2 | [Search 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})<br />[JSON 2.6]({{<relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md">}})<br />[Time series 1.10]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md">}})<br />[Bloom 2.6]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md">}}) |
17+
| 6.2 | [Search 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})<br />[JSON 2.4]({{<relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md">}})<br />[Time series 1.8]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md">}})<br />[Bloom 2.4]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md">}})<br />[Graph 2.10]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md">}}) |

content/operate/oss_and_stack/stack-with-enterprise/install/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ linkTitle: Install and upgrade modules
1111
weight: 4
1212
---
1313

14-
Several modules, which provide Redis Stack features, come packaged with [Redis Enterprise Software]({{< relref "/operate/rs" >}}). As of version 7.8.2, Redis Enterprise Software includes three feature sets, compatible with different Redis database versions. However, if you want to use additional modules or upgrade a module to a more recent version, you need to:
14+
Several Redis feature sets come packaged with [Redis Enterprise Software]({{< relref "/operate/rs" >}}). Redis feature sets include modules that provide advanced capabilities and data structures for Redis databases.
15+
16+
{{<embed-md "rs-feature-sets.md">}}
17+
18+
However, if you want to use additional modules or upgrade a module to a more recent version, you need to:
1519

1620
1. [Install a module package]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}) on the cluster.
1721
1. [Enable a module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-database" >}}) for a new database or [upgrade a module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) in an existing database.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
Title: Redis features sets bundled with Redis Enterprise Software
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rs
8+
description: Shows which Redis feature sets are bundled with each version of Redis Enterprise Software.
9+
linkTitle: Feature sets
10+
toc: 'true'
11+
weight: 60
12+
---
13+
14+
Several Redis feature sets come bundled with Redis Enterprise Software. Redis feature sets include modules that provide advanced capabilities and data structures for Redis databases.
15+
16+
{{<embed-md "rs-feature-sets.md">}}

0 commit comments

Comments
 (0)