From f9a6bfb3e82d3e1de9f3ab8b7b7524e57f65f390 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Thu, 30 Oct 2025 15:48:18 -0500 Subject: [PATCH] Fixed broken relrefs --- content/embeds/hardware-requirements-embed.md | 4 ++-- content/embeds/rs-8-enabled-modules.md | 2 +- content/glossary/_index.md | 2 +- .../7.22/databases/active-active/develop/data-types/json.md | 2 +- content/operate/rs/release-notes/rs-7-8-releases/_index.md | 2 +- .../operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/embeds/hardware-requirements-embed.md b/content/embeds/hardware-requirements-embed.md index 321d8f1729..c169c057fc 100644 --- a/content/embeds/hardware-requirements-embed.md +++ b/content/embeds/hardware-requirements-embed.md @@ -27,9 +27,9 @@ We recommend these hardware requirements for production systems or for developme | Cores[2](#table-note-2) per node | Redis Enterprise Software is based on a multi-tenant architecture and can run multiple Redis processes (or shards) on the same core without significant performance degradation. | 2 cores | >=8 cores | | RAM[3](#table-note-3) per node | Defining your RAM size must be part of the capacity planning for your Redis usage. | 8GB | >=32GB | | Ephemeral storage | Used for storing [replication files (RDB format) and cluster log files]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}). | RAM x 2 | >= RAM x 4 | -| Persistent storage[4](#table-note-4) | Used for storing [snapshot (RDB format) and AOF files]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}) over a persistent storage media, such as AWS Elastic Block Storage (EBS) or Azure Data Disk. | RAM x 3 | In-memory >= RAM x 4 (except for [extreme 'write' scenarios]({{< relref "/operate/rs/clusters/optimize/disk-sizing-heavy-write-scenarios" >}}))

[Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}}) >= (RAM + Flash) x 4. | +| Persistent storage[4](#table-note-4) | Used for storing [snapshot (RDB format) and AOF files]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}) over a persistent storage media, such as AWS Elastic Block Storage (EBS) or Azure Data Disk. | RAM x 3 | In-memory >= RAM x 4 (except for [extreme 'write' scenarios]({{< relref "/operate/rs/clusters/optimize/disk-sizing-heavy-write-scenarios" >}}))

[Redis Flex and Auto Tiering]({{< relref "/operate/rs/databases/flash/" >}}) >= (RAM + Flash) x 4. | | Network[5](#table-note-5) | We recommend using multiple NICs per node where each NIC is >1Gbps, but Redis Enterprise Software can also run over a single 1Gbps interface network used for processing application requests, inter-cluster communication, and storage access. | 1G | >=10G | -| Local disk for [Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}}) | used to to extend databases DRAM capacity with solid state drives (SSDs). Flash memory must be locally attached. [Read more]({{< relref "/operate/rs/databases/auto-tiering/" >}}) | (RAM+Flash) x 1.6 | (RAM+Flash) x 2.5 | +| Local disk for [Redis Flex and Auto Tiering]({{< relref "/operate/rs/databases/flash/" >}}) | used to to extend databases DRAM capacity with solid state drives (SSDs). Flash memory must be locally attached. [Read more]({{< relref "/operate/rs/databases/flash/" >}}) | (RAM+Flash) x 1.6 | (RAM+Flash) x 2.5 | Additional considerations: diff --git a/content/embeds/rs-8-enabled-modules.md b/content/embeds/rs-8-enabled-modules.md index ce9b3bf973..bfc9dc57b3 100644 --- a/content/embeds/rs-8-enabled-modules.md +++ b/content/embeds/rs-8-enabled-modules.md @@ -1,5 +1,5 @@ | Database type | Automatically enabled capabilities | |---------------|------------------------------------| | RAM-only | [Search and query]({{}})
[JSON]({{}})
[Time series]({{}})
[Probabilistic]({{}}) | -| Flash-enabled ([Auto Tiering]({{}})) | [JSON]({{}})
[Probabilistic]({{}}) | +| Flash-enabled ([Redis Flex]({{}})) | [JSON]({{}})
[Probabilistic]({{}}) | | [Active-Active]({{}}) | [Search and query]({{}})
[JSON]({{}}) | \ No newline at end of file diff --git a/content/glossary/_index.md b/content/glossary/_index.md index c8158cab6f..b72513083b 100644 --- a/content/glossary/_index.md +++ b/content/glossary/_index.md @@ -451,7 +451,7 @@ More info: [Redis Open Source]({{}}), [Database {{%definition "Auto Tiering "%}} Previously known as Redis on Flash. Enables your Redis databases to span both RAM and dedicated flash memory (SSD). Auto Tiering manages the location of key values (RAM vs Flash) in the database via a LRU-based (least-recently-used) mechanism. -More info: [Auto Tiering]({{}}), [Auto Tiering quick start]({{}}) +More info: [Auto Tiering]({{}}), [Auto Tiering quick start]({{}}) {{%/definition%}} {{%definition "replica high availability (replicaHA)"%}} diff --git a/content/operate/rs/7.22/databases/active-active/develop/data-types/json.md b/content/operate/rs/7.22/databases/active-active/develop/data-types/json.md index b7d235ba26..9972f8f990 100644 --- a/content/operate/rs/7.22/databases/active-active/develop/data-types/json.md +++ b/content/operate/rs/7.22/databases/active-active/develop/data-types/json.md @@ -20,7 +20,7 @@ The design is based on [A Conflict-Free Replicated JSON Datatype](https://arxiv. To use JSON in an Active-Active database, you must enable JSON during database creation. -Active-Active Redis Cloud databases add JSON by default. See [Create an Active-Active subscription]({{< relref "/operate/rc/databases/create-database/create-active-active-database#select-capabilities" >}}) in the Redis Cloud documentation for details. +Active-Active Redis Cloud databases add JSON by default. See [Create an Active-Active subscription]({{< relref "/operate/rc/databases/active-active/create-active-active-database#select-capabilities" >}}) in the Redis Cloud documentation for details. In Redis Enterprise Software, JSON is not enabled by default for Active-Active databases. See [Create an Active-Active JSON database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json/active-active#create-an-active-active-json-database" >}}) in the Redis Stack and Redis Enterprise documentation for instructions. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/_index.md b/content/operate/rs/release-notes/rs-7-8-releases/_index.md index 5125d1777c..90f5981d7f 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/_index.md @@ -172,7 +172,7 @@ If your database currently uses triggers and functions, you need to: - Deprecated the [`rladmin upgrade modules`]({{}}) command. Use [`rladmin upgrade db`]({{}}) instead. -- Deprecated [`POST /v1/modules/upgrade/bdb/`]({{}}) REST API request. Use [`POST /v1/bdbs//upgrade`]({{}}) to upgrade modules instead. +- Deprecated `POST /v1/modules/upgrade/bdb/` REST API request. Use [`POST /v1/bdbs//upgrade`]({{}}) to upgrade modules instead. - Deprecated the `required_version` option for the bootstrap cluster API. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md index 77789a242d..54053632e2 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md @@ -353,7 +353,7 @@ If your database currently uses triggers and functions, you need to: - Deprecated the [`rladmin upgrade modules`]({{}}) command. Use [`rladmin upgrade db`]({{}}) instead. -- Deprecated [`POST /v1/modules/upgrade/bdb/`]({{}}) REST API request. Use [`POST /v1/bdbs//upgrade`]({{}}) to upgrade modules instead. +- Deprecated `POST /v1/modules/upgrade/bdb/` REST API request. Use [`POST /v1/bdbs//upgrade`]({{}}) to upgrade modules instead. #### V1 Prometheus metrics deprecation