Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
## Use case settings

The following table shows the default use case settings for a Pro database.

| **Type** | High Availability | Data Persistence | Eviction Policy |
|---|---|---|---|
| **Cache** | Single-zone | None | `volatile-lru` |
| **Database** | Multi-zone | Append-only file every 1 sec | None |
| **Vector Search** | Multi-zone | Append-only file every 1 sec | None |
| **Custom** | Single-zone | Append-only file every 1 sec | None |

## Billing Unit types

The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ Redis Cloud maintains consistency among instances in the background; that is, ea

{{< embed-md "rc-create-db-first-steps.md" >}}

{{< embed-md "rc-create-db-use-cases.md" >}}

4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.

{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected.">}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ tocEmbedHeaders: true

{{< embed-md "rc-create-db-first-steps.md" >}}

{{< embed-md "rc-create-db-use-cases.md" >}}
{{< note >}}
See [Use case settings](#use-case-settings) to view the default settings for each use case.
{{< /note >}}

4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**.
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**.

{{<image filename="images/rc/create-database-subscription-essentials.png" alt="The Subscription selection panel with Essentials selected.">}}

Expand Down Expand Up @@ -52,7 +47,7 @@ This guide shows how to create an Essentials database.

1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list.

{{<image filename="images/rc/create-database-essentials-durability.png" alt="The durability settings allow you to choose High availability and Data persistence.">}}
{{<image filename="images/rc/create-database-essentials-durability.png" alt="The durability settings allow you to choose High availability and Data persistence." width=75% >}}


Redis Cloud supports the following high availability settings:
Expand Down Expand Up @@ -92,14 +87,3 @@ This guide shows how to create an Essentials database.
When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears.


## Use case settings

The following table shows the default use case settings for an Essentials database.

| **Type** | High Availability | Data Persistence | Size | Eviction Policy |
|---|---|---|---|---|
| **Cache** | None | None | 30 MB - 12 GB | `volatile-lru` |
| **Database** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
| **Vector Search** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
| **Custom** | Single-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |

Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,7 @@ Inactive or infrequently accessed data is referred to as “warm data” and sto

{{< embed-md "rc-create-db-first-steps.md" >}}

3. Select your Redis use case. There are three pre-defined use cases supported with Redis Flex:

{{<image filename="images/rc/create-database-redis-use-cases.png" alt="The Redis Use case panel">}}

- **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.
- **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.

The **Vector search** use case is not supported with Redis Flex.

{{< note >}}
See [Use case settings](#use-case-settings) to view the default settings for each use case.
{{< /note >}}

4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**.
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**.

{{<image filename="images/rc/create-database-subscription-flex.png" alt="The Subscription selection panel with Redis Flex selected.">}}

Expand All @@ -89,7 +73,7 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.

1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list.

{{<image filename="images/rc/create-database-essentials-durability.png" alt="The durability settings allow you to choose High availability and Data persistence.">}}
{{<image filename="images/rc/create-database-essentials-durability.png" alt="The durability settings allow you to choose High availability and Data persistence." width=75% >}}


Redis Cloud supports the following high availability settings:
Expand Down Expand Up @@ -127,14 +111,3 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
{{<image filename="images/rc/button-create-db-confirm-pay.png" width="140px" alt="Select Confirm & Pay to create your new database." >}}

When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears.


### Use case settings

The following table shows the default use case settings for an Essentials database.

| **Type** | High Availability | Data Persistence | Size | Eviction Policy |
|---|---|---|---|---|
| **Cache** | None | None | 30 MB - 12 GB | `volatile-lru` |
| **Database** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
| **Custom** | Single-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,31 @@ weight: 15
tocEmbedHeaders: true
---

{{< embed-md "rc-create-db-first-steps.md" >}}
{{< note >}}
This guide shows how to create a Pro database in an existing subscription.
- If you don't yet have a Pro subscription, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}).
- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}).
{{< /note >}}

To create a database in an already existing Pro subscription:

1. Sign in to the [Redis Cloud console](https://cloud.redis.io).

{{< embed-md "rc-create-db-use-cases.md" >}}
2. Select the **New database** button.

{{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}}
{{<image filename="images/rc/button-database-new.png" alt="The New Database button creates a new database." width="120px">}}

4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**, select **Existing subscription**, and then select your existing pro subscription from the list.
This displays the **Create database** screen.

1. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Existing subscription**, and then select your existing pro subscription from the list.

{{<image filename="images/rc/create-database-subscription-pro-existing.png" alt="The Subscription selection panel with Pro selected and an existing subscription selected.">}}

{{< note >}}
This guide shows how to create a Pro database in an existing subscription.
- If you don't yet have a Pro subscription, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}).
- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}).
{{< /note >}}
After you select your existing subscription from the list, select **Continue** to go to the **New database** page.

You can also select your subscription from the [subscription list]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}) and select **Create database in this subscription**.

After you select **Pro** and select your existing subscription from the list, select **Continue** to go to the **New database** page.
{{<image filename="images/rc/button-add-new-to-pro.png" alt="The Create database in this subscription button." width=400px >}}

The **New database** page is divided into sections, each dedicated to a specific category of settings. The following sections provide more details.

Expand Down Expand Up @@ -129,4 +137,4 @@ The available alerts vary according to the subscription type.
| **Throughput is higher than** | When enabled, sends an email when the operations per second exceed the defined threshold |
| **Throughput is lower than** | When enabled, sends an email when the operations per second falls below the defined threshold |

{{< embed-md "rc-pro-use-cases-billing-units.md" >}}
{{< embed-md "rc-pro-billing-units.md" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ tocEmbedHeaders: true

{{< embed-md "rc-create-db-first-steps.md" >}}

{{< embed-md "rc-create-db-use-cases.md" >}}

{{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}}

4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.

{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected.">}}

Expand Down Expand Up @@ -211,6 +207,6 @@ Use the **Database list** to check the status of your databases.



{{< embed-md "rc-pro-use-cases-billing-units.md" >}}
{{< embed-md "rc-pro-billing-units.md" >}}


6 changes: 3 additions & 3 deletions content/operate/rc/subscriptions/view-pro-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ To view the details of a Redis Cloud Pro subscription:

1. If you have more than one subscription, select the target subscription from the subscription list.

{{<image filename="images/rc/subscription-list-select.png" alt="The Subscription list shows your current subscriptions." >}}
{{<image filename="images/rc/subscription-list-select.png" alt="The Subscription list shows your current subscriptions." width=50% >}}

1. Your subscription details appear, along with a summary of your database details.

{{<image filename="images/rc/subscription-flexible-databases-tab-pending.png" alt="The Databases tab of the subscription details page is the default view." >}}

From here, you can:

- Select the **New database** button to add a database to your subscription.
- Select **Create database in this subscription** to [add a database to your subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}).

{{<image filename="images/rc/button-database-new.png" alt="Use the **New database** button to create a new database for your subscription." >}}
{{<image filename="images/rc/button-add-new-to-pro.png" alt="The Create database in this subscription button." width=400px >}}

- View the Status icon to learn the status of your subscription. Active subscriptions display a green circle with a check mark. Pending subscriptions display an animated, grey circle.

Expand Down
Binary file added static/images/rc/button-add-new-to-pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/create-database-subscription-essentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/create-database-subscription-flex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/create-database-subscription-pro-existing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/create-database-subscription-pro-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/subscription-flexible-databases-tab-pending.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/subscription-list-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.