You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/configuration/clustering.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ For accounts created after March 23, 2025, Redis defaults to the [Redis hashing
106
106
This policy is available for selected accounts and will be rolled out gradually to other accounts in the future.
107
107
{{< /note >}}
108
108
109
-
The Redis hashing policy is identical to the [hashing policy used by Redis Community Edition]({{< relref "/operate/oss_and_stack/reference/cluster-spec#hash-tags" >}}). This policy is recommended for most users and should be selected if any of the following conditions apply:
109
+
The Redis hashing policy is identical to the [hashing policy used by Redis Community Edition]({{< 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:
110
110
- This is your first Redis Cloud account, and you are starting fresh.
111
111
- You are migrating data from Redis Community Edition or other Redis-managed platforms.
112
112
- Your application does not use hashtags in database key names.
@@ -118,7 +118,7 @@ The Standard hashing policy is mostly consistent with the Redis hashing policy,
118
118
1. Keys with a single hashtag: a key's hashtag is any substring between '{' and '}' in the key's name. That means that when a key's name includes the pattern '{...}', the hashtag is used as input for the hashing function. For example, the following key names have the same hashtag and are mapped to the same slot: foo{bar}, {bar}baz & foo{bar}baz.
119
119
1. Keys without a hashtag: when a key doesn't contain the '{...}' pattern, the entire key's name is used for hashing
120
120
121
-
However, this policy is less recommended and should be selected only if any of the following conditions apply:
121
+
However, this policy is less recommended and you should select it only if any of the following conditions apply:
122
122
- Your application uses empty hashtags to hash different keys to the same hashslot
123
123
- Your application uses multiple curly brackets within a key’s name
124
124
@@ -166,7 +166,7 @@ their order to suit your application's requirements.
166
166
167
167
{{< warning >}}
168
168
If the Custom hashing policy is available, you can change the hashing policy between Standard and Custom after you create your database. However, hashing policy changes delete existing data
169
-
(FLUSHDB) before they're applied.
169
+
(using [`FLUSHDB`]({{< relref "/commands/flushdb" >}})) before they're applied.
0 commit comments