diff --git a/content/operate/_index.md b/content/operate/_index.md index e304abf13c..a27b970054 100644 --- a/content/operate/_index.md +++ b/content/operate/_index.md @@ -23,7 +23,7 @@ hideListLinks: true | Clustering | [Clustering]({{< relref "/operate/rc/databases/configuration/clustering" >}}) | [Clustering]({{}}) | [Scale with Redis Cluster]({{< relref "/operate/oss_and_stack/management/scaling" >}}) | [Redis Enterprise clusters (REC)]({{}}) | | Replication | [Replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) | [Replication]({{}}) | [Replication]({{< relref "/operate/oss_and_stack/management/replication" >}}) | [Create replica databases]({{}})| | Active-Active geo-distribution | [Active-Active Redis]({{< relref "/operate/rc/databases/active-active" >}}) | [Active-Active Redis]({{}}) | | [Active-Active databases]({{}}) | -| Rolling upgrades | [Upgrade database version]({{< relref "/operate/rc/databases/upgrade-version" >}}) | [Upgrade Redis Software]({{}}) | | [Upgrade Redis for K8s]({{}}) | +| Rolling upgrades | [Upgrade database version]({{< relref "/operate/rc/databases/version-management/upgrade-version" >}}) | [Upgrade Redis Software]({{}}) | | [Upgrade Redis for K8s]({{}}) | | Redis Flex/Auto tiering | [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) | [Redis Flex]({{}}) | | [Redis Flex]({{}}) | | Persistence | [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) | [Persistence]({{}}) | [Persistence]({{< relref "/operate/oss_and_stack/management/replication" >}}) | [Persistence volumes]({{}})| | Recovery | Automatic | [Recover cluster]({{}}) | [Manual failover]({{< relref "/operate/oss_and_stack/management/scaling#manual-failover" >}}) | [Cluster recovery]({{}}) | diff --git a/content/operate/rc/changelog/november-2025.md b/content/operate/rc/changelog/november-2025.md new file mode 100644 index 0000000000..bc077cf395 --- /dev/null +++ b/content/operate/rc/changelog/november-2025.md @@ -0,0 +1,23 @@ +--- +Title: Redis Cloud changelog (November 2025) +alwaysopen: false +categories: +- docs +- operate +- rc +description: New features, enhancements, and other changes added to Redis Cloud during + November 2025. +highlights: Redis 8.2 on Redis Cloud Pro, Automatic minor version upgrades +linktitle: November 2025 +weight: 60 +tags: +- changelog +--- + +## New features + +### Redis 8.2 on Redis Cloud Pro + +Redis 8.2 is now available on Redis Cloud Pro. You can now upgrade your existing Pro database to Redis 8.2. + +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. If you are upgrading to Redis 8.2 from Redis 7.4 or earlier, review the [Redis 8.0 breaking changes]({{< relref "/operate/rc/changelog/version-release-notes/8-0#breaking-changes" >}}) before upgrading. \ No newline at end of file diff --git a/content/operate/rc/changelog/version-release-notes/8-2.md b/content/operate/rc/changelog/version-release-notes/8-2.md new file mode 100644 index 0000000000..6be3ebd196 --- /dev/null +++ b/content/operate/rc/changelog/version-release-notes/8-2.md @@ -0,0 +1,23 @@ +--- +Title: Redis 8.2 release notes and breaking changes +alwaysopen: false +categories: +- docs +- operate +- rc +description: Release notes and breaking changes for Redis 8.2 on Redis Cloud. +hideListLinks: true +linktitle: Redis 8.2 +weight: 4 +tocEmbedHeaders: true +--- + +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]({{}}) and review the Redis Open Source [8.2 release notes]({{}}). + +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. + +## Breaking changes + +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. + +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. \ No newline at end of file diff --git a/content/operate/rc/databases/active-active/create-active-active-database.md b/content/operate/rc/databases/active-active/create-active-active-database.md index 5438ca0267..df80e63bcf 100644 --- a/content/operate/rc/databases/active-active/create-active-active-database.md +++ b/content/operate/rc/databases/active-active/create-active-active-database.md @@ -127,7 +127,9 @@ By default, you're shown basic settings, which include: {{When you create an Active-Active database, you can select the JSON and Search and query advanced capabilities.}} - We select both capabilities for you automatically. You can remove a capability by selecting it. Selected capabilities will be available in all regions, including those added in the future. + For Redis versions prior to 8.0, we select both capabilities for you automatically. You can remove a capability by clicking on it while selected. Selected capabilities will be available in all regions, including those added in the future. + + Starting with Redis 8.0, JSON and Search and query are included by default. See [Search and query Active-Active databases]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search/search-active-active" >}}) to learn how to use Search and query on Active-Active databases. @@ -275,7 +277,7 @@ Total ops/sec = 9000 (Region 1) + 10000 (Region 2) + 7000 (Region 3) For Search and query databases, the estimated throughput from the [Sizing calculator](https://redis.io/redisearch-sizing-calculator/) is the total amount of throughput you need. When setting throughput for your Active-Active database, use the total amount for each region and divide it depending on your read (query) and write (update) needs for each region. For example, if the total amount of throughput needed is 50000 ops/sec, you could set each region to have 20000 ops/sec for reads (queries) and 30000 ops/sec for writes (updates). - **Data Persistence**: Defines the data persistence policy, if any. See [Database persistence]({{< relref "/operate/rs/databases/configure/database-persistence.md" >}}). -- **Supported Protocol(s)**: Choose between RESP2 and RESP3 _(Redis 7.2 only)_. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details. +- **Supported Protocol(s)**: Choose between RESP2 and RESP3 _(Redis 7.2 or later)_. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details. - **Quantity**: Number of databases to create with these settings. When finished, select **Save configuration** to save your database configuration. diff --git a/content/operate/rc/databases/configuration/advanced-capabilities.md b/content/operate/rc/databases/configuration/advanced-capabilities.md index 785f2835c8..d1a0bd891f 100644 --- a/content/operate/rc/databases/configuration/advanced-capabilities.md +++ b/content/operate/rc/databases/configuration/advanced-capabilities.md @@ -9,6 +9,7 @@ description: Describes Redis Cloud Advanced capability options. headerRange: '[1-3]' toc: 'true' weight: $weight +bannerText: Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default, so you no longer need to select them when creating a database on version 8.0 or later. --- Advanced capabilities extend Redis database functionality by adding new features and data types. @@ -17,7 +18,7 @@ Available options depend on your database plan and **Type**. ## Redis Cloud Essentials {#essentials} -All Redis Cloud Essentials databases with versions prior to Redis 8.0 support [Redis Stack]({{< relref "/operate/oss_and_stack/" >}}), which enables the most frequently used capabilities. +All Redis Cloud Essentials databases with versions prior to Redis 8.0 support [Redis Stack]({{< relref "/operate/oss_and_stack/" >}}), which enables the most frequently used capabilities. {{For Essentials, the Type setting in the General section includes an option for Redis.}} @@ -27,11 +28,11 @@ When the database **Type** is set to _Redis_, the Advanced capabilities section Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default. -Redis Cloud is updated on a regular basis, which includes the advanced capabilities supported by the service. Versions displayed by the Redis Cloud console may vary from those shown above. For the latest details of any capability, see [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). +Redis Cloud is updated on a regular basis, which includes the advanced capabilities supported by the service. Versions displayed by the Redis Cloud console may vary from those shown above. For the latest details of any capability, see [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}). ## Redis Cloud Pro {#pro} -By default, Redis Cloud Pro databases load all supported advanced capabilities. You can choose to load specific capabilities when you create your database. To choose which capabilities to load for your Pro database, [create it with custom settings]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and select **More options** when adding your database in the **Sizing tab** to view advanced capability settings. +By default, Redis Cloud Pro databases load all supported advanced capabilities. For versions prior to Redis 8.0, you can choose to load specific capabilities when you create your database. To choose which capabilities to load for your Pro database, [create it with custom settings]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and select **More options** when adding your database in the **Sizing tab** to view advanced capability settings. {{For Pro databases, you can select the capabilities included in your database.}} @@ -48,7 +49,9 @@ You can select more than one advanced capability for a database, though there ar To remove a selected capability, clear its checkbox. -To learn more, see [Redis Stack]({{< relref "/develop/get-started/" >}}) and [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). +Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default. + +To learn more, see [Redis Stack]({{< relref "/develop/get-started/" >}}) and [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}). ### Search and query sizing diff --git a/content/operate/rc/databases/create-database/create-pro-database-existing.md b/content/operate/rc/databases/create-database/create-pro-database-existing.md index d3c9aaf5d8..f62c210719 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-existing.md +++ b/content/operate/rc/databases/create-database/create-pro-database-existing.md @@ -75,6 +75,7 @@ The **Performance** section lets you manage the maximum size, throughput, and ha | **Dataset size** | Maximum size (in GB) for your dataset. See [Dataset size]({{< relref "/operate/rc/databases/configuration/sizing#dataset-size" >}}) for sizing considerations.
Databases with Search and query have specific size requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. | | **Throughput** | Defines throughput in terms of maximum operations per second for the database. See [Throughput]({{< relref "/operate/rc/databases/configuration/sizing#throughput" >}}) for more info.
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. | | **High availability** | Replicates your data across multiple nodes, as allowed by your subscription plan. See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more info| +| **Query performance factor** | *(Search and query databases on Redis 7.2 or later)* Adds additional compute power to process your query and vector search workloads and boost your queries per second. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. | | **Hashing policy** | Defines the [hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#manage-the-hashing-policy" >}}). | | **OSS Cluster API** | Activates the [Cluster API]({{< relref "/operate/rc/databases/configuration/clustering#oss-cluster-api" >}}) for a database. When this option is selected, you cannot define a custom hashing policy.
After you select OSS Cluster API, you can select **Use external endpoint** if you want to use the external endpoint for the database. Selecting **Use external endpoint** will block the private endpoint for this database. | diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index 5b5a6537fb..e0b931e40b 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -156,7 +156,7 @@ By default, you're shown basic settings, which include: | Database setting | Description | |:---------|:-----------| | **Name** | A custom name for your database (_required_) | -| **Version** | The Redis version for your database. We recommend you choose the latest available version. | +| **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. | | **Dataset size (GB)** | The amount of data for your dataset. Specify small sizes as decimals of 1.0 GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database.
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. | | **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" >}}). | | **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.
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. | @@ -170,10 +170,10 @@ Select **More options** to specify values for the following settings. | Database option | Description | |:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **Advanced Capabilities** | [Advanced features and data types]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), or [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}).
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. | +| **Advanced Capabilities** | [Advanced features and data types]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), and [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}).
Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default.
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. | | **OSS Cluster API** | Enable to use the [Redis Cluster API]({{< relref "/operate/rc/databases/configuration/clustering#oss-cluster-api" >}}). | | **Type** | Set to **Redis**, otherwise **Memcached** database for legacy database support. | -| **Supported Protocol(s)** | Choose between RESP2 and RESP3 _(Redis 7.2 only)_. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details | +| **Supported Protocol(s)** | Choose between RESP2 and RESP3 _(Redis 7.2 and later only)_. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details | | **Quantity** | Number of databases to create with these settings. | When finished, select **Save configuration** to save your database configuration. diff --git a/content/operate/rc/databases/version-management/_index.md b/content/operate/rc/databases/version-management/_index.md new file mode 100644 index 0000000000..17302b5c1d --- /dev/null +++ b/content/operate/rc/databases/version-management/_index.md @@ -0,0 +1,57 @@ +--- +Title: Redis version management +alwaysopen: false +categories: +- docs +- operate +- rc +description: Describes Redis Cloud supported database versions and upgrade options. +linkTitle: Version management +weight: 36 +hideListLinks: true +tocEmbedHeaders: true +--- + +Redis Cloud provides comprehensive version management that prioritizes customer control over major changes. + +## Redis version structure + +Redis uses a **MAJOR.MINOR.PATCH** versioning scheme: + +- **Major versions**: Significant changes that may include breaking changes (e.g., Redis 7 → Redis 8) +- **Minor versions**: New features and improvements within a major version (e.g., 8.2 → 8.4 → 8.6) +- **Patch versions**: Bug fixes and security updates (e.g., 8.2.1 → 8.2.2) + +## Supported versions + +{{< note >}} +**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates. +{{< /note >}} + +| Version | Status | EOL Date | Plans | +|---------|--------|----------|-------| +| **Redis 8.2** | GA | TBD | Essentials, Pro | +| **Redis 8.0** | Preview | TBD | Essentials | +| **Redis 7.4** | GA | December 1, 2029 | Essentials, Pro | +| **Redis 7.2** | GA | December 1, 2029 | Essentials, Pro | +| **Redis 6.2** | GA | April 1, 2027 | Pro | + +When a version reaches End-of-Life (EOL), Redis Cloud will automatically upgrade your database to the following minor version during maintenance windows if you do not manually upgrade before EOL. + +## Version selection + +When creating a database, you select the version (e.g., Redis 8.2). Redis Cloud automatically provides the latest patch version within that version. + + +## Manual upgrades + +You can update your databases to a later version if by selecting **More actions** > **Version upgrade** from the database list or database page. + +Before upgrading, you should: + +- 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. +- [Back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}), review [breaking changes]({{< relref "/operate/rc/changelog/version-release-notes" >}}). +- Upgrade your staging or QA database before upgrading your production database. + +See [Upgrade database version]({{< relref "/operate/rc/databases/version-management/upgrade-version" >}}) for detailed instructions. + diff --git a/content/operate/rc/databases/upgrade-version.md b/content/operate/rc/databases/version-management/upgrade-version.md similarity index 88% rename from content/operate/rc/databases/upgrade-version.md rename to content/operate/rc/databases/version-management/upgrade-version.md index 98a538e505..3dd36d2779 100644 --- a/content/operate/rc/databases/upgrade-version.md +++ b/content/operate/rc/databases/version-management/upgrade-version.md @@ -7,14 +7,18 @@ categories: - rc description: Describes when you can upgrade your database to the latest available version for each plan type. linkTitle: Upgrade database version -weight: 37 +weight: 1 +aliases: + - /rc/databases/upgrade-version --- Database version upgrade options depend on your plan type. ## Redis Cloud Essentials -All new Redis Cloud Essentials databases are on the latest available version of Redis. Redis will notify Redis Cloud Essentials users when a new database version is available. +All new Redis Cloud Essentials databases are on the latest available version of Redis. + +Redis will notify users when new database versions are available, but upgrades must be done manually. ## Redis Cloud Pro @@ -29,7 +33,9 @@ Please keep in mind the following before upgrading your database version: - Review the breaking changes for the new database version before upgrading: - [Redis 7.2]({{< relref "/operate/rc/changelog/version-release-notes/7-2" >}}) - - [Redis 7.4]({{< relref "/operate/rc/changelog/version-release-notes/7-4" >}}) + - [Redis 7.4]({{< relref "/operate/rc/changelog/version-release-notes/7-4" >}}) + - [Redis 8.0]({{< relref "/operate/rc/changelog/version-release-notes/8-0" >}}) + - [Redis 8.2]({{< relref "/operate/rc/changelog/version-release-notes/8-2" >}}) - You must upgrade the target database in an [Active-Passive]({{< relref "/operate/rc/databases/migrate-databases#sync-using-active-passive" >}}) setup before you upgrade the source database to prevent compatibility issues. {{< /note >}} @@ -50,9 +56,9 @@ To upgrade a Redis Cloud Pro database: If your database has not been backed up before, we recommend that you back up your database. Select **Go to backup** to go to the [backup settings]({{< relref "/operate/rc/databases/back-up-data" >}}). -1. Select **Upgrade** to start the upgrade. +1. Select **Upgrade Now** to start the upgrade. - {{The upgrade button.}} + {{The upgrade button.}} The database will start upgrading to the selected version immediately. The upgrade may take a few minutes. diff --git a/static/images/rc/button-upgrade-now.png b/static/images/rc/button-upgrade-now.png new file mode 100644 index 0000000000..1287abebb3 Binary files /dev/null and b/static/images/rc/button-upgrade-now.png differ diff --git a/static/images/rc/create-database-active-active.png b/static/images/rc/create-database-active-active.png index 9fec5901ed..a42af3ca2b 100644 Binary files a/static/images/rc/create-database-active-active.png and b/static/images/rc/create-database-active-active.png differ diff --git a/static/images/rc/database-new-flexible-scalability.png b/static/images/rc/database-new-flexible-scalability.png index 281fea5c6a..feec471266 100644 Binary files a/static/images/rc/database-new-flexible-scalability.png and b/static/images/rc/database-new-flexible-scalability.png differ diff --git a/static/images/rc/database-new-flexible.png b/static/images/rc/database-new-flexible.png index 720f6828dc..49d2efc038 100644 Binary files a/static/images/rc/database-new-flexible.png and b/static/images/rc/database-new-flexible.png differ diff --git a/static/images/rc/database-version-upgrade.png b/static/images/rc/database-version-upgrade.png index 9be3452320..ff5da6f379 100644 Binary files a/static/images/rc/database-version-upgrade.png and b/static/images/rc/database-version-upgrade.png differ diff --git a/static/images/rc/flexible-add-database-basic.png b/static/images/rc/flexible-add-database-basic.png index b608614abb..8dc927ae44 100644 Binary files a/static/images/rc/flexible-add-database-basic.png and b/static/images/rc/flexible-add-database-basic.png differ