Skip to content

Commit e627600

Browse files
authored
Merge pull request #1563 from redis/DOC-5233
RC: Active-Active Limitations and High Availability changes
2 parents 54ee4f3 + aa6b8f3 commit e627600

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

content/operate/rc/databases/configuration/active-active-redis.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Active-Active databases allow read and write operations in each copy. Each copy
1919

2020
When developing for Active-Active databases, you need to consider some important differences. See [Develop applications with Active-Active databases]({{< relref "/operate/rs/databases/active-active/develop/_index.md" >}}) for related information.
2121

22+
{{< note >}}
23+
Active-Active subscriptions on Redis Cloud are limited to a maximum of 10 regions and 10 databases.
24+
{{< /note >}}
25+
2226
## Active-Active geo-distributed replication highlights
2327

2428
### Multi-zone

content/operate/rc/databases/configuration/high-availability.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ Your replication options depend on your [subscription plan]({{< relref "/operate
3434
- Free Redis Cloud Essentials plans do not support replication.
3535
- Paid Redis Cloud Essentials plans and Redis Cloud Pro plans let you choose between multi-zone or single-zone replication when creating a subscription. You can also turn off replication.
3636

37-
After database creation, you can still enable or turn off replication. However, [zone settings]({{< relref "/operate/rc/databases/configuration/high-availability#zone-setting-maintenance" >}}) are only configurable during database creation.
37+
Whether or not you can change your replication settings after database creation depends on your plan type and what type of replication you originally selected.
38+
39+
- For Redis Cloud Essentials, you select the kind of replication when you create your database. If you selected Multi-zone replication when you created your database, you can't change it to Single-zone or turn it off after database creation. However, if you selected No Replication or Single-zone replication, you can switch between the two at any time by [editing your Essentials subscription]({{< relref "/operate/rc/subscriptions/view-essentials-subscription#change-high-availability-and-persistence" >}}).
40+
- For Redis Cloud Pro, you select whether you want a multi-zone deployment during subscription creation. You can't change this setting or any [Zone settings]({{< relref "/operate/rc/databases/configuration/high-availability#zone-setting-maintenance" >}}) after subscription creation. However, you can activate or deactivate replication for each database within the subscription at any time by [editing your database]({{< relref "/operate/rc/databases/view-edit-database" >}}).
3841

3942
## Performance impact
4043

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Redis Cloud maintains consistency among instances in the background; that is, ea
3131
{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected.">}}
3232

3333
{{< note >}}
34-
This guide shows how to create an Active-Active database with a new Pro subscription. If you already have an Active-Active subscription and want to add a database to it, see [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}).
34+
This guide shows how to create an Active-Active database with a new Pro subscription. If you already have an Active-Active subscription and want to add a database to it, see [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}). Active-Active subscriptions can host a maximum of 10 databases.
3535
{{< /note >}}
3636

3737

@@ -70,6 +70,10 @@ When you enable Active-Active Redis, two regions are selected by default. Select
7070

7171
{{<image filename="images/rc/create-sub-active-active-regions.png" width="50%" alt="Use the Region drop-down to select the regions for your Active-Active database." >}}
7272

73+
{{< note >}}
74+
Active-Active subscriptions on Redis Cloud are limited to a maximum of 10 regions.
75+
{{< /note >}}
76+
7377
Use the checkboxes in the list to select or remove regions. The Search box lets you locate specific regions.
7478

7579
You can use a region's Remove button to remove it from the list.

0 commit comments

Comments
 (0)