diff --git a/content/operate/rc/changelog/june-2025.md b/content/operate/rc/changelog/june-2025.md new file mode 100644 index 0000000000..0f440c3d1f --- /dev/null +++ b/content/operate/rc/changelog/june-2025.md @@ -0,0 +1,21 @@ +--- +Title: Redis Cloud changelog (June 2025) +alwaysopen: false +categories: +- docs +- operate +- rc +description: New features, enhancements, and other changes added to Redis Cloud during + June 2025. +highlights: Free database selection +linktitle: June 2025 +weight: 28 +--- + +## New features + +### Free database selection + +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. + +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. \ No newline at end of file diff --git a/content/operate/rc/databases/create-database/_index.md b/content/operate/rc/databases/create-database/_index.md index 6b351f9aab..7386a5505b 100644 --- a/content/operate/rc/databases/create-database/_index.md +++ b/content/operate/rc/databases/create-database/_index.md @@ -19,6 +19,9 @@ An **Essentials** plan is a fixed monthly price for a single database. It is cos - [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}) - [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) +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. +- [Create a free database]({{< relref "/operate/rc/databases/create-database/create-free-database" >}}) + A **Pro** plan is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections. - [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) - [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) diff --git a/content/operate/rc/databases/create-database/create-essentials-database.md b/content/operate/rc/databases/create-database/create-essentials-database.md index c64c2d549d..cac1be7b87 100644 --- a/content/operate/rc/databases/create-database/create-essentials-database.md +++ b/content/operate/rc/databases/create-database/create-essentials-database.md @@ -13,6 +13,8 @@ aliases: tocEmbedHeaders: true --- +Redis Cloud Essentials is cost-efficient and designed for low-throughput scenarios. You can quickly scale up your Essentials database as your application grows. + {{< embed-md "rc-create-db-first-steps.md" >}} 3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**. @@ -20,7 +22,8 @@ tocEmbedHeaders: true {{The Subscription selection panel with Essentials selected.}} {{< note >}} -This guide shows how to create an Essentials database. +This guide shows how to create a paid Essentials database. +- 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. - 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" >}}) - 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" >}}). - 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. See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings. -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. +1. Select the desired memory limit. {{Available Essentials plans.}} @@ -72,10 +75,10 @@ This guide shows how to create an Essentials database. {{< embed-md "rc-credit-card-add.md" >}} -1. Select **Create database** or **Confirm & pay** to create your database. +1. Select **Confirm & pay** to create your database. {{Select Confirm & Pay to create your new database.}} When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears. - +You can now [connect to your database]({{< relref "/operate/rc/databases/connect" >}}) and start working with Redis. \ No newline at end of file diff --git a/content/operate/rc/databases/create-database/create-free-database.md b/content/operate/rc/databases/create-database/create-free-database.md new file mode 100644 index 0000000000..f47773ee36 --- /dev/null +++ b/content/operate/rc/databases/create-database/create-free-database.md @@ -0,0 +1,40 @@ +--- +Title: Create a free database +alwaysopen: false +categories: +- docs +- operate +- rc +description: Shows how to create a free database. +linkTitle: Create free database +weight: 2 +tocEmbedHeaders: true +--- + +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. + +{{< note >}} +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. +{{}} + +{{< embed-md "rc-create-db-first-steps.md" >}} + +3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Free**. + + {{The Subscription selection panel with Free selected.}} + + After you select **Free**, the rest of the database settings will appear. + + {{The database name, cloud vendor, and region settings.}} + +4. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field. + +5. Choose your **Cloud vendor** and **Region**. + +6. Select **Create database**. + + {{Select the Create database button to create your new database.}} + + When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears. + +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. \ No newline at end of file diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index a9937c9fd2..e28207ac1a 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -11,6 +11,8 @@ weight: 10 tocEmbedHeaders: true --- +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. + {{< embed-md "rc-create-db-first-steps.md" >}} 3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**. diff --git a/static/images/rc/button-create-db.png b/static/images/rc/button-create-db.png new file mode 100644 index 0000000000..89d67e4353 Binary files /dev/null and b/static/images/rc/button-create-db.png differ diff --git a/static/images/rc/create-database-free-settings.png b/static/images/rc/create-database-free-settings.png new file mode 100644 index 0000000000..0adcc910ff Binary files /dev/null and b/static/images/rc/create-database-free-settings.png differ diff --git a/static/images/rc/create-database-subscription-essentials.png b/static/images/rc/create-database-subscription-essentials.png index ede30580e6..dd83ea2e81 100644 Binary files a/static/images/rc/create-database-subscription-essentials.png and b/static/images/rc/create-database-subscription-essentials.png differ diff --git a/static/images/rc/create-database-subscription-flex.png b/static/images/rc/create-database-subscription-flex.png index ba844b39e7..66f2a8748c 100644 Binary files a/static/images/rc/create-database-subscription-flex.png and b/static/images/rc/create-database-subscription-flex.png differ diff --git a/static/images/rc/create-database-subscription-free.png b/static/images/rc/create-database-subscription-free.png new file mode 100644 index 0000000000..3f1aff4226 Binary files /dev/null and b/static/images/rc/create-database-subscription-free.png differ diff --git a/static/images/rc/create-database-subscription-pro-new.png b/static/images/rc/create-database-subscription-pro-new.png index e0f3dc5338..ceb7ddb88b 100644 Binary files a/static/images/rc/create-database-subscription-pro-new.png and b/static/images/rc/create-database-subscription-pro-new.png differ diff --git a/static/images/rc/subscription-new-fixed-tiers.png b/static/images/rc/subscription-new-fixed-tiers.png index 992eb08d9b..f8d334d105 100644 Binary files a/static/images/rc/subscription-new-fixed-tiers.png and b/static/images/rc/subscription-new-fixed-tiers.png differ