Skip to content

Commit 22fb164

Browse files
committed
checkpoint
1 parent e9ca860 commit 22fb164

File tree

4 files changed

+55
-6
lines changed

4 files changed

+55
-6
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
Title: Redis Cloud changelog (October 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: New features, enhancements, and other changes added to Redis Cloud during
9+
October 2025.
10+
highlights: Redis 8.2 on Redis Cloud Pro
11+
linktitle: October 2025
12+
weight: 70
13+
tags:
14+
- changelog
15+
---
16+
17+
## New features
18+
19+
### Redis 8.2 on Redis Cloud Pro
20+
21+
Redis 8.2 is now available on Redis Cloud Pro.
22+
23+
Starting with the release of Redis 8.2 on Redis Cloud Pro, Redis Cloud will automatically upgrade your database to the latest minor version during maintenance windows. See [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}) for more information.
24+
25+
See [upgrade database version]({{< relref "/operate/rc/databases/version-management/upgrade-version" >}}) to learn how to upgrade your existing Pro database to the latest version.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
Title: Redis 8.2 release notes and breaking changes
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Release notes and breaking changes for Redis 8.2 on Redis Cloud.
9+
hideListLinks: true
10+
linktitle: Redis 8.2
11+
weight: 4
12+
tocEmbedHeaders: true
13+
---
14+
15+
Redis 8.2 builds on the foundation of Redis 8.0 with significant performance and memory optimizations, enhanced streaming capabilities, and improved cluster management tools. For more information on the changes in Redis 8.2, see [What's new in Redis 8.2]({{<relref "/develop/whats-new/8-2" >}}) and review the Redis Open Source [8.2 release notes]({{<relref "/operate/oss-and-stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes" >}}).
16+
17+
Starting with the release of Redis 8.2 on Redis Cloud Pro, Redis Cloud will automatically upgrade your database to the latest minor version during maintenance windows. See [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}) for more information.
18+
19+
## Breaking changes
20+
21+
When new versions of Redis Open Source change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Cloud and update any applications that connect to your database to handle these changes.
22+
23+
If you are upgrading from Redis 7.4, review the [Redis 8.0 breaking changes]({{< relref "/operate/rc/changelog/version-release-notes/8-0#breaking-changes" >}}) before upgrading.

content/operate/rc/databases/create-database/create-pro-database-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ By default, you're shown basic settings, which include:
156156
| Database&nbsp;setting | Description |
157157
|:---------|:-----------|
158158
| **Name** | A custom name for your database (_required_) |
159-
| **Version** | The Redis version for your database. We recommend you choose the latest available version. |
159+
| **Version** | The Redis version for your database. We recommend you choose the latest available version. See [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}) for more information. |
160160
| **Dataset size (GB)** | The amount of data for your dataset. Specify small sizes as decimals of 1.0&nbsp;GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database. <br/> Databases with Search and query have specific sizing requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
161161
| **High Availability** | Indicates whether a replica copy of the database is maintained in case the primary database becomes unavailable. (Warning: Doubles memory consumption). See [High Availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). |
162162
| **Throughput** | Identifies maximum throughput for the database, which is specified in terms of operations per second (**Ops/sec**). See [Throughput]({{< relref "/operate/rc/databases/configuration/sizing#throughput" >}}) for more information. <br/> Databases with Search and query have specific throughput requirements. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |

content/operate/rc/databases/version-management/_index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ For existing databases:
8787
|---------|------------|-----|
8888
| Minor version auto-upgrades (Redis 8+) | Always enabled, upgrades to latest minor version | Default enabled, can disable |
8989
| Major version upgrades | Customer controlled | Customer controlled |
90-
| Manual upgrades | No | Yes |
91-
| Maintenance window | Standard | Configurable |
90+
| Manual upgrades | Yes | Yes |
91+
| [Automatic upgrade time]({{< relref "/operate/rc/subscriptions/maintenance" >}}) | Standard - between 12 AM and 6 AM region time | Configurable - [Set maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}) |
9292

9393
## Supported versions
9494

@@ -108,12 +108,13 @@ For existing databases:
108108

109109
## Manual upgrades
110110

111-
Redis Cloud Pro users can update their databases to a later version at any time by selecting **More actions** > **Version upgrade** from the database list or database page.
111+
You can update your databases to a later version if by selecting **More actions** > **Version upgrade** from the database list or database page.
112112

113113
Before upgrading, you should:
114114

115-
- Review the [breaking changes]({{< relref "/operate/rc/changelog/version-release-notes" >}}) for your target version to ensure compatibility with your applications.
116-
- [Back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}), review [breaking changes]({{< relref "/operate/rc/changelog/version-release-notes" >}}), and plan for off-peak hours.
115+
- Review the [release notes]({{< relref "/operate/rc/changelog/version-release-notes" >}}) for your target version and all versions in between to ensure compatibility with your applications.
116+
- [Back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}), review [breaking changes]({{< relref "/operate/rc/changelog/version-release-notes" >}}).
117+
- Upgrade your staging or QA database before upgrading your production database.
117118

118119
See [Upgrade database version]({{< relref "/operate/rc/databases/version-management/upgrade-version" >}}) for detailed instructions.
119120

0 commit comments

Comments
 (0)