diff --git a/content/operate/rc/changelog/june-2025.md b/content/operate/rc/changelog/june-2025.md index 6cd9d2168c..05178f11f0 100644 --- a/content/operate/rc/changelog/june-2025.md +++ b/content/operate/rc/changelog/june-2025.md @@ -7,7 +7,7 @@ categories: - rc description: New features, enhancements, and other changes added to Redis Cloud during June 2025. -highlights: Block public endpoints, Free database selection +highlights: Block public endpoints, Free database selection, Faster scaling with Redis hashing policy linktitle: June 2025 weight: 28 --- @@ -23,3 +23,13 @@ Users with Redis Cloud Pro databases can now choose to block public endpoints fo You can now create a free database from the [Create a database]({{< relref "/operate/rc/databases/create-database/create-free-database" >}}) page. Free databases are perfect for learning and exploring Redis. You get 30 MB of space for you to learn Redis concepts and develop application prototypes. You can only have one free database per account. If you already have a free database, you can [delete it]({{< relref "/operate/rc/databases/delete-database" >}}) or [upgrade it to a paid Essentials plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription#upgrade-plan" >}}) before creating a new one. + +## Enhancements + +### Faster scaling with Redis hashing policy + +Starting June 24, 2025, accounts with the [Redis hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#redis-hashing-policy" >}}) can create databases that scale faster. This makes resharding operations up to 40% faster than before. + +Faster scaling requires a new database created after June 24, 2025, running Redis 7.4 or later, with the [Redis hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#redis-hashing-policy" >}}) selected. + +For these databases, this enhancement is enabled automatically, ensuring that all future resharding operations complete faster than ever. diff --git a/content/operate/rc/databases/configuration/clustering.md b/content/operate/rc/databases/configuration/clustering.md index b94f0707c4..c63aec8aaa 100644 --- a/content/operate/rc/databases/configuration/clustering.md +++ b/content/operate/rc/databases/configuration/clustering.md @@ -112,6 +112,8 @@ The Redis hashing policy is identical to the [hashing policy used by Redis Open - Your application does not use hashtags in database key names. - Your application uses binary data as key names. +The Redis hashing policy allows for faster scaling where available. + ### Standard hashing policy The Standard hashing policy is mostly consistent with the Redis hashing policy, and will generate the same hash-slot calculation in the following cases: