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
description: New features, enhancements, and other changes added to Redis Cloud during
9
+
June 2025.
10
+
highlights: Faster scaling with Redis hashing policy
11
+
linktitle: June 2025
12
+
weight: 28
13
+
---
14
+
15
+
## Enhancements
16
+
17
+
### Faster scaling with Redis hashing policy
18
+
19
+
Starting June DATE, 2025, new Redis Cloud accounts can create databases that scale faster. This makes resharding operations up to 40% faster than before.
20
+
21
+
Faster scaling requires:
22
+
- A new Redis cloud account, created after June DATE, 2025
23
+
- A new database running Redis 7.4 or later, with the [Redis hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#redis-hashing-policy" >}}) selected
24
+
25
+
For these databases, this enhancement is enabled automatically, ensuring that all future resharding operations complete faster than ever.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/configuration/clustering.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,8 @@ The Redis hashing policy is identical to the [hashing policy used by Redis Open
112
112
- Your application does not use hashtags in database key names.
113
113
- Your application uses binary data as key names.
114
114
115
+
The Redis hashing policy allows for faster scaling where available.
116
+
115
117
### Standard hashing policy
116
118
117
119
The Standard hashing policy is mostly consistent with the Redis hashing policy, and will generate the same hash-slot calculation in the following cases:
0 commit comments