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
description: New features, enhancements, and other changes added to Redis Cloud during
9
+
June 2025.
10
+
highlights: Free database selection
11
+
linktitle: June 2025
12
+
weight: 28
13
+
---
14
+
15
+
## New features
16
+
17
+
### Free database selection
18
+
19
+
You can now create a free database from the [Create a database]({{< relref "/operate/rc/databases/create-database/create-free-database" >}}) page. Free databases are perfect for learning and exploring Redis. You get 30 MB of space for you to learn Redis concepts and develop application prototypes.
20
+
21
+
You can only have one free database per account. If you already have a free database, you can [delete it]({{< relref "/operate/rc/databases/delete-database" >}}) or [upgrade it to a paid Essentials plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription#upgrade-plan" >}}) before creating a new one.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/_index.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ An **Essentials** plan is a fixed monthly price for a single database. It is cos
19
19
-[Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}})
20
20
-[Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}})
21
21
22
+
A **Free** plan is a type of Essentials plan designed for learning and building test projects. It gives you enough space to learn Redis concepts and develop application prototypes. You can upgrade to a paid Essentials plan at any time.
23
+
-[Create a free database]({{< relref "/operate/rc/databases/create-database/create-free-database" >}})
24
+
22
25
A **Pro** plan is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections.
23
26
-[Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}})
24
27
-[Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}})
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-essentials-database.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,17 @@ aliases:
13
13
tocEmbedHeaders: true
14
14
---
15
15
16
+
Redis Cloud Essentials is cost-efficient and designed for low-throughput scenarios. You can quickly scale up your Essentials database as your application grows.
17
+
16
18
{{< embed-md "rc-create-db-first-steps.md" >}}
17
19
18
20
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**.
19
21
20
22
{{<imagefilename="images/rc/create-database-subscription-essentials.png"alt="The Subscription selection panel with Essentials selected.">}}
21
23
22
24
{{< note >}}
23
-
This guide shows how to create an Essentials database.
25
+
This guide shows how to create a paid Essentials database.
26
+
- If you want to create a free Essentials database, see [Create a free database]({{< relref "/operate/rc/rc-quickstart" >}}). You can only have one free database per account.
24
27
- If you'd rather create a Redis Flex database on Redis Cloud Essentials, see [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}})
25
28
- If you'd rather create a Pro database, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}).
26
29
- If you already have a Pro subscription and want to add a database to it, see [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}).
@@ -58,7 +61,7 @@ This guide shows how to create an Essentials database.
58
61
59
62
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
60
63
61
-
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.
Free databases are perfect for learning and exploring Redis. You get 30 MB of space for you to learn Redis concepts and develop application prototypes.
15
+
16
+
{{< note >}}
17
+
You can only have one free database per account. If you already have a free database, you can [delete it]({{< relref "/operate/rc/databases/delete-database" >}}) or [upgrade it to a paid Essentials plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription#upgrade-plan" >}}) before creating a new one.
18
+
{{</note>}}
19
+
20
+
{{< embed-md "rc-create-db-first-steps.md" >}}
21
+
22
+
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Free**.
23
+
24
+
{{<imagefilename="images/rc/create-database-subscription-free.png"alt="The Subscription selection panel with Free selected.">}}
25
+
26
+
After you select **Free**, the rest of the database settings will appear.
27
+
28
+
{{<imagefilename="images/rc/create-database-free-settings.png"alt="The database name, cloud vendor, and region settings.">}}
29
+
30
+
4. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field.
31
+
32
+
5. Choose your **Cloud vendor** and **Region**.
33
+
34
+
6. Select **Create database**.
35
+
36
+
{{<imagefilename="images/rc/button-create-db.png"width="140px"alt="Select the Create database button to create your new database." >}}
37
+
38
+
When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears.
39
+
40
+
You can now [connect to your database]({{< relref "/operate/rc/databases/connect" >}}) and start working with Redis. Once your app is ready to scale up, you can [upgrade to a paid Essentials plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription#upgrade-plan" >}}) at any time.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-pro-database-new.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ weight: 10
11
11
tocEmbedHeaders: true
12
12
---
13
13
14
+
Redis Cloud Pro supports more databases, larger databases, greater throughput, and unlimited connections compared to Redis Cloud Essentials. Redis Cloud Pro databases are perfect for teams building mission-critical systems in the cloud.
15
+
14
16
{{< embed-md "rc-create-db-first-steps.md" >}}
15
17
16
18
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**.
0 commit comments