Skip to content

Commit cc3fd73

Browse files
authored
Merge pull request #1213 from redis/DOC-4901
RC: Remove Use cases selection
2 parents 68983de + 3c69117 commit cc3fd73

23 files changed

+63
-138
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/integrate/amazon-bedrock/set-up-redis.md

Lines changed: 20 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -63,64 +63,45 @@ To set up a Redis Cloud instance for Bedrock, you need to:
6363

6464
{{<image filename="images/rc/button-database-new.png" alt="The New Database button creates a new database." width="120px">}}
6565

66-
1. When the **New database** page appears, select **Vector search** from the use case panel.
67-
68-
{{<image filename="images/rc/create-database-redis-use-cases.png" alt="The Redis Use case panel">}}
69-
70-
1. Select **Pro** to create a Pro plan.
66+
1. When the **New database** page appears, select **Pro** to create a Pro plan.
7167

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

74-
1. Select **Amazon Web Services** as the cloud vendor, select a region, and enter a name for your subscription.
75-
76-
{{<image filename="images/rc/subscription-new-flexible-setup-general.png" width="75%" alt="The General settings of the Setup tab." >}}
77-
78-
1. In the **Version** section, select **Redis 7.2** or **Redis 7.4**.
79-
80-
{{<image filename="images/rc/subscription-new-flexible-version-section.png" alt="Version selection between Redis 6.2, 7.2, and 7.4" >}}
81-
82-
1. In the **Advanced options** section, select Multi-AZ to ensure [high-availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}).
70+
1. After you select **Pro**, the **Database settings** section will appear. For this guide, continue with **Easy create** to get started faster.
8371

84-
{{<image filename="images/rc/subscription-new-flexible-advanced-multi-az.png" width="75%" alt="The Multi-AZ toggle set to on." >}}
72+
{{<image filename="images/rc/create-pro-db-settings.png" alt="The database settings section.">}}
8573

86-
1. When finished, select **Continue**.
74+
If you'd like to select all of the configuration options yourself, select **Custom settings**. See [Create a Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}) for more details.
8775

88-
{{<image filename="images/rc/button-subscription-continue.png" width="100px" alt="Select the Continue button to continue to the next step." >}}
76+
1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field.
8977

90-
1. The **Sizing** tab helps you specify the database requirements for your subscription.
78+
{{<image filename="images/rc/pro-easy-create-vendor.png" alt="The database name, cloud vendor and region settings." width=75% >}}
9179

92-
{{<image filename="images/rc/subscription-new-flexible-sizing-tab.png" width="75%" alt="The Sizing tab when creating a new Flexible subscription." >}}
80+
1. Select **Amazon Web Services** as the cloud vendor and select a region.
9381

94-
Select the **Add** button to create a database.
82+
1. In the **Optimal database settings** section:
9583

96-
{{<image filename="images/rc/icon-add-database.png" width="30px" alt="Use the Add button to define a new database for your subscription." >}}
84+
{{<image filename="images/rc/pro-easy-create-size-throughput.png" alt="The Dataset size, throughput, and High availability settings.">}}
85+
86+
- Turn on [**High-availability**]({{< relref "/operate/rc/databases/configuration/high-availability" >}}).
87+
- Set the Dataset size of your database based on the amount of data that Bedrock will pull from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much knowledge base data is stored in your S3 bucket and pick the closest size, rounded up, from the table below.
9788

98-
1. In the **New Database** dialog, name your database.
99-
100-
{{<image filename="images/rc/flexible-add-database-basic.png" width="75%" alt="The New Database dialog with basic settings." >}}
101-
102-
We selected **Search and query** and **JSON** for you already. **Search and query** enables vector database features for your database. You can remove **JSON** if you want.
103-
104-
1. Set the Memory limit of your database based on the amount of data that Bedrock will pull from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much knowledge base data is stored in your S3 bucket and pick the closest size, rounded up, from the table below.
105-
106-
| Total Size of Documents in S3 | Database size without replication | Database size with replication |
89+
| Total Size of Documents in S3 | Database size without replication | Database size with replication |
10790
|-------------------------------|-----------------------------------|--------------------------------|
10891
| 10,000 kb | 135 Mb | 270 Mb |
10992
| 100,000 kb | 1.35 Gb | 2.7 Gb |
11093
| 1,000,000 kb | 13.5 Gb | 27 Gb |
11194
| 10,000,000 kb | 135 Gb | 270 Gb |
11295

113-
For more information on sizing, see the [Bedrock integration blog post](https://redis.io/blog/amazon-bedrock-integration-with-redis-enterprise/#right-size-your-database-for-amazon-bedrock).
114-
115-
1. When finished, select **Save database** to create your database.
96+
For more information on sizing, see the [Bedrock integration blog post](https://redis.io/blog/amazon-bedrock-integration-with-redis-enterprise/#right-size-your-database-for-amazon-bedrock).
11697

117-
{{<image filename="images/rc/button-database-save.png" width="140px" alt="Select the Save Database button to define your new database." >}}
98+
1. Select **View all settings** to review the database settings that we selected for you.
11899

119-
1. Select **Continue** to move to the **Review and Create** tab.
100+
{{<image filename="images/rc/pro-easy-create-optimal-settings.png" alt="The optimal database settings.">}}
120101

121-
1. Review your subscription. You will not need to enter a payment method, as it's automatically assigned to your AWS Marketplace account.
102+
If you want to change these settings, select [**Switch to custom settings**]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}).
122103

123-
1. Select **Confirm & pay** to create your new database.
104+
1. You will not need to enter a payment method, as it's automatically assigned to your AWS Marketplace account. Select **Confirm & pay** to create your new database.
124105

125106
{{<image filename="images/rc/button-create-db-confirm-pay.png" width="140px" alt="Select Confirm & pay to create your new database." >}}
126107

@@ -134,9 +115,9 @@ For your database to be fully secure, you must enable [Transport Layer Security
134115

135116
1. Select **Databases** from the [Redis Cloud console](https://cloud.redis.io/) menu and then select your database from the list.
136117

137-
1. From the database's **Configuration** screen, select the **Edit database** button:
118+
1. From the database's **Configuration** screen, select the **Edit** button:
138119

139-
{{<image filename="images/rc/button-database-edit.png" width="140px" alt="The Edit database button lets you change selected database properties." >}}
120+
{{<image filename="images/rc/button-database-edit.png" width="100px" alt="The Edit database button lets you change selected database properties." >}}
140121

141122
1. In the **Security** section, use the **Transport layer security (TLS)** toggle to enable TLS:
142123

content/operate/rc/databases/back-up-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To turn on database backups:
3636

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

39-
1. Select the database to open the **Database** page and then select **Edit database**.
39+
1. Select the database to open the **Database** page and then select **Edit**.
4040

4141
{{<image filename="images/rc/database-details-configuration-tab-general-flexible.png" alt="The Configuration tab of the Database details screen." >}}
4242

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 & 20 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:
@@ -70,8 +65,6 @@ This guide shows how to create an Essentials database.
7065
- A **Snapshot** is a copy of the in-memory database, taken at periodic intervals (one, six, or twelve hours). You can restore data to the snapshot's point in time.
7166

7267
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
73-
74-
These settings may already be set based on the use case you selected. You can change them now if you like.
7568

7669
1. Select the desired memory limit. To create a free database, select the 30 MB memory limit. You can only have one free database at a time.
7770

@@ -92,14 +85,3 @@ This guide shows how to create an Essentials database.
9285
When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears.
9386

9487

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 & 31 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:
@@ -107,8 +91,6 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
10791
- A **Snapshot** is a copy of the in-memory database, taken at periodic intervals (one, six, or twelve hours). You can restore data to the snapshot's point in time.
10892

10993
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
110-
111-
These settings may already be set based on the use case you selected. You can change them now if you like.
11294

11395
1. Select the desired memory limit.
11496

@@ -127,14 +109,3 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
127109
{{<image filename="images/rc/button-create-db-confirm-pay.png" width="140px" alt="Select Confirm & Pay to create your new database." >}}
128110

129111
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" >}}

0 commit comments

Comments
 (0)