Skip to content

Commit 6b69025

Browse files
authored
Merge pull request #1692 from redis/DOC-5175
RC: Create a Free database
2 parents a93d45d + 87d3406 commit 6b69025

12 files changed

+73
-4
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
Title: Redis Cloud changelog (June 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
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.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ An **Essentials** plan is a fixed monthly price for a single database. It is cos
1919
- [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}})
2020
- [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}})
2121

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+
2225
A **Pro** plan is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections.
2326
- [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}})
2427
- [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}})

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ aliases:
1313
tocEmbedHeaders: true
1414
---
1515

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+
1618
{{< embed-md "rc-create-db-first-steps.md" >}}
1719

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

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

2224
{{< 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.
2427
- 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" >}})
2528
- 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" >}}).
2629
- 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.
5861

5962
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
6063

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.
64+
1. Select the desired memory limit.
6265

6366
{{<image filename="images/rc/subscription-new-fixed-tiers.png" alt="Available Essentials plans." >}}
6467

@@ -72,10 +75,10 @@ This guide shows how to create an Essentials database.
7275

7376
{{< embed-md "rc-credit-card-add.md" >}}
7477

75-
1. Select **Create database** or **Confirm & pay** to create your database.
78+
1. Select **Confirm & pay** to create your database.
7679

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

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

81-
84+
You can now [connect to your database]({{< relref "/operate/rc/databases/connect" >}}) and start working with Redis.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
Title: Create a free database
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Shows how to create a free database.
9+
linkTitle: Create free database
10+
weight: 2
11+
tocEmbedHeaders: true
12+
---
13+
14+
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+
{{<image filename="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+
{{<image filename="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+
{{<image filename="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.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ weight: 10
1111
tocEmbedHeaders: true
1212
---
1313

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+
1416
{{< embed-md "rc-create-db-first-steps.md" >}}
1517

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

static/images/rc/button-create-db.png

4.61 KB
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)