Skip to content

Commit 148ccd7

Browse files
committed
Fixed some versioned RS links
1 parent b884862 commit 148ccd7

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

content/operate/rs/7.4/databases/auto-tiering/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Redis Enterprise’s auto tiering is based on a high-performance storage engine
2424

2525
Just like all-RAM databases, databases with Auto Tiering enabled are compatible with existing Redis applications.
2626

27-
Auto Tiering is also supported on [Redis Cloud]({{< relref "/operate/rc/" >}}) and [Redis Enterprise Software for Kubernetes]({{< relref "/operate/rs/" >}}).
27+
Auto Tiering is also supported on [Redis Cloud]({{< relref "/operate/rc/" >}}) and [Redis Enterprise Software for Kubernetes]({{< relref "/operate/kubernetes/" >}}).
2828

2929
## Use cases
3030

content/operate/rs/7.4/databases/import-export/export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can also connect to a storage service that uses the S3 protocol but is not h
165165

166166
To connect to an S3-compatible storage location:
167167

168-
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
168+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
169169

170170
```sh
171171
rladmin cluster config s3_url <URL>

content/operate/rs/7.4/databases/import-export/import-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can also connect to a storage service that uses the S3 protocol but is not h
160160

161161
To connect to an S3-compatible storage location:
162162

163-
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
163+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
164164

165165
```sh
166166
rladmin cluster config s3_url <URL>

content/operate/rs/7.4/databases/import-export/schedule-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ You can also connect to a storage service that uses the S3 protocol but is not h
214214

215215
To connect to an S3-compatible storage location:
216216

217-
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
217+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
218218

219219
```sh
220220
rladmin cluster config s3_url <URL>

content/operate/rs/7.8/databases/auto-tiering/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Redis Enterprise’s auto tiering is based on a high-performance storage engine
2424

2525
Just like all-RAM databases, databases with Auto Tiering enabled are compatible with existing Redis applications.
2626

27-
Auto Tiering is also supported on [Redis Cloud]({{< relref "/operate/rc/" >}}) and [Redis Enterprise Software for Kubernetes]({{< relref "/operate/rs/" >}}).
27+
Auto Tiering is also supported on [Redis Cloud]({{< relref "/operate/rc/" >}}) and [Redis Enterprise Software for Kubernetes]({{< relref "/operate/kubernetes/" >}}).
2828

2929
## Use cases
3030

content/operate/rs/7.8/databases/import-export/export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can also connect to a storage service that uses the S3 protocol but is not h
165165

166166
To connect to an S3-compatible storage location:
167167

168-
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
168+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.8/references/cli-utilities/rladmin/cluster/config">}}):
169169

170170
```sh
171171
rladmin cluster config s3_url <URL>

content/operate/rs/7.8/databases/import-export/import-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can also connect to a storage service that uses the S3 protocol but is not h
160160

161161
To connect to an S3-compatible storage location:
162162

163-
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
163+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.8/references/cli-utilities/rladmin/cluster/config">}}):
164164

165165
```sh
166166
rladmin cluster config s3_url <URL>

content/operate/rs/7.8/databases/import-export/schedule-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ You can also connect to a storage service that uses the S3 protocol but is not h
214214

215215
To connect to an S3-compatible storage location:
216216

217-
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
217+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.8/references/cli-utilities/rladmin/cluster/config">}}):
218218

219219
```sh
220220
rladmin cluster config s3_url <URL>

content/operate/rs/7.8/references/rest-api/objects/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An API object that represents a node in the cluster.
2020
| addr | string | Internal IP address of node |
2121
| architecture | string | Hardware architecture (read-only) |
2222
| bigredis_storage_path | string | Flash storage path (read-only) |
23-
| bigstore_driver | 'ibm-capi-ga1'<br />'ibm-capi-ga2'<br />'ibm-capi-ga4'<br />'speedb'<br />'rocksdb' | Bigstore driver name or none (deprecated as of Redis Enterprise v7.2, use the [cluster object]({{< relref "/operate/rs/references/rest-api/objects/cluster" >}})'s `bigstore_driver` instead) |
23+
| bigstore_driver | 'ibm-capi-ga1'<br />'ibm-capi-ga2'<br />'ibm-capi-ga4'<br />'speedb'<br />'rocksdb' | Bigstore driver name or none (deprecated as of Redis Enterprise v7.2, use the [cluster object]({{< relref "/operate/rs/7.8/references/rest-api/objects/cluster" >}})'s `bigstore_driver` instead) |
2424
| bigstore_enabled | boolean | If `true`, then flash storage is enabled on this node for [Auto Tiering]({{<relref "/operate/rs/7.8/databases/auto-tiering">}}) databases. Configurable during [bootstrapping]({{<relref "/operate/rs/7.8/references/rest-api/requests/bootstrap#post-bootstrap">}}). After bootstrapping, it is read-only. |
2525
| bigstore_size | integer | Storage size of bigstore storage (read-only) |
2626
| cores | integer | Total number of CPU cores (read-only) |

content/operate/rs/7.8/security/certificates/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Here's the list of supported certificates that create secure, encrypted connecti
2222

2323
| Certificate name | Autogenerated | Description |
2424
|------------------|:---------------:|-------------|
25-
| `api` | <span title="Yes">&#x2705;</span> | Encrypts [REST API]({{< relref "/operate/rs/references/rest-api/" >}}) requests and responses. |
25+
| `api` | <span title="Yes">&#x2705;</span> | Encrypts [REST API]({{< relref "/operate/rs/7.8/references/rest-api/" >}}) requests and responses. |
2626
| `cm` | <span title="Yes">&#x2705;</span> | Secures connections to the Redis Enterprise Cluster Manager UI. |
2727
| `ldap_client` | <span title="No">:x:</span> | Secures connections between LDAP clients and LDAP servers. |
28-
| `metrics_exporter` | <span title="Yes">&#x2705;</span> | Sends Redis Enterprise metrics to external [monitoring tools]({{< relref "/operate/rs/monitoring/" >}}) over a secure connection. |
28+
| `metrics_exporter` | <span title="Yes">&#x2705;</span> | Sends Redis Enterprise metrics to external [monitoring tools]({{< relref "/operate/rs/7.8/monitoring/" >}}) over a secure connection. |
2929
| `mtls_trusted_ca` | <span title="No">:x:</span> | Required to enable certificate-based authentication for secure, passwordless access to the REST API. |
3030
| `proxy` | <span title="Yes">&#x2705;</span> | Creates secure, encrypted connections between clients and databases. |
31-
| `syncer` | <span title="Yes">&#x2705;</span> | For [Active-Active]({{< relref "/operate/rs/databases/active-active/" >}}) or [Replica Of]({{< relref "/operate/rs/databases/import-export/replica-of/" >}}) databases, encrypts data during the synchronization of participating clusters. |
31+
| `syncer` | <span title="Yes">&#x2705;</span> | For [Active-Active]({{< relref "/operate/rs/7.8/databases/active-active/" >}}) or [Replica Of]({{< relref "/operate/rs/7.8/databases/import-export/replica-of/" >}}) databases, encrypts data during the synchronization of participating clusters. |
3232

33-
Certificates that are not autogenerated are optional unless you want to use certain features. For example, you must provide your own `ldap_client` certificate to enable [LDAP authentication]({{<relref "/operate/rs/security/access-control/ldap">}}) or an `mtls_trusted_ca` certificate to enable certificate-based authentication.
33+
Certificates that are not autogenerated are optional unless you want to use certain features. For example, you must provide your own `ldap_client` certificate to enable [LDAP authentication]({{<relref "/operate/rs/7.8/security/access-control/ldap">}}) or an `mtls_trusted_ca` certificate to enable certificate-based authentication.
3434

3535
## Accept self-signed certificates to access the Cluster Manager UI
3636

0 commit comments

Comments
 (0)