Skip to content

Commit 6583053

Browse files
committed
DOC-4673 Added highlights to what's new in Redis feature set embed & added embed to a additional pages
1 parent 3a52ed5 commit 6583053

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

content/embeds/redis-api-distros.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
A Redis feature set includes a specific Redis database version along with the advanced capabilities and data structures provided by compatible module versions.
2+
3+
A database is not compatible with module versions from different feature set versions. If you want to use advanced capability features or data structures introduced by a later feature set version, you must upgrade your database to the compatible Redis version and module versions according to the following table.
4+
5+
| Redis feature set version | Distributed in | What's new |
6+
|-------------------|----------------|------------|
7+
| 7.4 | [Redis Cloud]({{<relref "/operate/rc">}})<br />[Redis Software]({{<relref "/operate/rs">}}) 7.8.x<br />[Redis Stack]({{<relref "/operate/oss_and_stack">}}) 7.4.x<br />[Redis Community Edition]({{<relref "/operate/oss_and_stack">}}) 7.4.x | Hash field expiration; new vector data types; time series insertion filters<br /><br />Compatible versions:<br />[Redis 7.4]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md">}})<br />[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">}}) |
8+
| 7.2 | [Redis Cloud]({{<relref "/operate/rc">}})<br />[Redis Software]({{<relref "/operate/rs">}}) 7.2.x-7.8.x<br />[Redis Stack]({{<relref "/operate/oss_and_stack">}}) 7.2.x<br />[Redis OSS]({{<relref "/operate/oss_and_stack">}}) 7.2.x | `WAITAOF`; memory and speed optimizations for lists, sets, and sorted sets; RESP3 support; new RDB file format; geo polygon search; performance improvements for sorted search and queries; new JSON commands<br /><br />Compatible versions:<br />[Redis 7.2](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES)<br />[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">}})<br />[Gears 2.0](https://github.com/RedisGears/RedisGears/releases) |
9+
| 6.2 | [Redis Cloud]({{<relref "/operate/rc">}})<br />[Redis Software]({{<relref "/operate/rs">}}) 6.2.x-7.8.x<br />[Redis Stack]({{<relref "/operate/oss_and_stack">}}) 6.2.x<br />[Redis OSS]({{<relref "/operate/oss_and_stack">}}) 6.2.x | Wildcard queries for `TEXT` and `TAG`; suffix search; multi-value indexing and queries; improved JSON path parser; new probabilistic data structure t-digest; new pathfinding algorithms for graphs; time series gap filling<br /><br />Compatible versions:<br />[Redis 6.2](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES)<br />[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/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
title: Redis Community Edition and Stack
33
description: Operate Redis Community Edition and Redis Stack. Redis OSS was renamed Redis Community Edition (CE) with the v7.4 release.
44
linkTitle: Redis Community Edition and Stack
5-
---
5+
---
6+
7+
## Redis feature sets
8+
9+
{{<embed-md "redis-feature-sets.md">}}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ aliases:
1414
---
1515

1616
[Redis Enterprise Software]({{< relref "/operate/rs" >}}) and [Redis Cloud]({{< relref "/operate/rc" >}}) support all [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise/enterprise-capabilities" >}}) features, which extend the core Redis feature set. Some of the capabilities Redis Stack provides include querying, indexing, and full-text search and support for JSON, time series, and probabilistic data structures.
17+
18+
## Redis feature sets
19+
20+
{{<embed-md "redis-feature-sets.md">}}

content/operate/oss_and_stack/stack-with-enterprise/release-notes/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ linkTitle: Release notes
1111
weight: 99
1212
---
1313

14-
## Redis version matrix
14+
## Redis feature sets
1515

16-
{{<embed-md "redis-api-distros.md">}}
16+
{{<embed-md "redis-feature-sets.md">}}
1717

1818
## Release notes
1919

content/operate/rs/release-notes/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ hideListLinks: true
1111
weight: 90
1212
---
1313

14-
## Redis version matrix
14+
## Redis feature sets
1515

16-
{{<embed-md "redis-api-distros.md">}}
16+
{{<embed-md "redis-feature-sets.md">}}
1717

1818
## Release notes
1919

0 commit comments

Comments
 (0)