Skip to content

Commit af6d113

Browse files
committed
Active-Active
1 parent f4b25eb commit af6d113

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ The **Setup** tab specifies general settings for your Redis deployment.
5858
There are three sections on this tab:
5959

6060
- [General settings](#general-settings) include the cloud provider details and specific configuration options.
61-
- [Version](#version) lets you choose the Redis version of your databases.
6261
- [Advanced options](#advanced-options) define settings for high availability and security. Configurable settings vary according to cloud provider.
6362

6463
#### General settings {#general-settings}
@@ -77,12 +76,6 @@ You can use a region's Remove button to remove it from the list.
7776

7877
{{<image filename="images/rc/icon-region-delete.png" width="30px" alt="Select the Delete button to remove a region from the list." >}}
7978

80-
#### Version {#version}
81-
82-
{{<image filename="images/rc/subscription-new-flexible-version-section.png" width="75%" alt="Version selection between Redis 6.2 and 7.2" >}}
83-
84-
The **Version** section lets you choose the Redis version of your databases. Choose **Redis 7.4** if you want to use the latest advanced features of Redis.
85-
8679
#### Advanced options {#advanced-options}
8780

8881
{{<image filename="images/rc/create-sub-active-active-cidr.png" width="75%" alt="Each region needs a unique CIDR address block to communicate securely with other instances." >}}
@@ -124,6 +117,7 @@ This opens the **New Active-Active Redis Database** dialog, which lets you defin
124117
By default, you're shown basic settings, which include:
125118

126119
- **Name**: A custom name for your database.
120+
- **Version**: The Redis version for your database. We recommend you choose the latest available version.
127121
- **Advanced Capabilities**: Advanced data types or features used by the database. Active-Active databases support the [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) data type and [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) features.
128122

129123
{{<image filename="images/rc/active-active-json-detail.png" width="75%" alt="When you create an Active-Active database, you can select the JSON and Search and query advanced capabilities." >}}
@@ -136,6 +130,8 @@ By default, you're shown basic settings, which include:
136130

137131
For Search and query databases, use the [Sizing calculator](https://redis.io/redisearch-sizing-calculator/) to estimate your index size and throughput requirements. When you're entering the dataset size for your database, add the estimated index size from the Sizing calculator to your expected dataset size.
138132

133+
- **Hashing policy**: Determines how data is distributed across multiple Redis processes of a database. Available options depend on your account creation date. See [Clustering]({{< relref "/operate/rc/databases/configuration/clustering#manage-the-hashing-policy" >}}) for more information.
134+
139135
- **Throughput**: When you create an Active-Active database, you define the throughput for each instance. The total operations per second combines the total read ops/sec and applies the write ops/sec for each region across every region.
140136

141137
{{<image filename="images/rc/active-active-throughput-detail.png" width="75%" alt="When you create an Active-Active database, you define throughput for each region." >}}
3.99 KB
Loading

0 commit comments

Comments
 (0)