-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
364 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
content/rc/databases/configuration/advanced-capabilities.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
Title: Advanced capabilities | ||
description: Describes Redis Cloud Advanced capability options | ||
weight: $weight | ||
alwaysopen: false | ||
toc: "true" | ||
headerRange: "[1-3]" | ||
categories: [] | ||
aliases: | ||
--- | ||
|
||
Advanced capabilities extend Redis database functionality by adding new data types and options. | ||
|
||
Available options depend on your subscription and your database **Type**. | ||
|
||
## Redis Cloud Essentials {#essentials} | ||
|
||
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 >}} | ||
|
||
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 >}} | ||
|
||
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 >}} | ||
|
||
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: | ||
|
||
- 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">}}). | ||
|
||
You don't have to combine capabilities. To remove a selected capability, either clear the checkbox in the menu or select its **Delete** icon. | ||
|
||
<nobr>{{<image filename="images/rc/icon-checkbox-clear.png" alt="To remove a selected capability, clear the checkbox in the menu." width="30px">}}{{< /image >}} {{<image filename="images/rc/icon-module-delete.png" alt="You can also use the delete icon to remove a capability." width="30px">}}{{< /image >}}</nobr> | ||
|
||
To learn more, see [Redis Stack](https://redis.io/docs/stack/) and [Redis Stack and Redis Enterprise]({{<relref "/stack">}}). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.