-
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.
Merge branch 'rc-packaging' into DOC-3529
- Loading branch information
Showing
25 changed files
with
568 additions
and
238 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Before creating a Redis Cloud database, you need to [create an account]({{< relref "rc/rc-quickstart.md" >}}). | ||
|
||
To create a database in your Redis Cloud account: | ||
|
||
1. Sign in to the [Redis Cloud console](https://app.redislabs.com). | ||
|
||
2. Select the **New database** button. | ||
|
||
{{<image filename="images/rc/button-database-new.png" alt="The New Database button creates a new database." width="120px">}}{{< /image >}} | ||
|
||
This displays the **Create database** screen. | ||
|
||
3. Select your Redis use case. There are four pre-defined use cases: | ||
|
||
{{<image filename="images/rc/create-database-redis-use-cases.png" alt="The Redis Use case panel" width="120px">}}{{< /image >}} | ||
|
||
- **Cache**: Stores short-term or volatile data. Can be used for session management, semantic cache, session store, and other uses where data is short-lived. | ||
- **Database**: Stores durable and consistent data. Can be used for document databases, feature storage, gaming leaderboards, durable caches, and other uses where your data needs to be highly available and persistent. | ||
- **Vector search**: Manages and manipulates vector data. Can be used for Generative AI, recommendation systems, visual search, and other uses where you can search and query your data. | ||
- **Custom**: If your Redis use case doesn't match any of the other use cases, you can choose this option to customize all of your settings. | ||
|
||
Select the use case that best matches your Redis use case. You can always change the settings later. See [Use case settings](#use-case-settings) to view the settings for each use case. |
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,29 @@ | ||
## Use case settings | ||
|
||
The following table shows the default use case settings for a Pro database. | ||
|
||
| **Type** | High Availability | Data Persistence | Capabilities | Eviction Policy | | ||
|---|---|---|---|---| | ||
| **Cache** | Single-zone | None | None | `volatile-lru` | | ||
| **Database** | Multi-zone | Append-only file every 1 sec | Search & query, JSON, Probabilistic, Time Series | None | | ||
| **Vector Search** | Multi-zone | Append-only file every 1 sec | Search & query, JSON | None | | ||
| **Custom** | Single-zone | Append-only file every 1 sec | None | None | | ||
|
||
## Billing Unit types | ||
|
||
The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements. | ||
|
||
| Shard type | Capacity (Memory/Throughput) | | ||
|:------------|:----------| | ||
| Micro | 1GB / 1K ops/sec | | ||
| High-throughput | 2.5GB / 25K ops/sec | | ||
| Small | 12.5GB / 12.5K ops/sec | | ||
| Large | 25GB / 25K ops/sec | | ||
| Very large<sup>[1](#table-note-1)</sup> | 50GB / 5K ops/sec | | ||
| XLarge<sup>[2](#table-note-2)</sup> | 50GB / 10K ops/sec | | ||
|
||
1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a>Used for databases with Auto Tiering before Redis 7.2. | ||
|
||
2. <a name="table-note-2" style="display: block; height: 80px; margin-top: -80px;"></a>Used for hosted databases with Auto Tiering for Redis 7.2 and later. | ||
|
||
Prices vary according to the cloud provider and region. Minimum prices apply. To learn more, see [Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/). |
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
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
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 database plan and **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 Essentials, 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 Essentials, 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 lets you choose advanced capabilities for each database. | ||
|
||
{{<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 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 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. | ||
|
||
<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.