Skip to content

Commit 1dee885

Browse files
committed
A few small copy edits and typo fixes for RS 8 release notes, added customer-managed INE certs to new features, copied updated description and highlights to RS 8 index page
1 parent 32c3aca commit 1dee885

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
lines changed

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

Lines changed: 14 additions & 6 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, and reliability to power modern ML and AI applications.
1010
hideListLinks: true
1111
linkTitle: 8.0.x releases
1212
toc: 'true'
@@ -19,18 +19,26 @@ weight: 67
1919

2020
This version offers:
2121

22-
- Redis Open Source 8.0 and 8.2 features
22+
- Redis 8.0 and 8.2 feature set versions
2323

24-
- Lag-aware availability API
24+
- Performance improvements and memory reduction
25+
26+
- New vector set data structure
27+
28+
- Redis Flex revamped engine
2529

26-
- Redis Flex GA
30+
- Redis Query Engine upgrades
2731

28-
- Metrics stream engine GA
32+
- Lag-aware availability API
33+
34+
- Metrics stream engine (General Availability)
2935

30-
- Module management enhancements
36+
- Simplified module management
3137

3238
- New REST API fields for database and cluster configuration
3339

40+
- Customer-managed certificates for internode encryption
41+
3442
## Detailed release notes
3543

3644
For more detailed release notes, select a build version from the following table:

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

Lines changed: 14 additions & 17 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 Software 8! The most performant, most secure and richest version so far. Built for performance, scale, reliability to power modern ML and AI applications.
9+
description: Redis Software 8! The most performant, most secure, and richest version so far. Built for performance, scale, and reliability to power modern ML and AI applications.
1010
linkTitle: 8.0.2-17 (October 2025)
1111
weight: 90
1212
---
@@ -21,7 +21,7 @@ This version offers:
2121

2222
- Performance improvements and memory reduction
2323

24-
- New Vector Set data structure
24+
- New vector set data structure
2525

2626
- Redis Flex revamped engine
2727

@@ -35,7 +35,7 @@ This version offers:
3535

3636
- New REST API fields for database and cluster configuration
3737

38-
- Customer-Managed Certificates for internode encryption
38+
- Customer-managed certificates for internode encryption
3939

4040
## New in this release
4141

@@ -87,7 +87,7 @@ Redis 8.0 and 8.2 feature sets are now available when you [create]({{<relref "/o
8787

8888
- 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.
8989

90-
#### Built in capabilities with Redis 8
90+
#### Built-in capabilities with Redis 8
9191

9292
Redis Enterprise Software databases created with or upgraded to Redis version 8 include all the Redis capabilities, built in the database version as follows:
9393

@@ -99,37 +99,31 @@ Redis Enterprise Software databases created with or upgraded to Redis version 8
9999

100100
#### Performance improvements and memory reduction
101101

102-
- More than 30 performance and resource utilization and and memory footprint improvements.
102+
- More than 30 performance, resource utilization, and memory footprint improvements.
103103

104104
- An improved replication mechanism that is more performant (faster) and robust and saves up to 35% memory during replication.
105105

106106
- Up to 87% lower command latency.
107107

108-
- Redis Query Engine (RQE) – Up to 144% higher QPS, new vector compression.
109-
108+
- Redis Query Engine (RQE): Up to 144% higher QPS and new vector compression.
110109

111110
#### Redis Flex revamped engine
112111

113-
Redis Flex is getting a revamped engine. With performance improvements, increased stability, and removing previous limitations around RAM utilization.
112+
Redis Flex is getting a revamped engine with performance improvements, increased stability, and the removal of previous limitations around RAM utilization.
114113

115-
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.
114+
Redis Flex now offloads 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.
116115

117-
Past limitations requiring minimum RAM allocation to store all the database's keys are no more relevant. Allowing more flexibility and higher resource utilization.
116+
Past limitations requiring minimum RAM allocation to store all the database's keys are no longer relevant, allowing more flexibility and higher resource utilization.
118117

119118
- Databases with Redis version 8.2 and later (newly created or upgraded to those versions) automatically use the new Redis Flex engine.
120119

121-
- Databases with Redis version 7.4 and earlier will continue to run on previous engine.
120+
- Databases with Redis version 7.4 and earlier will continue to run on the previous engine.
122121

123122
For more information about Redis Flex, see:
124123

125124
- [Redis Flex overview]({{< relref "/operate/rs/databases/flash" >}})
126125
- [Redis Flex quick start]({{< relref "/operate/rs/databases/flash/quickstart" >}})
127126

128-
129-
#### Redis Flex revamped engine
130-
131-
132-
133127
#### Lag-aware availability API
134128

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

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

151-
152145
#### Metrics stream engine GA
153146

154147
The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) is now generally available:
@@ -167,6 +160,10 @@ The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_eng
167160
168161
- See [Best practices for monitoring]({{<relref "/operate/rs/monitoring/metrics_stream_engine#best-practices-for-monitoring">}}) for a list of recommended metrics to monitor.
169162
163+
#### Customer-managed certificates for internode encryption
164+
165+
Instead of using Redis Enterprise Software's self-signed certificates for internode encryption, you can provide certificates generated by your Certificate Authority (CA). See [Customer-provided certificates ]({{<relref "/operate/rs/security/encryption/internode-encryption#customer-provided-certificates">}}) for details.
166+
170167
### Enhancements
171168

172169
- Module management enhancements:

0 commit comments

Comments
 (0)