Skip to content

Commit d979435

Browse files
committed
RC: Faster resharding changelog
1 parent e69b352 commit d979435

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
Title: Redis Cloud changelog (June 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
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.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ The Redis hashing policy is identical to the [hashing policy used by Redis Open
112112
- Your application does not use hashtags in database key names.
113113
- Your application uses binary data as key names.
114114

115+
The Redis hashing policy allows for faster scaling where available.
116+
115117
### Standard hashing policy
116118

117119
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

Comments
 (0)