You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/rc-quickstart.md
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -32,34 +32,33 @@ To create a new account with a free database:
32
32
* Enter your information in the form and select **Get Started**.
33
33
* Sign up with **Google** or **Github**.
34
34
35
-
1. After you enter your information, you should receive an activation email from Redis. Select **Activate account** to go to the **Get Started** page in the [Redis Cloud console](https://cloud.redis.io).
35
+
1. After you enter your information, you should receive an activation email from Redis. Select **Activate account** to go to the **Create your database** page in the [Redis Cloud console](https://cloud.redis.io).
36
36
37
-
{{<imagefilename="images/rc/quickstart-get-started.png"width="75%"alt="Dialog to create your free database." >}}
37
+
1. Select whether you want an **Essentials** or a **Pro** plan.
38
38
39
-
1. Choose your role from the **Role** drop-down.
40
-
1. Choose your company size from the **myself/company** drop-down. If you are working on a personal project, select **myself**.
41
-
1. Select your Redis use case from the **use case** drop-down.
42
-
1. Choose your client language from the **client** drop-down.
39
+
- A Redis Cloud Essentials plan contains a single database designed for low-throughput scenarios. Your free database will have 30 MB of space for you to learn Redis concepts and develop application prototypes.
43
40
44
-
Click **Create Free Database**to move on.
41
+
If you select **Essentials**, you can choose your cloud provider and region, and then select **Get started**to create your database.
45
42
46
-
1. Select your preferred cloud vendor and region.
43
+
{{<imagefilename="images/rc/quickstart-essentials.png"width="75%"alt="Create your database with Essentials selected." >}}
47
44
48
-
{{<imagefilename="images/rc/quickstart-create-free-database.png"width="75%"alt="Dialog to create your free database." >}}
45
+
{{< note >}}
46
+
If you would rather customize your database, select **See more plans** to go to the **New database** page. From there, you can [Create a database]({{< relref "/operate/rc/databases/create-database" >}}).
47
+
{{< /note >}}
49
48
50
-
1. Select **Let's start free** to create your database.
49
+
You'll go directly to your new database's **Configuration** tab.
51
50
52
-
{{< note >}}
53
-
If you would rather customize your database, select **Create a custom database** to go to the **New database** page. From there, you can [Create a database]({{< relref "/operate/rc/databases/create-database" >}}).
54
-
{{< /note >}}
51
+
{{<image filename="images/rc/quickstart-database-overview.png" width="75%" alt="Configuration tab showing details of your new database." >}}
55
52
56
-
The **Database list** appears with your new database in the list.
53
+
- A Redis Cloud Pro plan supports more databases, larger databases, greater throughput, and unlimited connections compared to Redis Cloud Essentials; as well as more security and connectivity options. You'll get started with a $400 credit to set up your database.
57
54
58
-
{{<image filename="images/rc/quickstart-database-list.png" width="75%" alt="The database list showing your new Database." >}}
55
+
If you select **Pro**, you can choose your cloud provider and region, and then select **Start with $400 credit** to go to the **New database** page.
59
56
60
-
1. Select the database name to view the **Configuration** tab for your new database.
57
+
{{<image filename="images/rc/quickstart-pro.png" width="75%" alt="Create your database with Pro selected." >}}
61
58
62
-
{{<imagefilename="images/rc/quickstart-database-overview.png"width="75%"alt="Configuration tab showing details of your new database." >}}
59
+
From there, see [Create a Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) to learn how to finish setting up your Pro database.
60
+
61
+
See [Subscriptions]({{< relref "/operate/rc/subscriptions" >}}) for more information about the available plans.
63
62
64
63
1. In the upper corner, an icon shows the current status of the database. If the icon shows an orange clock, this means your database is still being created and its status is _pending_.
0 commit comments