Skip to content

Commit fb16eb2

Browse files
committed
Merge branch 'main' into DOC-4622
2 parents 7bb5f1e + a0ed599 commit fb16eb2

File tree

15 files changed

+254
-23
lines changed

15 files changed

+254
-23
lines changed

build/components/example.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@
1111
GO_OUTPUT = 'Output:'
1212
TEST_MARKER = {
1313
'java': '@Test',
14+
'java-sync': '@Test',
15+
'java-async': '@Test',
16+
'java-reactive': '@Test',
1417
'c#': '\[Fact\]|\[SkipIfRedis\(.*\)\]'
1518
}
1619
PREFIXES = {
1720
'python': '#',
1821
'node.js': '//',
1922
'java': '//',
23+
'java-sync': '//',
24+
'java-async': '//',
25+
'java-reactive': '//',
2026
'go': '//',
2127
'c#': '//',
2228
'redisvl': '#',

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tagManagerId = "GTM-TKZ6J9R"
4545
gitHubRepo = "https://github.com/redis/docs"
4646

4747
# Display and sort order for client examples
48-
clientsExamples = ["Python", "Node.js", "Java Sync", "Java Async", "Java Reactive", "Go", "C#", "RedisVL"]
48+
clientsExamples = ["Python", "Node.js", "Java-Sync", "Java-Async", "Java-Reactive", "Go", "C#", "RedisVL"]
4949
searchService = "/convai/api/search-service"
5050
ratingsService = "/docusight/api/rate"
5151

@@ -59,9 +59,9 @@ rdi_cli_latest = "latest"
5959
[params.clientsConfig]
6060
"Python"={quickstartSlug="redis-py"}
6161
"Node.js"={quickstartSlug="nodejs"}
62-
"Java sync"={quickstartSlug="jedis"}
63-
"Java async"={quickstartSlug="lettuce"}
64-
"Java reactive"={quickstartSlug="lettuce"}
62+
"Java-sync"={quickstartSlug="jedis"}
63+
"Java-async"={quickstartSlug="lettuce"}
64+
"Java-reactive"={quickstartSlug="lettuce"}
6565
"Go"={quickstartSlug="go"}
6666
"C#"={quickstartSlug="dotnet"}
6767
"RedisVL"={quickstartSlug="redis-vl"}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ This guide shows how to create an Active-Active database with a new Pro subscrip
3737
{{< /note >}}
3838

3939

40-
After you select **Pro**, you need to:
40+
After you select **Pro**, the **Database settings** section will appear.
41+
42+
{{<image filename="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:
4145

4246
1. Set up the deployment options, including cloud vendor and region details for each instance.
4347

@@ -61,7 +65,7 @@ There are three sections on this tab:
6165

6266
#### General settings {#general-settings}
6367

64-
Select **Active-Active Redis** to turn on Active-Active.
68+
Select **Active-Active (Multi-region)** to turn on Active-Active.
6569

6670
{{<image filename="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." >}}
6771

content/operate/rc/databases/create-database/create-pro-database-new.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,15 @@ There are three sections on this tab:
107107

108108
{{<image filename="images/rc/subscription-new-flexible-setup-general.png" width="75%" alt="The General settings of the Setup tab." >}}
109109

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:
111111

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 >}}
118119

119120
#### Version {#version}
120121

@@ -137,6 +138,7 @@ The following settings are defined in the **Advanced options** of the **Setup**
137138
| **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) |
138139
| **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) |
139140
| **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/" >}})|
140142
| **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" >}}). |
141143

142144
When finished, choose **Continue** to determine your size requirements.

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ compatibleOSSVersion: Redis 7.4.0
99
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.
1010
linkTitle: 7.8.2-34 (November 2024)
1111
weight: 90
12-
aliases: /operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-tba/
1312
---
1413

1514
[​Redis Software version 7.8.2](https://redis.io/downloads/#software) is now available!

0 commit comments

Comments
 (0)