diff --git a/content/integrate/amazon-bedrock/set-up-redis.md b/content/integrate/amazon-bedrock/set-up-redis.md index a7bf537bbc..dc10015030 100644 --- a/content/integrate/amazon-bedrock/set-up-redis.md +++ b/content/integrate/amazon-bedrock/set-up-redis.md @@ -75,9 +75,9 @@ To set up a Redis Cloud instance for Bedrock, you need to: {{The General settings of the Setup tab.}} -1. In the **Version** section, select **Redis 7.2**. +1. In the **Version** section, select **Redis 7.2** or **Redis 7.4**. - {{Version selection between Redis 6.2 and 7.2}} + {{Version selection between Redis 6.2, 7.2, and 7.4}} 1. In the **Advanced options** section, select Multi-AZ to ensure [high-availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). diff --git a/content/operate/rc/changelog/october-2024.md b/content/operate/rc/changelog/october-2024.md index bb363ad301..e8b5627724 100644 --- a/content/operate/rc/changelog/october-2024.md +++ b/content/operate/rc/changelog/october-2024.md @@ -7,11 +7,19 @@ categories: - rc description: New features, enhancements, and other changes added to Redis Cloud during October 2024. -highlights: Security fixes for CVE-2024-31449, CVE-2024-31227, CVE-2024-31228 +highlights: Redis 7.4 Preview on Redis Cloud Pro, Security fixes linktitle: October 2024 weight: 42 --- +## New Features + +### Redis 7.4 Preview on Redis Cloud Pro + +A preview of Redis 7.4 is now available on [Redis Cloud Pro databases]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}). + +Redis 7.4 offers hash field expiration and other feature set improvements. For more information on the changes in Redis 7.4, see the [Redis 7.4 release blog post](https://redis.io/blog/announcing-redis-community-edition-and-redis-stack-74). + ## Security fixes Redis Cloud has already been updated with patches for CVE-2024-31449, CVE-2024-31227, and CVE-2024-31228. No further action is required at this time. For more information, see the [Redis blog post](https://redis.io/blog/security-advisory-cve-2024-31449-cve-2024-31227-cve-2024-31228/) about these vulnerabilities. \ No newline at end of file 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 6bf683514c..db06526a8d 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 @@ -107,9 +107,11 @@ The following settings are defined in the **General settings** of the **Setup** #### Version {#version} -{{Version selection between Redis 6.2 and 7.2}} +{{Version selection between Redis 6.2, 7.2, and 7.4.}} -The **Version** section lets you choose the Redis version of your databases. Choose **Redis 7.2** if you want to use the latest advanced features of Redis. +The **Version** section lets you choose the Redis version of your databases. Choose **Redis 7.2** if you want to use the latest stable version of Redis, or select **Redis 7.4** for the Redis 7.4 Preview. + +Redis 7.4 offers hash field expiration and other feature set improvements. For more information on the changes in Redis 7.4, see the [Redis 7.4 release notes](https://redis.io/blog/announcing-redis-community-edition-and-redis-stack-74). #### Advanced options {#advanced-options} diff --git a/static/images/rc/subscription-new-flexible-version-section.png b/static/images/rc/subscription-new-flexible-version-section.png index 8f585a481f..396f4fe716 100644 Binary files a/static/images/rc/subscription-new-flexible-version-section.png and b/static/images/rc/subscription-new-flexible-version-section.png differ