Skip to content

Commit 3c68b1d

Browse files
authored
alon-8-0-2-RN-updates
alon-8-0-2-RN-updates
1 parent d74f28d commit 3c68b1d

File tree

1 file changed

+37
-26
lines changed

1 file changed

+37
-26
lines changed

content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17.md

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
compatibleOSSVersion: Redis 8.2, 8.0, 7.4, 7.2, 6.2
9-
description: Redis Open Source 8.0 and 8.2 features. Lag-aware availability API. Redis Flex GA. Metrics stream engine GA. Module management enhancements. New REST API fields for database and cluster configuration.
9+
description: Redis Software 8! The most performant, most secure and richest version so far. Built for performance, scale, reliability to power modern ML and AI applications.
1010
linkTitle: 8.0.2-17 (October 2025)
1111
weight: 90
1212
---
@@ -17,27 +17,35 @@ weight: 90
1717

1818
This version offers:
1919

20-
- Redis Open Source 8.0 and 8.2 features
20+
- Redis 8.0 and 8.2 feature set versions
2121

22-
- Lag-aware availability API
22+
- Performance improvements and memory reduction
23+
24+
- New Vector Set data structure
2325

24-
- Redis Flex GA
26+
- Redis Flex revamped engine
2527

26-
- Metrics stream engine GA
28+
- Redis Query Engine upgrades
29+
30+
- Lag-aware availability API
2731

28-
- Module management enhancements
32+
- Metrics stream engine (General Availability)
33+
34+
- Simplified module management
2935

3036
- New REST API fields for database and cluster configuration
3137

38+
- Customer-Managed Certificates for internode encryption
39+
3240
## New in this release
3341

3442
### New features
3543

36-
#### Redis Open Source 8.0 and 8.2 features
44+
#### Redis 8.0 and 8.2 feature sets
3745

38-
Redis Open Source 8.0 and 8.2 features are now available when you [create]({{<relref "/operate/rs/databases/create">}}) or [upgrade]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-database">}}) a database with database version 8.2.
46+
Redis 8.0 and 8.2 feature sets are now available when you [create]({{<relref "/operate/rs/databases/create">}}) or [upgrade]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-database">}}) a database with database version 8.2.
3947

40-
##### Redis Open Source 8.0 features and enhancements
48+
##### Redis 8.0 feature set and enhancements
4149

4250
- Preview of a new [vector set]({{<relref "/develop/data-types/vector-sets">}}) data structure that supports high-dimensional vector similarity search, ideal for AI use cases such as semantic search and recommendation systems.
4351

@@ -61,7 +69,7 @@ Redis Open Source 8.0 and 8.2 features are now available when you [create]({{<re
6169

6270
- See [What's new in Redis 8.0]({{<relref "/develop/whats-new/8-0">}}) and [Redis Open Source 8.0 release notes]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes">}}) for more details.
6371

64-
##### Redis Open Source 8.2 features and enhancements
72+
##### Redis 8.2 feature set and enhancements
6573

6674
- New Redis streams commands [`XDELEX`]({{<relref "/commands/xdelex">}}) and [`XACKDEL`]({{<relref "/commands/xackdel">}}) that simplify consumer group management and stream lifecycle operations.
6775

@@ -79,16 +87,33 @@ Redis Open Source 8.0 and 8.2 features are now available when you [create]({{<re
7987

8088
- See [What's new in Redis 8.2]({{<relref "/develop/whats-new/8-2">}}) and [Redis Open Source 8.2 release notes]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes">}}) for more details.
8189

82-
#### Automatically enabled capabilities in Redis 8
90+
#### Built in capabilities with Redis 8
8391

84-
Redis Enterprise Software databases created with or upgraded to Redis version 8 or later automatically enable the capabilities (modules) bundled with Redis Enterprise Software as follows:
92+
Redis Enterprise Software databases created with or upgraded to Redis version 8 include all the Redis capabilities, built in the database version as follows:
8593

8694
| Database type | Automatically enabled capabilities |
8795
|---------------|------------------------------------|
8896
| RAM-only | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Time series]({{<relref "/operate/oss_and_stack/stack-with-enterprise/timeseries">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
8997
| Flash-enabled ([Redis Flex]({{<relref "/operate/rs/databases/flash">}})) | [JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
9098
| [Active-Active]({{<relref "/operate/rs/databases/active-active">}}) | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search/search-active-active">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}}) |
9199

100+
#### Redis Flex revamped engine
101+
102+
Redis Flex is getting a revamped engine. With performance improvements, increased stability, and removing previous limitations around RAM utilization.
103+
104+
Redis Flex now offloads also the least used keys with their values, allowing more hot data to be stored in RAM. This increases performance for most real world use cases.
105+
106+
Past limitations requiring minimum RAM allocation to store all the database's keys are no more relevant. Allowing more flexibility and higher resource utilization.
107+
108+
- Databases with Redis version 8.2 and later (newly created or upgraded to those versions) automatically use the new Redis Flex engine.
109+
110+
- Databases with Redis version 7.4 and earlier will continue to run on previous engine.
111+
112+
For more information about Redis Flex, see:
113+
114+
- [Redis Flex overview]({{< relref "/operate/rs/databases/flash" >}})
115+
- [Redis Flex quick start]({{< relref "/operate/rs/databases/flash/quickstart" >}})
116+
92117
#### Lag-aware availability API
93118

94119
The [database availability API]({{<relref "/operate/rs/references/rest-api/requests/bdbs/availability">}}) now supports lag-aware availability checks that consider replication lag tolerance.
@@ -107,20 +132,6 @@ The lag tolerance threshold is 100 milliseconds by default. Depending on factors
107132

108133
For more details, see [Check database availability for monitoring and load balancers]({{<relref "/operate/rs/monitoring/db-availability">}}).
109134

110-
#### Redis Flex GA
111-
112-
Redis Flex (Redis on Flash version 2) is now generally available for flash-enabled databases. Redis Flex is the enhanced successor to Auto Tiering (Redis on Flash version 1), which allows you to provision larger databases at a lower cost by extending the RAM with flash drives.
113-
114-
- Databases created with Redis version 8.0 and later automatically use Redis Flex.
115-
116-
- Databases with Redis version 7.4 can choose between Auto Tiering (`bigstore_version` 1) and Redis Flex (`bigstore_version` 2)
117-
118-
- Databases with Redis versions earlier than 7.4 will continue to use Auto Tiering.
119-
120-
For more information about Redis Flex, see:
121-
122-
- [Redis Flex overview]({{< relref "/operate/rs/databases/flash" >}})
123-
- [Redis Flex quick start]({{< relref "/operate/rs/databases/flash/quickstart" >}})
124135

125136
#### Metrics stream engine GA
126137

0 commit comments

Comments
 (0)