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.
10
10
hideListLinks: true
11
11
linkTitle: 8.0.x releases
@@ -35,7 +35,7 @@ This version offers:
35
35
36
36
For more detailed release notes, select a build version from the following table:
37
37
38
-
{{<table-childrencolumnNames="Version (Release date) ,Major changes,Redis CE compatibility"columnSources="LinkTitle,Description,compatibleOSSVersion"enableLinks="LinkTitle">}}
38
+
{{<table-childrencolumnNames="Version (Release date) ,Major changes,Redis Open Source compatibility"columnSources="LinkTitle,Description,compatibleOSSVersion"enableLinks="LinkTitle">}}
39
39
40
40
## Version changes
41
41
@@ -119,8 +119,6 @@ V1 Prometheus metrics are deprecated but still available. To transition to the n
119
119
120
120
As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan]({{<relref "/operate/rs/references/alerts/alerts-v1-to-v2">}}) for guidance.
121
121
122
-
### Upcoming changes
123
-
124
122
### Supported platforms
125
123
126
124
The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility.
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.
10
10
linkTitle: 8.0.2-17 (October 2025)
11
11
weight: 90
@@ -152,7 +152,7 @@ The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_eng
152
152
153
153
- Added module configuration fields to the database configuration. Use `search`, `query_performance_factor`, `timeseries`, and `probabilistic` objects to configure Redis modules instead of the deprecated `module_args` field. These fields are visible in [`GET /v1/bdbs`]({{<relref "/operate/rs/references/rest-api/requests/bdbs">}}) requests only when using the `extended=true` query parameter.
154
154
155
-
- Added `--update-db-config-modules` option to the [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/update">}}) command to streamline updating module information in the CRDB configuration after uprading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules.
155
+
- Added `--update-db-config-modules` option to the [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/update">}}) command to streamline updating module information in the CRDB configuration after upgrading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules.
@@ -256,7 +256,7 @@ The following table shows which Redis modules are compatible with each Redis dat
256
256
257
257
- RS158250: Fixed an issue with Active-Active databases with search enabled where replica shards could crash after migration to a new node.
258
258
259
-
- RS164471: Fixed an issue where the script to generate self-signed certificate (generate_self_signed_certs.sh) failed on custom installations due to hard-coded file paths.
259
+
- RS164471: Fixed an issue where the script to generate self-signed certificates (generate_self_signed_certs.sh) failed on custom installations due to hard-coded file paths.
260
260
261
261
- RS164218: Fixed an issue where Speedb log files were not properly rotated and archived, causing logs to accumulate and consume disk space.
262
262
@@ -487,13 +487,13 @@ The following legacy UI features are not yet available in the new Cluster Manage
487
487
488
488
## Security
489
489
490
-
#### Open source Redis security fixes compatibility
490
+
#### Redis Open Source security fixes compatibility
491
491
492
-
As part of Redis's commitment to security, Redis Enterprise Software implements the latest [security fixes](https://github.com/redis/redis/releases) available with [open source Redis](https://github.com/redis/redis). Redis Enterprise Software has already included the fixes for the relevant CVEs.
492
+
As part of Redis's commitment to security, Redis Enterprise Software implements the latest [security fixes](https://github.com/redis/redis/releases) available with [Redis Open Source](https://github.com/redis/redis). Redis Enterprise Software has already included the fixes for the relevant CVEs.
493
493
494
-
Some CVEs announced for open source Redis do not affect Redis Enterprise Software due to different or additional functionality available in Redis Enterprise Software that is not available in open source Redis.
494
+
Some CVEs announced for Redis Open Source do not affect Redis Enterprise Software due to different or additional functionality available in Redis Enterprise Software that is not available in Redis Open Source.
495
495
496
-
Redis Enterprise Software 8.0.2-17 supports open source Redis 8.2, 8.0, 7.4, 7.2, and 6.2. Below is the list of open source Redis CVEs fixed by version.
496
+
Redis Enterprise Software 8.0.2-17 supports Redis Open Source 8.2, 8.0, 7.4, 7.2, and 6.2. Below is the list of Redis Open Source CVEs fixed by version.
0 commit comments