-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
Title: Redis Cloud changelog (April 2024) | ||
linktitle: April 2024 | ||
description: New features, enhancements, and other changes added to Redis Cloud during April 2024. | ||
highlights: Search and query throughput in ops/sec | ||
weight: 55 | ||
alwaysopen: false | ||
categories: ["RC"] | ||
aliases: [] | ||
--- | ||
|
||
## Enhancements | ||
|
||
### Search and query throughput in ops/sec | ||
|
||
You can now set the throughput for databases with Search and query in operations per second (ops/sec), like all other Redis databases. This will let you seamlessly scale your query workload in and out as needed. | ||
|
||
## Breaking changes | ||
|
||
- If you create a database through the Redis Cloud REST API with Search and query, and attempt to set the throughput in `number-of-shards` instead of `operations-per-second`, the database creation will fail. |