Skip to content

Commit 8445c14

Browse files
committed
Merge branch 'main' into release-rs-aug
2 parents 9db86b9 + a6a5785 commit 8445c14

File tree

10 files changed

+28
-23
lines changed

10 files changed

+28
-23
lines changed

content/operate/rs/clusters/add-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To add a node to an existing cluster:
3232
1. [Install the Redis Enterprise Software installation package]({{< relref "/operate/rs/installing-upgrading" >}}) on a clean installation
3333
of a [supported operating system]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}).
3434

35-
1. To connect to the management UI of the new Redis Enterprise Software installation, go to: <https://URL or IP address:8443/new>
35+
1. To connect to the Cluster Manager UI of the new Redis Enterprise Software installation, go to: <https://URL or IP address:8443>
3636

37-
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, go to `https://10.0.1.34:8443/new`.
37+
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, go to `https://10.0.1.34:8443`.
3838

3939
{{< tip >}}
4040
The management UI uses TLS encryption with a default certificate.

content/operate/rs/clusters/new-cluster-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ After the cluster is created you can [add multiple nodes to the cluster]({{< rel
2323

2424
To create a cluster:
2525

26-
1. In a browser, navigate to `https://<name or IP address of the machine with Redis Enterprise Software installed>:8443/new`.
27-
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, then navigate to <https://10.0.1.34:8443/new>.
26+
1. In a browser, go to `https://<name or IP address of the machine with Redis Enterprise Software installed>:8443`.
27+
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, go to <https://10.0.1.34:8443>.
2828

2929
{{< note >}}
3030
- The management UI uses a [self-signed certificate for TLS encryption]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}).

content/operate/rs/databases/active-active/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Every instance of an Active-Active database can receive write operations, and al
8787
{{<image filename="images/rs/screenshots/databases/active-active-databases/create-db-add-participating-clusters.png" alt="Add cluster panel.">}}
8888
8989
{{<note>}}
90-
You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/operate/rs/databases/auto-tiering" >}}) to the same Active-Active configuration.
90+
If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
9191
{{</note>}}
9292
9393
1. Click **Join cluster** to add the cluster to the list of participating clusters.

content/operate/rs/databases/active-active/manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the new database instance can accept connections and read operations.
3535
The new instance does not accept write operations until it is in the syncing state.
3636

3737
{{<note>}}
38-
You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/operate/rs/databases/auto-tiering" >}}) to the same Active-Active configuration.
38+
If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
3939
{{</note>}}
4040

4141
To add a new participating cluster to an existing Active-Active configuration using the Cluster Manager UI:

content/operate/rs/databases/active-active/planning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [Active-Active Redis]({{< relref "/operate/rs/databases/active-active/" >}})
2222
You need at least [two participating clusters]({{< relref "/operate/rs/clusters/new-cluster-setup" >}}) for an Active-Active database. If your database requires more than ten participating clusters, contact Redis support. You can [add or remove participating clusters]({{< relref "/operate/rs/databases/active-active/manage#participating-clusters/" >}}) after database creation.
2323

2424
{{<note>}}
25-
You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/operate/rs/databases/auto-tiering" >}}) to the same Active-Active configuration.
25+
If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
2626
{{</note>}}
2727

2828
Changes made from the Cluster Manager UI to an Active-Active database configuration only apply to the cluster you are editing. For global configuration changes across all clusters, use the `crdb-cli` command-line utility.
@@ -85,3 +85,4 @@ Active-Active databases have the following limitations:
8585
- The `FLUSH` command is not supported from the CLI. To flush your database, use the API or Cluster Manager UI.
8686
- Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases.
8787
- The hashing policy can't be changed after database creation.
88+
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.

content/operate/rs/databases/auto-tiering/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sudo lsblk
7272

7373
## Set up a cluster and enable Auto Tiering
7474

75-
1. Direct your browser to `https://localhost:8443/new` on the host machine to
75+
1. Direct your browser to `https://localhost:8443` on the host machine to
7676
see the Redis Enterprise Software Cluster Manager UI.
7777

7878
{{<note>}}

content/operate/rs/databases/configure/_index.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ To edit the configuration of a database using the Cluster Manager UI:
3939
1. Change any [configurable database settings](#config-settings).
4040

4141
{{< note >}}
42-
For [Active-Active database instances]({{< relref "/operate/rs/databases/active-active" >}}), most database settings only apply to the instance that you are editing. To manage Active-Active databases, use the legacy UI.
42+
For [Active-Active database instances]({{< relref "/operate/rs/databases/active-active" >}}), most database settings only apply to the instance that you are editing.
4343
{{< /note >}}
4444

4545
1. Select **Save**.
4646

4747
## Configuration settings {#config-settings}
4848

49+
- **Database version** - Select the Redis version when you create a database.
50+
4951
- **Name** - The database name requirements are:
5052

5153
- Maximum of 63 characters
@@ -102,30 +104,34 @@ You cannot enable them after database creation.
102104

103105
### Clustering
104106

105-
- **Database clustering** - You can either:
106-
- Enable [database clustering]({{< relref "/operate/rs/databases/durability-ha/clustering.md" >}}) and select the number of database shards.
107+
- **Sharding** - You can either:
108+
- Turn on **Sharding** to enable [database clustering]({{< relref "/operate/rs/databases/durability-ha/clustering.md" >}}) and select the number of database shards.
107109

108110
When database clustering is enabled, databases are subject to limitations on [Multi-key commands]({{< relref "/operate/rs/databases/durability-ha/clustering.md" >}}).
109111
110112
You can increase the number of shards in the database at any time.
111113

112114
You can accept the [standard hashing policy]({{< relref "/operate/rs/databases/durability-ha/clustering#standard-hashing-policy" >}}), which is compatible with Redis Community Edition, or define a [custom hashing policy]({{< relref "/operate/rs/databases/durability-ha/clustering#custom-hashing-policy" >}}) to define where keys are located in the clustered database.
113115

114-
- Clear the **Database clustering** option to use only one shard so that you can use [Multi-key commands]({{< relref "/operate/rs/databases/durability-ha/clustering.md" >}}) without the limitations.
116+
- Turn off **Sharding** to use only one shard so that you can use [Multi-key commands]({{< relref "/operate/rs/databases/durability-ha/clustering.md" >}}) without the limitations.
115117

116-
- Sharding
118+
- [**OSS Cluster API**]({{< relref "/operate/rs/databases/configure/oss-cluster-api.md" >}}) - The OSS Cluster API configuration allows access to multiple endpoints for increased throughput.
117119

118-
- [**OSS Cluster API**]({{< relref "/operate/rs/databases/configure/oss-cluster-api.md" >}}) - {{< embed-md "oss-cluster-api-intro.md" >}}
120+
This configuration requires clients to connect to the primary node to retrieve the cluster topology before they can connect directly to proxies on each node.
121+
122+
When you enable the OSS Cluster API, shard placement changes to _Sparse_, and the database proxy policy changes to _All primary shards_ automatically.
119123

120-
If you enable the OSS Cluster API, the shards placement policy and database proxy policy automatically change to _Sparse_ and _All master shards_.
124+
{{<note>}}
125+
You must use a client that supports the cluster API to connect to a database that has the cluster API enabled.
126+
{{</note>}}
121127

122-
- [**Shards placement policy**]({{< relref "/operate/rs/databases/memory-performance/shard-placement-policy" >}}) - Determines how to distribute database shards across nodes in the cluster.
128+
- [**Shards placement**]({{< relref "/operate/rs/databases/memory-performance/shard-placement-policy" >}}) - Determines how to distribute database shards across nodes in the cluster.
123129

124130
- _Dense_ places shards on the smallest number of nodes.
125131

126132
- _Sparse_ spreads shards across many nodes.
127133

128-
- [**Database proxy policy**]({{< relref "/operate/rs/databases/configure/proxy-policy" >}}) - Determines the number and location of active proxies, which manage incoming database operation requests.
134+
- [**Database proxy**]({{< relref "/operate/rs/databases/configure/proxy-policy" >}}) - Determines the number and location of active proxies, which manage incoming database operation requests.
129135

130136
### Replica Of
131137

content/operate/rs/databases/configure/db-defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To configure default shard placement, use one of the following methods:
124124
125125
### Database version
126126
127-
When you create a new database, it uses the default Redis version (**Database version**) unless you specify the database version explicitly with `redis_version` in the [REST API]({{< relref "/operate/rs/references/rest-api/requests/bdbs" >}}).
127+
New databases use the default Redis database version unless you select a different **Database version** when you [create a database]({{<relref "/operate/rs/databases/create">}}) in the Cluster Manager UI or specify the `redis_version` in a [create database REST API request]({{< relref "/operate/rs/references/rest-api/requests/bdbs" >}}).
128128
129129
To configure the Redis database version, use one of the following methods:
130130

content/operate/rs/databases/create.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ Redis Enterprise Software lets you create databases and distribute them across a
1515

1616
To create a new database:
1717

18-
1. In your web browser, open the Cluster Manager UI of the cluster that you want to connect to in order to create the database.
19-
20-
- For the new Cluster Manager UI, go to `https://<hostname>:8443/new`
21-
22-
- For the legacy UI, go to `https://<hostname>:8443`
18+
1. Sign in to the Cluster Manager UI at `https://<hostname>:8443`
2319

2420
1. Use one of the following methods to create a new database:
2521

content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-22.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2:
7474

7575
## Version changes
7676

77+
- Added validation to verify the LDAP server URI contains a host and port when updating LDAP configuration.
78+
7779
### Product lifecycle updates
7880

7981
#### End-of-life policy extension

0 commit comments

Comments
 (0)