Skip to content

Commit f71986b

Browse files
committed
RC: Changes to create Essentials/Flex
1 parent 2ff439c commit f71986b

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,13 @@ This guide shows how to create a paid Essentials database.
3333

3434
{{<image filename="images/rc/create-database-essentials-cloud-vendor.png" alt="The database name, cloud vendor, version, region, type, and durability settings.">}}
3535

36-
1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field.
36+
1. Redis will generate a database name for you. If you want to change it, you can do so in the **Name** field.
3737

38-
1. Choose a **Cloud vendor** for your database.
39-
40-
1. Select the **Database version** you want to use.
41-
42-
A preview of Redis 8.0 is available for databases in selected regions. Select **8.0** to use it.
43-
44-
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" >}}).
38+
1. Choose a **Cloud vendor** for your database from the list.
4539

4640
1. Choose a **Region** from the list.
4741

48-
1. The **Type** of database controls the protocol and advanced capabilities. Leave this as **Redis** unless you have a legacy application that uses **Memcached**.
49-
50-
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" >}}).
51-
52-
1. Choose your **High availability settings** from the list.
42+
1. Choose your **High availability (replication)** settings.
5343

5444
Redis Cloud supports the following high availability settings:
5545

@@ -68,6 +58,16 @@ This guide shows how to create a paid Essentials database.
6858
- 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.
6959

7060
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
61+
62+
1. Select the **Database version** you want to use.
63+
64+
A preview of Redis 8.0 is available for databases in selected regions. Select **8.0** to use it.
65+
66+
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" >}}).
67+
68+
1. The **Type** of database controls the protocol and advanced capabilities. Leave this as **Redis** unless you have a legacy application that uses **Memcached**.
69+
70+
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" >}}).
7171

7272
1. Select your desired memory limit.
7373

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,18 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
6565

6666
After you select **Redis Flex**, the rest of the database details will appear.
6767

68-
{{<image filename="images/rc/create-database-essentials-cloud-vendor.png" alt="The database name, cloud vendor, region, and type settings.">}}
68+
{{<image filename="images/rc/create-database-flex-cloud-vendor.png" alt="The database name, cloud vendor, region, and type settings.">}}
6969

7070
1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field.
7171

7272
1. Choose a **Region** on Amazon Web Services for your database.
7373

74-
1. Choose your **High availability settings** from the list.
74+
1. Choose your **High availability (replication)** settings from the list.
7575

76-
Redis Cloud supports the following high availability settings:
76+
Redis Cloud supports the following high availability settings with Redis Flex:
7777

7878
- **None**: You will have a single copy of your database without replication.
7979
- **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.
80-
- **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.
8180

8281
See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more information about these settings.
8382

72 KB
Loading
97.5 KB
Loading

0 commit comments

Comments
 (0)