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
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-active-active-database.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,11 @@ This guide shows how to create an Active-Active database with a new Pro subscrip
37
37
{{< /note >}}
38
38
39
39
40
-
After you select **Pro**, you need to:
40
+
After you select **Pro**, the **Database settings** section will appear.
41
+
42
+
{{<imagefilename="images/rc/create-pro-db-settings-custom.png"alt="The database settings section, with custom settings selected.">}}
43
+
44
+
For this guide, select **Custom settings**. For an Active-Active database, you will need to:
41
45
42
46
1. Set up the deployment options, including cloud vendor and region details for each instance.
43
47
@@ -61,7 +65,7 @@ There are three sections on this tab:
61
65
62
66
#### General settings {#general-settings}
63
67
64
-
Select **Active-Active Redis** to turn on Active-Active.
68
+
Select **Active-Active (Multi-region)** to turn on Active-Active.
65
69
66
70
{{<imagefilename="images/rc/create-flexible-sub-active-active-on.png"width="75%"alt="When you enable Active-Actve, you need to specify the regions for each database instance." >}}
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-pro-database-new.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,14 +107,15 @@ There are three sections on this tab:
107
107
108
108
{{<imagefilename="images/rc/subscription-new-flexible-setup-general.png"width="75%"alt="The General settings of the Setup tab." >}}
109
109
110
-
The following settings are defined in the **General settings** of the **Setup** tab:
110
+
In the **General settings** of the **Setup** tab, you need to:
111
111
112
-
| General setting | Description |
113
-
|:---------|:-----------|
114
-
|**Cloud vendor**| The public cloud vendor to deploy your databases. (_required_) |
115
-
|**Region**| The vendor region where you wish to deploy your databases. (_required_)|
116
-
|**Active-Active Redis**| Hosts your datasets in multiple read-write locations to support distributed applications and disaster recovery. See [Create an Active-Active database]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) for specific steps and configuration options exclusive to Active-Active. |
117
-
|**Auto Tiering**| Determines if your databases are stored only in memory (RAM) or are split between memory and Flash storage (RAM+Flash). See [Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}})|
112
+
1. Select the public **Cloud vendor** to deploy your databases.
113
+
114
+
1. Select the **Region** where you want to deploy your database.
115
+
116
+
{{< note >}}
117
+
This guide is for single region database deployment. If you want to create a multi-region Active-Active database, see [Create an Active-Active database]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) for specific steps and configuration options exclusive to Active-Active.
118
+
{{< /note >}}
118
119
119
120
#### Version {#version}
120
121
@@ -137,6 +138,7 @@ The following settings are defined in the **Advanced options** of the **Setup**
137
138
|**Cloud account**| To deploy these databases to an existing cloud account, select it here. Use the **Add** button to add a new cloud account.<br/><br/>(Available only if [self-managed cloud vendor accounts]({{< relref "/operate/rc/cloud-integrations/aws-cloud-accounts" >}}) are enabled) |
138
139
|**VPC configuration**| Select **In a new VPC** to deploy to a new [virtual private cloud](https://en.wikipedia.org/wiki/Virtual_private_cloud) (VPC).<br/><br/>To deploy these databases to an existing virtual private cloud, select **In existing VPC** and then set VPC ID to the appropriate ID value.<br/><br/>(Available only if [self-managed cloud vendor accounts]({{< relref "/operate/rc/cloud-integrations/aws-cloud-accounts" >}}) are enabled) |
139
140
|**Deployment CIDR**| The [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) range of IP addresses for your deployment. Redis creates a new [subnet](https://en.wikipedia.org/wiki/Subnetwork) for the **Deployment CIDR** in your [virtual private cloud](https://en.wikipedia.org/wiki/Virtual_private_cloud) (VPC). It cannot overlap with the CIDR ranges of other subnets used by your account.<br/><br/>For deployments in an existing VPC, the **Deployment CIDR** must be within your VPC's **primary** CIDR range (secondary CIDRs are not supported). |
141
+
|**Auto Tiering**| Determines if your databases are stored only in memory (RAM) or are split between memory and Flash storage (RAM+Flash). See [Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}})|
140
142
|**Maintenance windows**| Determines when Redis can perform [maintenance]({{< relref "/operate/rc/subscriptions/maintenance" >}}) on your databases. Select **Manual** if you want to set [manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}). |
141
143
142
144
When finished, choose **Continue** to determine your size requirements.
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ compatibleOSSVersion: Redis 7.4.0
9
9
description: Redis Community Edition 7.4 features. Hash field expiration. Client-side caching support. Metrics stream engine preview. New APIs to check database availability, rebalance shards, fail over shards, and control database traffic. Cluster Manager UI enhancements for node actions, database tags, and database configuration. User manager role. Log rotation based on both size and time. Module management enhancements. Configurable minimum password length. Configurable license expiration alert threshold.
0 commit comments