From 21291386e8eb3880982b6680d0fbff142e32b49e Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Tue, 26 Mar 2024 11:30:13 -0400 Subject: [PATCH 1/3] ops/sec changelog --- content/rc/changelog/april-2024.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/rc/changelog/april-2024.md diff --git a/content/rc/changelog/april-2024.md b/content/rc/changelog/april-2024.md new file mode 100644 index 00000000000..268fe7e7f27 --- /dev/null +++ b/content/rc/changelog/april-2024.md @@ -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. \ No newline at end of file From 30327b84195602a53dad587596da4fe745d22f20 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Wed, 27 Mar 2024 12:07:43 -0400 Subject: [PATCH 2/3] 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 From 9985d7571665570b4a12ee46f32dbe16373fb01a Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Wed, 27 Mar 2024 14:52:05 -0400 Subject: [PATCH 3/3] Add deprecation --- content/rc/changelog/april-2024.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/rc/changelog/april-2024.md b/content/rc/changelog/april-2024.md index 96ac59017e6..475a64a8e9b 100644 --- a/content/rc/changelog/april-2024.md +++ b/content/rc/changelog/april-2024.md @@ -13,4 +13,8 @@ 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. \ 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. + +## Deprecations + +- Setting throughput by `number-of-shards` is now deprecated for the `POST /v1/subscriptions/{subscriptionId}/databases` REST API endpoint and will be removed soon. We recommend changing the throughput measurement to `operations-per-second` when you create databases using the Redis Cloud API. \ No newline at end of file