You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/whats-new/_index.md
+9-127Lines changed: 9 additions & 127 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,136 +6,18 @@ categories:
6
6
- operate
7
7
- rs
8
8
- rc
9
-
description: High-level description of important updates to the Develop section
9
+
description: Redis feature sets
10
10
linkTitle: What's new?
11
11
hideListLinks: true
12
12
weight: 10
13
13
---
14
-
## Q1 2025 (January - March) Updates
14
+
A Redis feature set includes a specific Redis database version along with the advanced capabilities and data structures provided by compatible module versions.
15
15
16
-
### Tools
16
+
To use a new feature introduced in a later feature set, you must upgrade the corresponding components according to the following table.
* Updated the [RAG with Redis quick start guide]({{< relref "/develop/get-started/rag" >}}).
133
-
* Updates for [Redis Open Source version 7.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce" >}}).
134
-
* Added new [Redis Insight debugging]({{< relref "/develop/tools/insight/debugging" >}}) page.
135
-
* Completed a major re-write/restructuring of the [vector indexing page]({{< relref "/develop/interact/search-and-query/advanced-concepts/vectors" >}}).
136
-
* Added new [client-side caching page]({{< relref "/develop/clients/client-side-caching" >}}).
137
-
* Added new documentation for the [RDI in Redis Insight feature]({{< relref "/develop/tools/insight/rdi-connector" >}}).
138
-
* Added new documentation for the [Redis for VS Code feature]({{< relref "/develop/tools/redis-for-vscode/" >}}).
139
-
* Added multi-language code examples to the Redis Query Engine [query]({{< relref "/develop/interact/search-and-query/query">}}) pages.
140
-
* Added client-side caching information to the [supported clients]({{< relref "/develop/clients/client-side-caching#which-client-libraries-support-client-side-caching" >}}) pages.
141
-
* Numerous changes to the [Redis client content]({{< relref "/develop/clients" >}}).
18
+
| Redis feature set | What's new |
19
+
|-------------------|------------|
20
+
|**Feature set version:** 8.0<br /><br />**Component versions:**<br />[Redis 8.0]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0.0-release-notes.md">}}) | See [here]({{< relref "/develop/whats-new/8-0" >}})|
0 commit comments