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 0b864c29ea..75a13ac85b 100644 --- a/content/operate/rc/databases/create-database/create-essentials-database.md +++ b/content/operate/rc/databases/create-database/create-essentials-database.md @@ -33,23 +33,13 @@ This guide shows how to create a paid Essentials database. {{The database name, cloud vendor, version, region, type, and durability settings.}} -1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field. +1. Redis will generate a database name for you. If you want to change it, you can do so in the **Name** field. -1. Choose a **Cloud vendor** for your database. - -1. Select the **Database version** you want to use. - - A preview of Redis 8.0 is available for databases in selected regions. Select **8.0** to use it. - - Redis 8.0 introduces powerful new capabilities, including the beta release of the Vector Set data structure, designed for AI use cases such as semantic search and recommendation systems. For more information on the changes in Redis 8.0, see [What's new in Redis 8.0]({{}}) and review the [breaking changes]({{}}). +1. Choose a **Cloud vendor** for your database from the list. 1. Choose a **Region** from the list. -1. The **Type** of database controls the protocol and advanced capabilities. Leave this as **Redis** unless you have a legacy application that uses **Memcached**. - - A Redis Stack database gives access to a set of advanced capabilities. For more information, see [Advanced capabilities]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#essentials" >}}). - -1. Choose your **High availability settings** from the list. +1. Choose your **High availability (replication)** settings. Redis Cloud supports the following high availability settings: @@ -68,6 +58,16 @@ This guide shows how to create a paid Essentials database. - 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. See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings. + +1. Select the **Database version** you want to use. + + A preview of Redis 8.0 is available for databases in selected regions. Select **8.0** to use it. + + Redis 8.0 introduces powerful new capabilities, including the beta release of the Vector Set data structure, designed for AI use cases such as semantic search and recommendation systems. For more information on the changes in Redis 8.0, see [What's new in Redis 8.0]({{}}) and review the [breaking changes]({{}}). + +1. The **Type** of database controls the protocol and advanced capabilities. Leave this as **Redis** unless you have a legacy application that uses **Memcached**. + + A Redis database gives access to a set of advanced capabilities. For more information, see [Advanced capabilities]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#essentials" >}}). 1. Select your desired memory limit. diff --git a/content/operate/rc/databases/create-database/create-flex-database.md b/content/operate/rc/databases/create-database/create-flex-database.md index f15093e8cd..e3060d41e1 100644 --- a/content/operate/rc/databases/create-database/create-flex-database.md +++ b/content/operate/rc/databases/create-database/create-flex-database.md @@ -65,19 +65,18 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials. After you select **Redis Flex**, the rest of the database details will appear. - {{The database name, cloud vendor, region, and type settings.}} + {{The database name, cloud vendor, region, and type settings.}} 1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field. 1. Choose a **Region** on Amazon Web Services for your database. -1. Choose your **High availability settings** from the list. +1. Choose your **High availability (replication)** settings from the list. - Redis Cloud supports the following high availability settings: + Redis Cloud supports the following high availability settings with Redis Flex: - **None**: You will have a single copy of your database without replication. - **Single-Zone**: Your database will have a primary and a replica located in the same cloud zone. If anything happens to the primary, the replica takes over and becomes the new primary. - - **Multi-Zone**: The primary and its replicas are stored in different zones. This means that your database can remain online even if an entire zone becomes unavailable. See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more information about these settings. diff --git a/static/images/rc/create-database-essentials-cloud-vendor.png b/static/images/rc/create-database-essentials-cloud-vendor.png index d59418d725..2510103f86 100644 Binary files a/static/images/rc/create-database-essentials-cloud-vendor.png and b/static/images/rc/create-database-essentials-cloud-vendor.png differ diff --git a/static/images/rc/create-database-flex-cloud-vendor.png b/static/images/rc/create-database-flex-cloud-vendor.png new file mode 100644 index 0000000000..c56b8b7f9b Binary files /dev/null and b/static/images/rc/create-database-flex-cloud-vendor.png differ