Skip to content

Commit 242bd00

Browse files
authored
Apply suggestions from code review
1 parent 6d70e2d commit 242bd00

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,17 @@ If the key contains a `{...}` pattern, only the substring between `{` and `}` is
9696

9797
You can use the `{...}` pattern to direct related keys to the same hash slot, so that multi-key operations are supported on them. On the other hand, not using a hashtag in the key's name results in a (statistically) even distribution of keys across the keyspace's shards, which improves resource utilization. If your application does not perform multi-key operations, you don't need to construct key names with hashtags.
9898

99-
Redis Cloud offers 3 hashing policies, which differ in the way hash-tags are processed. Redis defaults to the [standard hashing policy](#standard-hashing-policy).
99+
Redis Cloud offers 3 hashing policies, which differ in how hash tags are processed. These hashing policies are not always available.
100+
101+
For accounts created after MONTH DAY, 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).
100102

101103
{{< warning >}}
102-
You can change the hashing policy after you create your database. However, hashing policy changes delete existing data
104+
You can change the hashing policy between Standard and Custom after you create your database. However, hashing policy changes delete existing data
103105
(FLUSHDB) before they're applied.
104106

105107
These changes include:
106108

107-
1. Changing the hashing policy.
109+
1. Changing the hashing policy, either from standard to custom or vice versa.
108110
1. Changing the order of custom hashing policy rules.
109111
1. Adding rules before existing ones in the custom hashing policy.
110112
1. Deleting rules from the custom hashing policy.
@@ -146,7 +148,9 @@ In some cases, the Standard hashing policy behaves differently from the Redis ha
146148
### Custom hashing policy
147149

148150
{{< note >}}
149-
The custom hashing policy is not recommended and will be deprecated in the future. Select this option only if you are already using a custom hashing policy with your existing Redis Cloud databases.
151+
The custom hashing policy is not available for accounts created after MONTH DAY, 2025.
152+
153+
For all other accounts, this policy is not recommended and will be deprecated in the future. Select this option only if you are already using a custom hashing policy with your existing Redis Cloud databases.
150154
{{< /note >}}
151155

152156
A Redis Cloud cluster can be configured to use a custom hashing

0 commit comments

Comments
 (0)