From 30327b84195602a53dad587596da4fe745d22f20 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Wed, 27 Mar 2024 12:07:43 -0400 Subject: [PATCH] Remove breaking change --- content/rc/changelog/april-2024.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/rc/changelog/april-2024.md b/content/rc/changelog/april-2024.md index 268fe7e7f27..96ac59017e6 100644 --- a/content/rc/changelog/april-2024.md +++ b/content/rc/changelog/april-2024.md @@ -13,8 +13,4 @@ aliases: [] ### 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. \ No newline at end of file +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. \ No newline at end of file