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
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.
10
10
linkTitle: 8.0.2-17 (October 2025)
11
11
weight: 90
12
12
---
@@ -17,27 +17,35 @@ weight: 90
17
17
18
18
This version offers:
19
19
20
-
- Redis Open Source 8.0 and 8.2 features
20
+
- Redis 8.0 and 8.2 feature set versions
21
21
22
-
- Lag-aware availability API
22
+
- Performance improvements and memory reduction
23
+
24
+
- New Vector Set data structure
23
25
24
-
- Redis Flex GA
26
+
- Redis Flex revamped engine
25
27
26
-
- Metrics stream engine GA
28
+
- Redis Query Engine upgrades
29
+
30
+
- Lag-aware availability API
27
31
28
-
- Module management enhancements
32
+
- Metrics stream engine (General Availability)
33
+
34
+
- Simplified module management
29
35
30
36
- New REST API fields for database and cluster configuration
31
37
38
+
- Customer-Managed Certificates for internode encryption
39
+
32
40
## New in this release
33
41
34
42
### New features
35
43
36
-
#### Redis Open Source 8.0 and 8.2 features
44
+
#### Redis 8.0 and 8.2 feature sets
37
45
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.
39
47
40
-
##### Redis Open Source 8.0 features and enhancements
48
+
##### Redis 8.0 feature set and enhancements
41
49
42
50
- 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.
43
51
@@ -61,7 +69,7 @@ Redis Open Source 8.0 and 8.2 features are now available when you [create]({{<re
61
69
62
70
- 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.
63
71
64
-
##### Redis Open Source 8.2 features and enhancements
72
+
##### Redis 8.2 feature set and enhancements
65
73
66
74
- New Redis streams commands [`XDELEX`]({{<relref "/commands/xdelex">}}) and [`XACKDEL`]({{<relref "/commands/xackdel">}}) that simplify consumer group management and stream lifecycle operations.
67
75
@@ -79,16 +87,33 @@ Redis Open Source 8.0 and 8.2 features are now available when you [create]({{<re
79
87
80
88
- 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.
81
89
82
-
#### Automatically enabled capabilities in Redis 8
90
+
#### Built in capabilities with Redis 8
83
91
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:
85
93
86
94
| Database type | Automatically enabled capabilities |
|[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">}}) |
91
99
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.
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
107
132
108
133
For more details, see [Check database availability for monitoring and load balancers]({{<relref "/operate/rs/monitoring/db-availability">}}).
109
134
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.
0 commit comments