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.
37
37
@@ -49,9 +49,7 @@ This guide shows how to create a paid Essentials database.
49
49
50
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
51
52
-
1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list.
53
-
54
-
{{<imagefilename="images/rc/create-database-essentials-durability.png"alt="The durability settings allow you to choose High availability and Data persistence."width=75% >}}
52
+
1. Choose your **High availability settings** from the list.
55
53
56
54
Redis Cloud supports the following high availability settings:
57
55
@@ -61,6 +59,8 @@ This guide shows how to create a paid Essentials database.
61
59
62
60
See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more information about these settings.
63
61
62
+
1. Choose your **Data persistence** settings from the list.
63
+
64
64
Redis Cloud supports the following Data persistence options:
65
65
66
66
- An **Append-Only File** maintains a record (sometimes called a _redo log_ or _journal_) of write operations. This allows the data to be restored by using the record to reconstruct the database up to the point of failure. For Essentials databases, Redis updates the Append-Only file every second.
@@ -69,15 +69,15 @@ This guide shows how to create a paid Essentials database.
69
69
70
70
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
For a comparison of available plans, see [Redis Cloud Essentials plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details" >}}).
77
77
78
-
1. Enter your payment details if you chose a paid plan.
78
+
1. Enter your payment details.
79
79
80
-
If you chose a paid plan and haven't previously entered a payment method, use the **Add Credit Card** button to add one.
80
+
If you haven't previously entered a payment method, use the **Add Credit Card** button to add one.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-flex-database.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,10 +71,7 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
71
71
72
72
1. Choose a **Region** on Amazon Web Services for your database.
73
73
74
-
1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list.
75
-
76
-
{{<imagefilename="images/rc/create-database-essentials-durability.png"alt="The durability settings allow you to choose High availability and Data persistence."width=75% >}}
77
-
74
+
1. Choose your **High availability settings** from the list.
78
75
79
76
Redis Cloud supports the following high availability settings:
80
77
@@ -84,6 +81,8 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
84
81
85
82
See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more information about these settings.
86
83
84
+
1. Choose your **Data persistence** settings from the list.
85
+
87
86
Redis Cloud supports the following Data persistence options:
88
87
89
88
- An **Append-Only File** maintains a record (sometimes called a _redo log_ or _journal_) of write operations. This allows the data to be restored by using the record to reconstruct the database up to the point of failure. For Essentials databases, Redis updates the Append-Only file every second.
@@ -92,7 +91,7 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
92
91
93
92
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
0 commit comments