Skip to content

Commit 5e71ef1

Browse files
authored
Apply suggestions from code review
1 parent 4590b8c commit 5e71ef1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/operate/rc/changelog/march-2025.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This browser-based version of Redis Insight has a subset of the features of Redi
2222

2323
### Redis hashing policy
2424

25-
Accounts created after March 30, 2025, can select the new [Redis hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#redis-hashing-policy" >}}) for their databases when creating a new database.
25+
Accounts created after March 31, 2025, can select the new [Redis hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#redis-hashing-policy" >}}) for their databases when creating a new database.
2626

2727
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. Select it if any of the following conditions apply:
2828
- This is your first Redis Cloud account, and you are starting fresh.
@@ -34,4 +34,4 @@ See [Clustering]({{< relref "/operate/rc/databases/configuration/clustering#mana
3434

3535
## Deprecations
3636

37-
- The [Custom hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#custom-hashing-policy" >}}) is no longer available for accounts created after March 30, 2025. For all other accounts, this policy is not recommended and will be deprecated in the future. Only select a custom hashing policy if you are already using a custom hashing policy with your existing Redis Cloud databases.
37+
- The [Custom hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#custom-hashing-policy" >}}) is no longer available for accounts created after March 31, 2025. For all other accounts, this policy is not recommended and will be deprecated in the future. Only select a custom hashing policy if you are already using a custom hashing policy with your existing Redis Cloud databases.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ 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 30, 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+
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).
102102

103103
### Redis hashing policy
104104

@@ -135,7 +135,7 @@ In some cases, the Standard hashing policy behaves differently from the Redis ha
135135
### Custom hashing policy
136136

137137
{{< note >}}
138-
The custom hashing policy is not available for accounts created after March 30, 2025.
138+
The custom hashing policy is not available for accounts created after March 31, 2025.
139139

140140
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.
141141
{{< /note >}}

0 commit comments

Comments
 (0)