Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,13 @@ This guide shows how to create a paid Essentials database.

{{<image filename="images/rc/create-database-essentials-cloud-vendor.png" alt="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]({{<relref "/develop/whats-new/8-0" >}}) and review the [breaking changes]({{<relref "/operate/rc/changelog/version-release-notes/8-0" >}}).
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:

Expand All @@ -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]({{<relref "/develop/whats-new/8-0" >}}) and review the [breaking changes]({{<relref "/operate/rc/changelog/version-release-notes/8-0" >}}).

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{{<image filename="images/rc/create-database-essentials-cloud-vendor.png" alt="The database name, cloud vendor, region, and type settings.">}}
{{<image filename="images/rc/create-database-flex-cloud-vendor.png" alt="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.

Expand Down
Binary file modified static/images/rc/create-database-essentials-cloud-vendor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.