Skip to content

Commit

Permalink
Index pages and links
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Mar 25, 2024
1 parent 966ed4e commit 162335e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions content/rc/databases/create-database/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ aliases: /rv/administration/setup_and_editing/create-databases/

A database is the heart of any Redis Cloud deployment.

The process for Creating a database depends on the type of [subscription]({{<relref "/rc/subscriptions">}}) you need.
The process for Creating a database depends on the type of [subscription plan]({{<relref "/rc/subscriptions">}}) you need.

An **Essentials** subscription is a fixed monthly price for a single database. It is cost-efficient and designed for low-throughput scenarios. It supports a range of availability, persistence, and backup options. Pricing supports low throughput workloads.
An **Essentials** plan is a fixed monthly price for a single database. It is cost-efficient and designed for low-throughput scenarios. It supports a range of availability, persistence, and backup options. Pricing supports low throughput workloads.
- [Create an Essentials database]({{<relref "/rc/databases/create-database/create-essentials-database">}})

A **Pro** subscription is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections.
A **Pro** plan is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections.
- [Create a Pro database with a new subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}})
- [Create a Pro database in an existing subscription]({{<relref "/rc/databases/create-database/create-pro-database-existing">}})
- [Create an Active-Active database]({{<relref "/rc/databases/create-database/create-active-active-database">}})


Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: /rc/subscriptions/create-active-active-subscription/

Active-Active databases store data across multiple regions and availability zones. This improves scalability, performance, and availability, especially when compared to standalone databases. See [Active-Active Redis]({{<relref "rc/databases/configuration/active-active-redis">}}) for more information.

To deploy Active-Active databases in Redis Cloud, you need a Redis Cloud Pro subscription that enables Active-Active Redis and defines the regions for each copy of your databases.
To deploy Active-Active databases in Redis Cloud, you need a Redis Cloud Pro plan that enables Active-Active Redis and defines the regions for each copy of your databases.

Overall, the process is similar to [creating a Pro database with a new subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}}). However, there are some additional requirements listed below:

Expand All @@ -26,7 +26,7 @@ This reduces latency for local users and improves availability should a region f
Consistency between each instance is maintained in the background; that is, each copy eventually includes updates from every region. As a result, [memory limit]({{<relref "/rc/databases/create-database#memory-limit">}}) and throughput increase.


### Define regions
## Define regions

When you create a new Pro database, the Active-Active Redis option appears to the right of the cloud providers.

Expand All @@ -44,7 +44,7 @@ You can use a region's Remove button to remove it from the list.
{{<image filename="images/rc/icon-region-delete.png" width="30px" alt="Select the Delete button to remove a region from the list." >}}{{< /image >}}


### Define CIDR addresses
## Define CIDR addresses

To properly route network traffic between each Active-Active database instance and your consumer VPCs, use care to specify unique CIDR address blocks when using VPC peering. The block regions should _not_ overlap between the Redis server and your app consumer VPCs.

Expand All @@ -62,15 +62,15 @@ Red exclamation marks indicate error conditions; the tooltip provides additional

{{<image filename="images/rc/icon-cidr-address-error.png" width="30px" alt="Red exclamation points indicate CIDR address problems." >}}{{< /image >}}

### Select capabilities
## Select capabilities

Active-Active databases support the [JSON]({{< relref "/stack/json" >}}) data type.

{{<image filename="images/rc/active-active-json-detail.png" width="75%" alt="When you create an Active-Active database, you can select the JSON advanced capability." >}}{{< /image >}}

We select JSON for you when you create an Active-Active database. Select it again to remove it.

### Define throughput
## Define throughput

Each Active-Active instance coordinates changes with every other instance, which increases memory use and throughput.

Expand All @@ -94,9 +94,10 @@ The total operations per second:

Throughput requirements grow dramatically as regions increase. As a result, consider your requirements carefully.

### More info
## More info

- [Create a Pro database with a new subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}})
- [Active-Active Redis]({{<relref "rc/databases/configuration/active-active-redis">}})
- Database [memory limit]({{<relref "/rc/databases/create-database#memory-limit">}})
- Redis Cloud [subscription plans]({{<relref "/rc/subscriptions/">}})
- [Redis Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/)

0 comments on commit 162335e

Please sign in to comment.