From 0fe68e7f2730e003693d7a52b99311918b2d8dd9 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Mon, 3 Nov 2025 11:51:03 -0500 Subject: [PATCH 1/2] RC: Hashing policy changes --- content/operate/rc/databases/configuration/clustering.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/operate/rc/databases/configuration/clustering.md b/content/operate/rc/databases/configuration/clustering.md index 9d3a3847b9..c3439dd473 100644 --- a/content/operate/rc/databases/configuration/clustering.md +++ b/content/operate/rc/databases/configuration/clustering.md @@ -98,14 +98,10 @@ You can use the `{...}` pattern to direct related keys to the same hash slot, so Redis Cloud offers 3 hashing policies, which differ in how hash tags are processed. These hashing policies are not always available. -For accounts created after March 31, 2025, Redis defaults to the [Redis hashing policy](#redis-hashing-policy) **when creating a new database**. For all other accounts, Redis defaults to the [standard hashing policy](#standard-hashing-policy). +Redis Cloud defaults to the [Redis hashing policy](#redis-hashing-policy) **when creating a new database**. You can select a different hashing policy during database creation, but you cannot change the hashing policy for an existing database, unless the [custom hashing policy](#custom-hashing-policy) is available. ### Redis hashing policy -{{< note >}} -This policy is available for selected accounts and will be rolled out gradually to other accounts in the future. -{{< /note >}} - The Redis hashing policy is identical to the [hashing policy used by Redis Open Source]({{< relref "/operate/oss_and_stack/reference/cluster-spec#hash-tags" >}}). This policy is recommended for most users and you should select it if any of the following conditions apply: - This is your first Redis Cloud account, and you are starting fresh. - You are migrating data from Redis Open Source or other Redis-managed platforms. From e44b5e126f35af19f6c8a7754946a735f093a9eb Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Tue, 4 Nov 2025 09:57:53 -0500 Subject: [PATCH 2/2] Update content/operate/rc/databases/configuration/clustering.md --- content/operate/rc/databases/configuration/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rc/databases/configuration/clustering.md b/content/operate/rc/databases/configuration/clustering.md index c3439dd473..bb4f95e0a3 100644 --- a/content/operate/rc/databases/configuration/clustering.md +++ b/content/operate/rc/databases/configuration/clustering.md @@ -98,7 +98,7 @@ You can use the `{...}` pattern to direct related keys to the same hash slot, so Redis Cloud offers 3 hashing policies, which differ in how hash tags are processed. These hashing policies are not always available. -Redis Cloud defaults to the [Redis hashing policy](#redis-hashing-policy) **when creating a new database**. You can select a different hashing policy during database creation, but you cannot change the hashing policy for an existing database, unless the [custom hashing policy](#custom-hashing-policy) is available. +Redis Cloud defaults to the [Redis hashing policy](#redis-hashing-policy) **when creating a new database**. You can select a different hashing policy during database creation, but you cannot change the hashing policy to or from the Redis hashing policy after the database is created. ### Redis hashing policy