Skip to content

Commit

Permalink
DOC-3459 Remove shards note for search and query
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Mar 19, 2024
1 parent 5f586d6 commit b9f3870
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions content/rc/databases/configuration/advanced-capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@ Available options depend on your subscription and your database **Type**.

All Redis Cloud Essentials databases support [Redis Stack](https://redis.io/docs/stack/), which enables the most frequently used capabilities.

{{<image filename="images/rc/new-database-general-type-free-stack.png" alt="For Fixed and Free subscriptions, the Type setting in the General section includes an option for Redis Stack." width="75%">}}{{< /image >}}
{{<image filename="images/rc/new-database-general-type-free-stack.png" alt="For Essentials databases, the Type setting in the General section includes an option for Redis Stack." width="75%">}}{{< /image >}}

When the database **Type** is set to _Redis Stack_, the Advanced capabilities section of the database details page displays the advanced capabilities included with the database and their versions.

{{<image filename="images/rc/database-details-modules-stack-free.png" alt="For Fixed and Free subscriptions, the Database details page lists the capabilities and versions added by Redis Stack." width="75%">}}{{< /image >}}
{{<image filename="images/rc/database-details-modules-stack-free.png" alt="For Essentials databases, the Database details page lists the capabilities and versions added by Redis Stack." width="75%">}}{{< /image >}}

Redis Cloud is updated on a regular basis, which includes the advanced capabilities supported by the service. Versions displayed by the admin console may vary from those shown above. For the latest details of any capability, see [Redis Stack and Redis Enterprise]({{<relref "/stack">}}).

## Redis Cloud Pro advanced capability options {#pro}

Redis Cloud Pro subscriptions let you choose advanced capabilities for each database.

{{<image filename="images/rc/database-details-redis-module-select-flexible.png" alt="For Flexible and Annual subscriptions, you can select the capabilites included in your database." width="75%">}}{{< /image >}}
{{<image filename="images/rc/database-details-redis-module-select-flexible.png" alt="For Pro databases, you can select the capabilites included in your database." width="75%">}}{{< /image >}}

You can select more than one advanced capability for a database, though there are limits:

- The following advanced capabilities can be combined in Flexible and Annual subscriptions:
- The following advanced capabilities can be combined in Pro databases:

- Search and query
- JSON
- Time series
- Probabilistic

- Graph cannot be combined with other capabilities.
- JSON is the only capability supported for [Active-Active subscriptions]({{<relref "rc/subscriptions/create-active-active-subscription">}}).
- JSON is the only capability supported for [Active-Active databases]({{<relref "rc/subscriptions/create-active-active-subscription">}}).

You don't have to combine capabilities. To remove a selected capability, either clear the checkbox in the menu or select its **Delete** icon.

Expand Down
2 changes: 1 addition & 1 deletion content/rc/databases/view-edit-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The **Scalability** section is primarily for Flexible and Annual plans. Free and
|:----------------------|:----------|
| **Plan Memory limit** | Maximum size (in GB) for your database. |
| **Memory used** | Memory currently used for your database. |
| **Throughput** | Defines throughput in terms of maximum operations per second for the database <br/><br/>Databases with search and query enabled use the number of shards to determine throughput. To determine how many shards you need for your database, use the [sizing calculator](https://redis.com/modules/redis-search/redisearch-sizing-calculator/). | |
| **Throughput** | Defines throughput in terms of maximum operations per second for the database | |
| **Hashing policy** | Defines the [hashing policy]({{< relref "/rc/databases/configuration/clustering#manage-the-hashing-policy" >}}). |
| **OSS Cluster API** | Enables the [OSS Cluster API]({{< relref "/rc/databases/create-database#oss-cluster-api" >}}) for a database.<br/><br/>When this option is enabled, you cannot define a custom hashing policy.|

Expand Down

0 comments on commit b9f3870

Please sign in to comment.