Skip to content

Commit

Permalink
Add deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Mar 27, 2024
1 parent 30327b8 commit 9985d75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/rc/changelog/april-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 9985d75

Please sign in to comment.