From ab188a4b00d057d782407bbf490343049fae2aed Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Fri, 18 Oct 2024 15:10:52 -0400 Subject: [PATCH] RC: Added cluster API limitations --- content/operate/rc/databases/configuration/clustering.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/operate/rc/databases/configuration/clustering.md b/content/operate/rc/databases/configuration/clustering.md index ebd13b9a67..ba2aea7e43 100644 --- a/content/operate/rc/databases/configuration/clustering.md +++ b/content/operate/rc/databases/configuration/clustering.md @@ -198,10 +198,12 @@ We assume a typical workload that includes a different mix of commands and an av - **Security**: Some security options, such as [transport layer security]({{< relref "/operate/rc/security/database-security/tls-ssl" >}}), may affect throughput. - **Number of client connections**: The number of client connections affects throughput. Increasing or decreasing the number of client connections can result in higher or lower throughput. -## Cluster API +## Cluster API {#oss-cluster-api} {{< embed-md "oss-cluster-api-intro.md" >}} The Cluster API is only supported on Redis Cloud Pro databases. You can enable it in the Scalability section of the configuration screen. +The Redis Cluster API is supported only when a database uses the [standard hashing policy](#standard-hashing-policy) and does not use Search and Query or Time Series advanced capabilities. + Review [Redis Cluster API architecture]({{< relref "/operate/rs/clusters/optimize/oss-cluster-api" >}}) to determine if you should enable this feature for your database. \ No newline at end of file