You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
37
37
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.
45
39
46
40
1. Choose a **Region** from the list.
47
41
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.
53
43
54
44
Redis Cloud supports the following high availability settings:
55
45
@@ -68,6 +58,16 @@ This guide shows how to create a paid Essentials database.
68
58
- 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.
69
59
70
60
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" >}}).
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-flex-database.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,19 +65,18 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
65
65
66
66
After you select **Redis Flex**, the rest of the database details will appear.
67
67
68
-
{{<imagefilename="images/rc/create-database-essentials-cloud-vendor.png"alt="The database name, cloud vendor, region, and type settings.">}}
68
+
{{<imagefilename="images/rc/create-database-flex-cloud-vendor.png"alt="The database name, cloud vendor, region, and type settings.">}}
69
69
70
70
1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field.
71
71
72
72
1. Choose a **Region** on Amazon Web Services for your database.
73
73
74
-
1. Choose your **High availability settings** from the list.
74
+
1. Choose your **High availability (replication)** settings from the list.
75
75
76
-
Redis Cloud supports the following high availability settings:
76
+
Redis Cloud supports the following high availability settings with Redis Flex:
77
77
78
78
-**None**: You will have a single copy of your database without replication.
79
79
-**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.
81
80
82
81
See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more information about these settings.
0 commit comments