Skip to content

Commit f57b99e

Browse files
committed
Changelog
1 parent a5c726c commit f57b99e

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories:
77
- rc
88
description: New features, enhancements, and other changes added to Redis Cloud during
99
February 2025.
10-
highlights: Pico billing unit
10+
highlights: Pico billing unit, Redis hashing policy
1111
linktitle: February 2025
1212
weight: 36
1313
---
@@ -16,4 +16,16 @@ weight: 36
1616

1717
### Pico billing unit
1818

19-
We added a Pico billing unit for Pro databases with a maximum size of 100 MB and a maximum throughput of 100 ops/sec. Use it to create smaller databases for a lower cost.
19+
We added a Pico billing unit for Pro databases with a maximum size of 100 MB and a maximum throughput of 100 ops/sec. Use it to create smaller databases for a lower cost.
20+
21+
### Redis hashing policy
22+
23+
Accounts created after February 23, 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.
24+
25+
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:
26+
- This is your first Redis Cloud account, and you are starting fresh.
27+
- You are migrating data from Redis Community Edition or other Redis-managed platforms.
28+
- Your application does not use hashtags in database key names.
29+
- Your application uses binary data as key names.
30+
31+
See [Clustering]({{< relref "/operate/rc/databases/configuration/clustering#manage-the-hashing-policy" >}}) for more information.

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 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).
101+
For accounts created after February 23, 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
{{< warning >}}
104104
You can change the hashing policy between Standard and Custom after you create your database. However, hashing policy changes delete existing data
@@ -148,7 +148,7 @@ In some cases, the Standard hashing policy behaves differently from the Redis ha
148148
### Custom hashing policy
149149

150150
{{< note >}}
151-
The custom hashing policy is not available for accounts created after MONTH DAY, 2025.
151+
The custom hashing policy is not available for accounts created after February 23, 2025.
152152

153153
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.
154154
{{< /note >}}

0 commit comments

Comments
 (0)