Skip to content

Commit 954c47f

Browse files
Apply suggestions from code review
Co-authored-by: andy-stark-redis <[email protected]>
1 parent c9040e2 commit 954c47f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/operate/rc/databases/active-active/manage-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- docs
66
- operate
77
- rc
8-
description: Shows how to add and edit regions for an Active-Active deployment.
8+
description: Learn how to add and edit regions for an Active-Active deployment.
99
linkTitle: Manage regions
1010
weight: 10
1111
---

content/operate/rc/databases/configuration/sizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here are some general guidelines:
2424

2525
- [Replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) doubles memory consumption; that is, 512 MB of data requires at least 1 GB of memory limit when replication is enabled. This affects both Redis Cloud Pro and Redis Cloud Essentials. For example, if you subscribe to a 1 GB Essentials plan, Redis will allocate 512 MB for your dataset and the other 512 MB for replication.
2626

27-
- [Active-Active]({{< relref "/operate/rc/databases/active-active" >}}) also doubles memory consumption and the effect is cumulative with replication's impact. Since Active-Active requires replication to be turned on, the memory limit impact can be as large as four times (4x) the original data size.
27+
- [Active-Active]({{< relref "/operate/rc/databases/active-active" >}}) also doubles memory consumption and the effect is cumulative with the impact of replication. Since Active-Active requires replication to be turned on, the memory limit impact can be as large as four times (4x) the original data size.
2828

2929
- [Advanced capabilities]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) also consume memory. For search databases, consider index size when you size your database. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more info.
3030

content/operate/rc/databases/connect/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once you have the username and password, select **Connect** to open the connecti
2424
{{< image filename="/images/rc/button-connect.png#no-click" alt="Connect button." >}}
2525

2626
{{< note >}}
27-
For [Active-Active databases]({{< relref "/operate/rc/databases/active-active" >}}), you connect to one of the database instances. Select the region you to connect to from the region selection to access the connection information for that instance.
27+
For [Active-Active databases]({{< relref "/operate/rc/databases/active-active" >}}), you connect to one of the database instances. Choose the region you want to connect to from the region selection to access the connection information for that instance.
2828
{{< /note >}}
2929

3030
The connection wizard provides the following database connection methods:

0 commit comments

Comments
 (0)