Skip to content

Commit 9b89f4f

Browse files
authored
Merge pull request #2335 from redis/2331-feedback-clustering-redis-databases
RC: Hashing policy changes
2 parents ef07ec2 + e44b5e1 commit 9b89f4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/operate/rc/databases/configuration/clustering.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,10 @@ You can use the `{...}` pattern to direct related keys to the same hash slot, so
9898

9999
Redis Cloud offers 3 hashing policies, which differ in how hash tags are processed. These hashing policies are not always available.
100100

101-
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).
101+
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.
102102

103103
### Redis hashing policy
104104

105-
{{< note >}}
106-
This policy is available for selected accounts and will be rolled out gradually to other accounts in the future.
107-
{{< /note >}}
108-
109105
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:
110106
- This is your first Redis Cloud account, and you are starting fresh.
111107
- You are migrating data from Redis Open Source or other Redis-managed platforms.

0 commit comments

Comments
 (0)