Skip to content

Commit cc67ff1

Browse files
committed
RC: Remove Use cases selection
1 parent cb03e1d commit cc67ff1

14 files changed

+29
-81
lines changed

content/embeds/rc-pro-use-cases-billing-units.md renamed to content/embeds/rc-pro-billing-units.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
## Use case settings
2-
3-
The following table shows the default use case settings for a Pro database.
4-
5-
| **Type** | High Availability | Data Persistence | Eviction Policy |
6-
|---|---|---|---|
7-
| **Cache** | Single-zone | None | `volatile-lru` |
8-
| **Database** | Multi-zone | Append-only file every 1 sec | None |
9-
| **Vector Search** | Multi-zone | Append-only file every 1 sec | None |
10-
| **Custom** | Single-zone | Append-only file every 1 sec | None |
11-
121
## Billing Unit types
132

143
The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements.

content/operate/rc/databases/create-database/create-active-active-database.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ Redis Cloud maintains consistency among instances in the background; that is, ea
2626

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

29-
{{< embed-md "rc-create-db-use-cases.md" >}}
30-
31-
4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.
29+
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.
3230

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

content/operate/rc/databases/create-database/create-essentials-database.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ tocEmbedHeaders: true
1515

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

18-
{{< embed-md "rc-create-db-use-cases.md" >}}
19-
{{< note >}}
20-
See [Use case settings](#use-case-settings) to view the default settings for each use case.
21-
{{< /note >}}
22-
23-
4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**.
18+
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**.
2419

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

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

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

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

5752

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

9489

95-
## Use case settings
96-
97-
The following table shows the default use case settings for an Essentials database.
98-
99-
| **Type** | High Availability | Data Persistence | Size | Eviction Policy |
100-
|---|---|---|---|---|
101-
| **Cache** | None | None | 30 MB - 12 GB | `volatile-lru` |
102-
| **Database** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
103-
| **Vector Search** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
104-
| **Custom** | Single-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
105-

content/operate/rc/databases/create-database/create-flex-database.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,7 @@ Inactive or infrequently accessed data is referred to as “warm data” and sto
5252

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

55-
3. Select your Redis use case. There are three pre-defined use cases supported with Redis Flex:
56-
57-
{{<image filename="images/rc/create-database-redis-use-cases.png" alt="The Redis Use case panel">}}
58-
59-
- **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.
60-
- **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.
61-
- **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.
62-
63-
Select the use case that best matches your Redis use case. You can always change the settings later.
64-
65-
The **Vector search** use case is not supported with Redis Flex.
66-
67-
{{< note >}}
68-
See [Use case settings](#use-case-settings) to view the default settings for each use case.
69-
{{< /note >}}
70-
71-
4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**.
55+
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**.
7256

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

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

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

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

9478

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

129113
When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears.
130-
131-
132-
### Use case settings
133-
134-
The following table shows the default use case settings for an Essentials database.
135-
136-
| **Type** | High Availability | Data Persistence | Size | Eviction Policy |
137-
|---|---|---|---|---|
138-
| **Cache** | None | None | 30 MB - 12 GB | `volatile-lru` |
139-
| **Database** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |
140-
| **Custom** | Single-zone | Append-only file every 1 sec | 250 MB - 12 GB | None |

content/operate/rc/databases/create-database/create-pro-database-existing.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,31 @@ weight: 15
1111
tocEmbedHeaders: true
1212
---
1313

14-
{{< embed-md "rc-create-db-first-steps.md" >}}
14+
{{< note >}}
15+
This guide shows how to create a Pro database in an existing subscription.
16+
- 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" >}}).
17+
- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}).
18+
{{< /note >}}
19+
20+
To create a database in an already existing Pro subscription:
21+
22+
1. Sign in to the [Redis Cloud console](https://cloud.redis.io).
1523

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

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

20-
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.
28+
This displays the **Create database** screen.
29+
30+
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.
2131

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

24-
{{< note >}}
25-
This guide shows how to create a Pro database in an existing subscription.
26-
- 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" >}}).
27-
- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}).
28-
{{< /note >}}
34+
After you select your existing subscription from the list, select **Continue** to go to the **New database** page.
35+
36+
You can also select your subscription from the [subscription list]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}) and select **Create database in this subscription**.
2937

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

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

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

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

content/operate/rc/databases/create-database/create-pro-database-new.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ tocEmbedHeaders: true
1313

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

16-
{{< embed-md "rc-create-db-use-cases.md" >}}
17-
18-
{{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}}
19-
20-
4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.
16+
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.
2117

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

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

212208

213209

214-
{{< embed-md "rc-pro-use-cases-billing-units.md" >}}
210+
{{< embed-md "rc-pro-billing-units.md" >}}
215211

216212

content/operate/rc/subscriptions/view-pro-subscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ To view the details of a Redis Cloud Pro subscription:
1515

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

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

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

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

2424
From here, you can:
2525

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

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

3030
- 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.
3131

3.18 KB
Loading
2 KB
Loading
2.33 KB
Loading

0 commit comments

Comments
 (0)