From e59d22def54702f8e4a67197f45faee8cfd1f51b Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Wed, 23 Sep 2026 11:52:38 +0100 Subject: [PATCH 1/2] DOC-7104: Migrate content/operate/rs/release-notes/ to render hooks Convert the relref link shortcode and note/tip/warning/alert callout shortcodes to their render-hook equivalents (plain Markdown links resolved by render-link.html, `> [!NOTE]` etc. blockquotes resolved by render-blockquote.html) across all 135 files under content/operate/rs/release-notes/. Purely mechanical syntax migration; no prose, terminology, or facts touched. ~2,397 relref calls and 15 callouts converted via build/migrate_shortcode_links.py (sequential, all 3 stages). Preflight found two real issues beyond the expected-clean checks: - 3 list-nested callouts (rs-5-4-2-april-2019.md, rs-6-4-2-releases/rs-6-4-2-110.md, rs-6-4-2-releases/rs-6-4-2-61.md) had continuation lines outside the list's indent after conversion, which would have detached the blockquote from its `
  • `. Re-indented the continuation lines to match; verified via rendered-HTML diff that the `
  • ...

    ...
  • ` nesting is identical before/after. - 26 relref calls across 13 files use an established (if unusual) convention: relref to a directory-style page immediately followed by a literal relative sub-path with no separating slash, relying on Hugo's relref rendering the target with an implicit trailing slash (`{{< relref "X" >}}sub/path`). The naive mechanical conversion concatenates these without a slash, silently producing a broken href. Inserted the missing "/" at each site so the rendered href is preserved. - 2 genuinely pre-existing single-missing-close-paren bugs (FAILOVER in rs-6-2-4-august-2021.md, SLOWLOG GET in rs-6-4-2-releases/rs-6-4-2-94.md) left as plain, unlinked text before this change. Fixed trivially per the ticket's single-missing-paren carve-out. build/diff_rendered_hrefs.py's HREF_RX (`href="[^"]*"`) only matches double-quoted attributes; under `hugo --minify`, htmlmin drops quotes from nearly all content-body hrefs, so the tool silently compares almost nothing and always reports "0 diffs" regardless of real link changes. Verified with a corrected quoted+unquoted fingerprint instead. Real result: 2 pages gain a new working link (the two paren fixes, expected), and 2 pages (rs-5-4-14-february-2020.md, rs-5-6-0-april-2020.md) change 5 hrefs each where the render-link.html hook's own page resolution corrects a second, independent pre-existing defect -- a literal ".md" baked into the old appended sub-path text that never matched the site's pretty-URL scheme -- to the canonical trailing-slash form once the literal text is visible to the hook instead of hidden behind a shortcode placeholder. Net effect is a link improvement, not a regression, but it's a real href change worth flagging since the ticket's tooling reported a false "0 diffs" for it. Co-Authored-By: Claude Sonnet 5 --- .../redis-enterprise-5.md | 14 +-- ...-notes-redis-enterprise-software-v5-0-2.md | 13 +- .../rlec-0-99-february-2015.md | 4 +- .../rlec-4-0-june-2015.md | 6 +- .../rlec-4-2-october-2015.md | 20 ++-- .../legacy-release-notes/rlec-4-3-aug-2016.md | 16 +-- .../legacy-release-notes/rlec-4-4-dec-2016.md | 10 +- .../legacy-release-notes/rs-5-2-june-2018.md | 6 +- .../rs-5-4-10-december-2019.md | 16 +-- .../rs-5-4-14-february-2020.md | 24 ++-- .../rs-5-4-2-april-2019.md | 25 ++-- .../rs-5-4-4-june-2019.md | 20 ++-- .../rs-5-4-6-july-2019.md | 12 +- .../rs-5-4-december-2018.md | 16 +-- .../rs-5-5-preview-april-2019.md | 6 +- .../rs-5-6-0-april-2020.md | 60 +++++----- .../release-notes/rs-6-0-12-january-2021.md | 57 +++++---- .../rs/release-notes/rs-6-0-20-april-2021.md | 58 ++++----- .../release-notes/rs-6-0-8-september-2020.md | 46 +++---- .../rs/release-notes/rs-6-0-may-2020.md | 40 +++---- .../release-notes/rs-6-2-10-february-2022.md | 50 ++++---- content/operate/rs/release-notes/rs-6-2-12.md | 32 ++--- .../rs-6-2-18-releases/_index.md | 29 +++-- .../rs-6-2-18-releases/rs-6-2-18-43.md | 34 +++--- .../rs-6-2-18-releases/rs-6-2-18-49.md | 14 +-- .../rs-6-2-18-releases/rs-6-2-18-58.md | 6 +- .../rs-6-2-18-releases/rs-6-2-18-65.md | 6 +- .../rs-6-2-18-releases/rs-6-2-18-70.md | 4 +- .../rs/release-notes/rs-6-2-4-august-2021.md | 42 +++---- .../rs/release-notes/rs-6-2-8-october-2021.md | 32 ++--- .../release-notes/rs-6-4-2-releases/_index.md | 41 ++++--- .../rs-6-4-2-releases/rs-6-4-2-103.md | 26 ++-- .../rs-6-4-2-releases/rs-6-4-2-110.md | 23 ++-- .../rs-6-4-2-releases/rs-6-4-2-115.md | 18 +-- .../rs-6-4-2-releases/rs-6-4-2-121.md | 18 +-- .../rs-6-4-2-releases/rs-6-4-2-127.md | 18 +-- .../rs-6-4-2-releases/rs-6-4-2-131.md | 18 +-- .../rs-6-4-2-releases/rs-6-4-2-30.md | 22 ++-- .../rs-6-4-2-releases/rs-6-4-2-43.md | 20 ++-- .../rs-6-4-2-releases/rs-6-4-2-61.md | 27 ++--- .../rs-6-4-2-releases/rs-6-4-2-69.md | 22 ++-- .../rs-6-4-2-releases/rs-6-4-2-81.md | 20 ++-- .../rs-6-4-2-releases/rs-6-4-2-94.md | 14 +-- .../release-notes/rs-7-2-4-releases/_index.md | 61 +++++----- .../rs-7-2-4-releases/rs-7-2-4-105.md | 20 ++-- .../rs-7-2-4-releases/rs-7-2-4-109.md | 16 +-- .../rs-7-2-4-releases/rs-7-2-4-122.md | 16 +-- .../rs-7-2-4-releases/rs-7-2-4-130.md | 16 +-- .../rs-7-2-4-releases/rs-7-2-4-132.md | 16 +-- .../rs-7-2-4-releases/rs-7-2-4-138.md | 16 +-- .../rs-7-2-4-releases/rs-7-2-4-153.md | 16 +-- .../rs-7-2-4-releases/rs-7-2-4-154.md | 16 +-- .../rs-7-2-4-releases/rs-7-2-4-52.md | 96 ++++++++------- .../rs-7-2-4-releases/rs-7-2-4-64.md | 30 ++--- .../rs-7-2-4-releases/rs-7-2-4-72.md | 24 ++-- .../rs-7-2-4-releases/rs-7-2-4-92.md | 24 ++-- .../release-notes/rs-7-22-releases/_index.md | 28 ++--- .../rs-7-22-releases/rs-7-22-0-216.md | 22 ++-- .../rs-7-22-releases/rs-7-22-0-241.md | 20 ++-- .../rs-7-22-releases/rs-7-22-0-250.md | 20 ++-- .../rs-7-22-releases/rs-7-22-0-95.md | 62 +++++----- .../rs-7-22-releases/rs-7-22-2-116.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-133.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-14.md | 24 ++-- .../rs-7-22-releases/rs-7-22-2-170.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-179.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-189.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-20.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-41.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-55.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-79.md | 20 ++-- .../rs-7-22-releases/rs-7-22-2-93.md | 20 ++-- .../release-notes/rs-7-4-2-releases/_index.md | 55 +++++---- .../rs-7-4-2-releases/rs-7-4-2-104.md | 30 ++--- .../rs-7-4-2-releases/rs-7-4-2-126.md | 28 ++--- .../rs-7-4-2-releases/rs-7-4-2-129.md | 12 +- .../rs-7-4-2-releases/rs-7-4-2-169.md | 30 ++--- .../rs-7-4-2-releases/rs-7-4-2-216.md | 30 ++--- .../rs-7-4-2-releases/rs-7-4-2-54.md | 56 ++++----- .../rs-7-4-2-releases/rs-7-4-6-102.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-188.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-22.md | 44 +++---- .../rs-7-4-2-releases/rs-7-4-6-232.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-268.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-272.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-279.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-280.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-283.md | 42 +++---- .../rs-7-4-2-releases/rs-7-4-6-77.md | 42 +++---- .../release-notes/rs-7-8-releases/_index.md | 54 ++++----- .../rs-7-8-releases/rs-7-8-2-34.md | 102 ++++++++-------- .../rs-7-8-releases/rs-7-8-2-60.md | 18 +-- .../rs-7-8-releases/rs-7-8-4-18.md | 30 ++--- .../rs-7-8-releases/rs-7-8-4-66.md | 22 ++-- .../rs-7-8-releases/rs-7-8-4-95.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-119.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-13.md | 36 +++--- .../rs-7-8-releases/rs-7-8-6-152.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-207.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-253.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-256.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-260.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-263.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-286.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-303.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-315.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-36.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-60.md | 20 ++-- .../rs-7-8-releases/rs-7-8-6-95.md | 20 ++-- .../release-notes/rs-8-0-releases/_index.md | 38 +++--- .../rs-8-0-releases/rs-8-0-10-64.md | 28 ++--- .../rs-8-0-releases/rs-8-0-10-76.md | 24 ++-- .../rs-8-0-releases/rs-8-0-10-81.md | 26 ++-- .../rs-8-0-releases/rs-8-0-16-29.md | 43 ++++--- .../rs-8-0-releases/rs-8-0-16-33.md | 28 ++--- .../rs-8-0-releases/rs-8-0-18-23.md | 43 ++++--- .../rs-8-0-releases/rs-8-0-18-36.md | 28 ++--- .../rs-8-0-releases/rs-8-0-2-17.md | 112 +++++++++--------- .../rs-8-0-releases/rs-8-0-2-41.md | 22 ++-- .../rs-8-0-releases/rs-8-0-20-108.md | 28 ++--- .../rs-8-0-releases/rs-8-0-20-19.md | 36 +++--- .../rs-8-0-releases/rs-8-0-20-44.md | 28 ++--- .../rs-8-0-releases/rs-8-0-20-68.md | 28 ++--- .../rs-8-0-releases/rs-8-0-20-96.md | 28 ++--- .../rs-8-0-releases/rs-8-0-6-54.md | 30 ++--- .../release-notes/rs-8-2-releases/_index.md | 22 ++-- .../rs-8-2-releases/rs-8-2-0-25.md | 44 +++---- .../rs-8-2-releases/rs-8-2-0-46.md | 28 ++--- .../rs-8-2-releases/rs-8-2-0-78.md | 28 ++--- 129 files changed, 1815 insertions(+), 1830 deletions(-) diff --git a/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md b/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md index 5f491aeb8e..3177a475f3 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md +++ b/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md @@ -34,7 +34,7 @@ on. The result is that for all but the initial call to get the cluster topology or reacquire the location of the master shard, the client will connect to the RS endpoint proxy where the master shard is located. [Learn more about the Cluster API -implementation]({{< relref "/operate/rs/clusters/optimize/oss-cluster-api.md" >}}). +implementation](/content/operate/rs/clusters/optimize/oss-cluster-api.md). ### Geo-distributed Active-Active conflict-free replicated databases (CRDB) {#geodistributed-activeactive-conflictfree-replicated-databases-crdb} @@ -50,7 +50,7 @@ provide smart and automatic conflict resolution based on the data type's intent. For more information, go here. For information, go to [Developing with -CRDBs]({{< relref "/operate/rs/databases/active-active" >}}develop/develop-for-aa/). +CRDBs](/operate/rs/databases/active-active/develop/develop-for-aa/). ### Redis modules @@ -65,13 +65,13 @@ Enterprise is known for. Redis has developed and certified the following modules for use with Redis Enterprise Pack: -- [RediSearch]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) +- [RediSearch](/content/operate/oss_and_stack/stack-with-enterprise/search/_index.md) - This module turns RS into a supercharged distributed in-memory full-text indexing and search beast. -- [ReJSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) +- [ReJSON](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md) - Now you have the convenience JSON as a built-in data type and easily able to address nested data via a path. -- [RedisBloom]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) +- [RedisBloom](/content/operate/oss_and_stack/stack-with-enterprise/bloom/_index.md) - Enables RS to have a scalable bloom filter as a data type. Bloom filters are probabilistic data structures that quickly determine if values are in a set. @@ -91,7 +91,7 @@ easily and quickly test several containers to build the scalable and highly available cluster Redis Enterprise Software is famous for. For more information, go to [quick start with Redis Enterprise on -Docker]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}). +Docker](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md). ## LDAP Integration @@ -102,7 +102,7 @@ accounts can be used for administering resources on the cluster via command line, Rest API, or admin console. For more information see [LDAP -Integration]({{< relref "/operate/rs/security/access-control/ldap" >}}). +Integration](/content/operate/rs/security/access-control/ldap/_index.md). ## Additional capabilities diff --git a/content/operate/rs/release-notes/legacy-release-notes/release-notes-redis-enterprise-software-v5-0-2.md b/content/operate/rs/release-notes/legacy-release-notes/release-notes-redis-enterprise-software-v5-0-2.md index b7e513e553..0ed2230903 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/release-notes-redis-enterprise-software-v5-0-2.md +++ b/content/operate/rs/release-notes/legacy-release-notes/release-notes-redis-enterprise-software-v5-0-2.md @@ -21,13 +21,12 @@ upgrade instructions before beginning the upgrade process. You can upgrade to RS 5.0.2 from RS 4.4.2 and above. If you have a version older than 4.4.2, you must first upgrade to at least 5.0. -{{< note >}} -Starting from RS 5.0.2, ports 3338 and 3339 should also be opened -on each node for the purpose of internal cluster communication. -For more information, check the ['network port -configurations']({{< relref "/operate/rs/networking/port-configurations.md" >}}) -page -{{< /note >}} +> [!NOTE] +> Starting from RS 5.0.2, ports 3338 and 3339 should also be opened +> on each node for the purpose of internal cluster communication. +> For more information, check the ['network port +> configurations'](/content/operate/rs/networking/port-configurations.md) +> page ## New features diff --git a/content/operate/rs/release-notes/legacy-release-notes/rlec-0-99-february-2015.md b/content/operate/rs/release-notes/legacy-release-notes/rlec-0-99-february-2015.md index 998e85520f..aa4cb38670 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rlec-0-99-february-2015.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rlec-0-99-february-2015.md @@ -11,7 +11,7 @@ weight: 99 --- If you are upgrading from a previous version, make sure to review the [upgrade -instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) +instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) before running through the upgrade process. If you are upgrading from version 0.99.5-11: @@ -24,7 +24,7 @@ If you are upgrading from version 0.99.5-11: databases are from an old version. It is recommended that you upgrade the databases as soon as possible, as described in the [upgrade - instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}). + instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md). ## New features diff --git a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-0-june-2015.md b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-0-june-2015.md index 11cf7fd8d0..e71d336ed9 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-0-june-2015.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-0-june-2015.md @@ -11,7 +11,7 @@ weight: 98 --- If you are upgrading from a previous version, make sure to review the [upgrade -instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) +instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) before running through the upgrade process. In addition, when running the install.sh script to upgrade the software, @@ -96,7 +96,7 @@ update this file. - **Issue**: In case you deploy a cluster and use the DNS option for the cluster name (see details in [How to set the Cluster Name - (FQDN)]({{< relref "/operate/rs/networking/cluster-dns" >}}), + (FQDN)](/content/operate/rs/networking/cluster-dns.md), do not configure the DNS entries for the cluster nodes, and try to configure a database that is a replica of another database within the cluster, then the UI allows you to configure the source database @@ -109,7 +109,7 @@ update this file. the cluster does not operate correctly. You have to either update the DNS accordingly, or recreate the cluster and use the mDNS option for the cluster name as described in [How to set the Cluster Name - (FQDN)]({{< relref "/operate/rs/networking/cluster-dns" >}}). + (FQDN)](/content/operate/rs/networking/cluster-dns.md). - **Issue**: When taking a node offline or removing a node, if the node being taken offline or removed is currently serving as the web diff --git a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-2-october-2015.md b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-2-october-2015.md index fa5173572f..35f7b8c3ae 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-2-october-2015.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-2-october-2015.md @@ -11,7 +11,7 @@ weight: 97 --- If you are upgrading from a previous version, make sure to review the [upgrade -instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) +instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) before running through the upgrade process. ## New features @@ -23,7 +23,7 @@ before running through the upgrade process. performance profiles that are optimized for either cloud or non-cloud environments. For additional details, refer to the [Performance - optimization]({{< relref "/operate/rs/clusters/optimize/optimization.md" >}}) + optimization](/content/operate/rs/clusters/optimize/optimization.md) section. - SLA for AOF rewrite - enables the administrator to configure database parameters, by running the rladmin tune command, related to @@ -48,29 +48,29 @@ before running through the upgrade process. administrator to specify which IP address is used for internal traffic and which IP addresses are used for external traffic. For additional details, refer to [Multi-IP & - IPv6]({{< relref "/operate/rs/networking/multi-ip-ipv6.md" >}}) + IPv6](/content/operate/rs/networking/multi-ip-ipv6.md) support. - IPv6 support for external traffic - on a node that has multiple IPs, external IP addresses can be of IPv6 type. For additional details, refer to [Multi-IP & - IPv6]({{< relref "/operate/rs/networking/multi-ip-ipv6.md" >}}) + IPv6](/content/operate/rs/networking/multi-ip-ipv6.md) support section. - Support for OpenStack Object Store ("Swift") location for import / export / backup. For additional details, refer to [Database - backup]({{< relref "/operate/rs/databases/import-export/schedule-backups.md" >}}) + backup](/content/operate/rs/databases/import-export/schedule-backups.md) and [Importing data to a - database]({{< relref "/operate/rs/databases/import-export/import-data.md" >}}) + database](/content/operate/rs/databases/import-export/import-data.md) sections. - Import of a sharded database - support for importing data of a sharded database by indicating multiple files paths. For additional details, refer to the [Importing data to a - database]({{< relref "/operate/rs/databases/import-export/import-data.md" >}}) + database](/content/operate/rs/databases/import-export/import-data.md) section. - Enable running the install script in silent mode using "-y" parameter for default answers ("Y") or "-c" for file path parameters for custom answers. For additional details, refer to [Accessing and installing the setup - package]({{< relref "/operate/rs/installing-upgrading" >}}) + package](/content/operate/rs/installing-upgrading/_index.md) section. - New rladmin command-line-interface "info" command allows for fetching current value of tunable parameters. @@ -140,9 +140,9 @@ before running through the upgrade process. - **Issue**: When upgrading a node to a new RLEC version (refer to [Upgrading - nodes]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) + nodes](/content/operate/rs/installing-upgrading/upgrading/_index.md) while the node is in the offline state (refer to [Taking a node - offline]({{< relref "/operate/rs/clusters/remove-node.md" >}}), + offline](/content/operate/rs/clusters/remove-node.md), the upgrade process succeeds but might result in an unstable cluster. diff --git a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-3-aug-2016.md b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-3-aug-2016.md index 3f98d82b5d..a592ff36ad 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-3-aug-2016.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-3-aug-2016.md @@ -11,7 +11,7 @@ weight: 96 --- If you are upgrading from a previous version, make sure to review the [upgrade -instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) +instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) before running through the upgrade process. You can upgrade to this version from any 4.2 version. If you have a @@ -23,7 +23,7 @@ upgrade to this version. - Various improvements to internal performance and stability were implemented. - RLEC Flash functionality added. For additional details, refer to - [Auto Tiering]({{< relref "/operate/rs/databases/flash/" >}}) + [Auto Tiering](/content/operate/rs/databases/flash/_index.md) and contact if you are interested in this functionality. - Support for Redis version 3.0 added. When you install or upgrade the @@ -31,12 +31,12 @@ upgrade to this version. when you upgrade the databases they will be updated to this version. If you would like to change the default version to Redis 2.8 refer to the instruction in the [Upgrading - databases]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) + databases](/content/operate/rs/installing-upgrading/upgrading/_index.md) section. If you would like to upgrade existing databases to the latest 2.8 minor version, refer to the Known Issues section below. - Complete cluster failure recovery instructions added. For additional details, refer to [Cluster - Recovery]({{< relref "/operate/rs/clusters/cluster-recovery.md" >}}). + Recovery](/content/operate/rs/clusters/cluster-recovery.md). - Major improvements made to database replication performance process by using diskless replication between master and replica shards. The data between the master and replica shards is streamed directly, @@ -48,14 +48,14 @@ upgrade to this version. - rlcheck installation verification utility added to facilitate checking node health. For additional details, refer to [rlcheck installation verification - utility]({{< relref "/operate/rs/references/cli-utilities/rlcheck" >}}). + utility](/content/operate/rs/references/cli-utilities/rlcheck/_index.md). - Added the ability to allow the user to configure how machine IP addresses are used in Node Configuration setup in the management UI. For additional details, refer to [Initial setup - creating a new - cluster.]({{< relref "/operate/rs/clusters/new-cluster-setup" >}}) + cluster.](/content/operate/rs/clusters/new-cluster-setup.md) - Connection to database endpoint can now be encrypted with SSL. For additional details, refer to [Securing client connection with - SSL]({{< relref "/operate/rs/security/encryption/tls" >}}). + SSL](/content/operate/rs/security/encryption/tls/_index.md). - Added support for running the cluster on the following operating systems and versions: RHEL/CentOS 6.6, 7.1, 7.2, RHEL 6.7, Oracle Linux 6.5. @@ -65,7 +65,7 @@ upgrade to this version. - Environment configuration profile with name "default" has been changed to "cloud" and the default value has been changed to "local-network". For additional details, refer to [Performance - optimization]({{< relref "/operate/rs/clusters/optimize/optimization.md" >}}) + optimization](/content/operate/rs/clusters/optimize/optimization.md) section. - In the REST API, when creating a database and not setting the database replication parameter to "true", the default value assigned diff --git a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-4-dec-2016.md b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-4-dec-2016.md index 86a26542ec..979d228858 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rlec-4-4-dec-2016.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rlec-4-4-dec-2016.md @@ -11,7 +11,7 @@ weight: 95 --- If you are upgrading from a previous version, make sure to review the [upgrade -instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) +instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) before beginning the upgrade process. You can upgrade to this version from any 4.3 version. If you have a @@ -25,19 +25,19 @@ upgrade to this version. version and then upgrade existing databases, the databases will be updated to use the Single proxy policy and Dense shard placement policy. For additional details, refer to [Multiple active - proxies]({{< relref "/operate/rs/databases/configure/proxy-policy.md" >}}). + proxies](/content/operate/rs/databases/configure/proxy-policy.md). - Support for Redis version 3.2 added. When you install or upgrade the cluster the new default version for Redis databases will be 3.2 and when you upgrade the databases they will be updated to this version. If you would like to change the default version to Redis 3.0, refer to the instruction in the [Upgrading - databases]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) + databases](/content/operate/rs/installing-upgrading/upgrading/_index.md) If you would like to upgrade existing databases to the latest 3.0 minor version, refer to the Known Issues section below. - The cluster can now be configured to support both private and public IPs to connect to database endpoints through both public and private networks. For additional details, refer to [Private and Public - Endpoints]({{< relref "/operate/rs/networking/private-public-endpoints.md" >}}). + Endpoints](/content/operate/rs/networking/private-public-endpoints.md). - **rladmin status** command output has been enhanced to include an indication on which node rladmin is running by adding the '\*' sign next to the node entry, and to show the host name of the machine the @@ -72,7 +72,7 @@ upgrade to this version. done using **supervisorctl** command from the OS CLI. - Linux OS vm.swappiness is now advised to be set to zero, for more information see [Disabling Swap in - Linux]({{< relref "/operate/rs/installing-upgrading/configuring/linux-swap.md" >}}). + Linux](/content/operate/rs/installing-upgrading/configuring/linux-swap.md). ## Important fixed issues since 4.3.0 diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md index d46aa2808c..9828ccd742 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md @@ -29,7 +29,7 @@ than 4.5, you should first upgrade to version 5.0 (or at least RS 5.2 adds active-active Redis (CRDB) support for Sorted Sets and Lists. Now all major Redis data types are supported with CRDT, so you can use Redis Enterprise in an active-active manner for all your Redis -use cases, with seamless conflict resolution. [Click here]({{< relref "/operate/rs/databases/active-active" >}}develop/develop-for-aa/) +use cases, with seamless conflict resolution. [Click here](/operate/rs/databases/active-active/develop/develop-for-aa/) for more information about how to develop applications with geo-replicated CRDBs. @@ -47,7 +47,7 @@ also observed and maintained by every replica. Such capability is important for various applications, e.g. social network status updates or chat applications (assuring that the chronology of messages doesn't get mixed up). For more information, [click -here]({{< relref "/operate/rs/databases/active-active/causal-consistency.md" >}}). +here](/content/operate/rs/databases/active-active/causal-consistency.md). ### Enhanced security features @@ -110,7 +110,7 @@ rladmin> cluster config http_support [disabled | enabled] - The end-of-service-life (EOSL) for Redis Enterprise Software 4.4.X is June 30th, 2018, in accordance with our [published - policy]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). + policy](/content/operate/rs/installing-upgrading/product-lifecycle.md). We recommend that customers running version 4.4 or below upgrade to the latest version. diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-10-december-2019.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-10-december-2019.md index 4f3753e4c7..b3068cbead 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-10-december-2019.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-10-december-2019.md @@ -15,13 +15,13 @@ This release includes an improved synchronization mechanism for Active-Active Re ## Overview -Follow these [instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 5.4.10 from RS 5.0 and above. +Follow these [instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 5.4.10 from RS 5.0 and above. ## New features ### Synchronization mechanism in Active-Active Redis and Replica-of -RS 5.4.10 incorporates the improved [Redis synchronization mechanism]({{< relref "/operate/rs/databases/active-active" >}}#syncer-process) ([PSYNC2]({{< relref "/operate/oss_and_stack/management/replication" >}})) for Active-Active Redis (CRDB) and Replica-of. +RS 5.4.10 incorporates the improved [Redis synchronization mechanism](/content/operate/rs/databases/active-active/_index.md#syncer-process) ([PSYNC2](/content/operate/oss_and_stack/management/replication.md)) for Active-Active Redis (CRDB) and Replica-of. As a result, failure scenarios in any A-A replica (and the source database of Replica-of), require only partial synchronization between the cross-region replicas instead of full synchronization that can be costly in time and bandwidth. @@ -57,7 +57,7 @@ If you see this error, upgrade to OpenSSL 1.0.2 or higher before you install RS. - End of Life (EOL) for Redis Enterprise Software 5.4, as well as for Redis Modules and previous RS versions, can be found [here](https://docs.redis.com/latest/rs/installing-upgrading/product-lifecycle). - Google Chrome browser on macOS Catalina requires self-signed certificate generated after June 2019 to include the extendedKeyUsage field in order to connect to the RS admin console. - If you use a self-signed certificate that does not include this field, [update the self-signed certificate]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). + If you use a self-signed certificate that does not include this field, [update the self-signed certificate](/content/operate/rs/security/certificates/updating-certificates.md). - When you upgrade an Active-Active Redis with active AOF from version RS 5.4.2 or lower to version RS 5.4.4 or higher: - If replication is enabled, you must run the BGREWRITEAOF command on all replica shards after the upgrade. - If replication is not enabled, you must run the BGREWRITEAOF command on all shards after the upgrade. @@ -84,15 +84,15 @@ If you see this error, upgrade to OpenSSL 1.0.2 or higher before you install RS. ### Upgrade -- [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) introduced new Active-Active Redis (CRDB) capabilities +- [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis (CRDB) capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis (CRDB) is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, - you must [upgrade the CRDB protocol]({{< relref "/operate/rs/installing-upgrading/upgrading#upgrading-crdbs" >}}). + you must [upgrade the CRDB protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs). - Before you upgrade a database with RediSearch Module to Redis 5.0, - you must [upgrade the RediSearch Module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to version 1.4.2 or above. + you must [upgrade the RediSearch Module](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to version 1.4.2 or above. - Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above - by manually updating the certificates on the disk instead of [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). + by manually updating the certificates on the disk instead of [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For assistance with this issue, [contact Redis support](https://redislabs.com/company/support/). - We recommend that you test module upgrade commands in a test environment before you upgrade modules in a production environment. The module upgrade arguments are not validated during the upgrade process and incorrect arguments can cause unexpected downtime. @@ -106,7 +106,7 @@ If you see this error, upgrade to OpenSSL 1.0.2 or higher before you install RS. ### Discovery service -- For [Redis Sentinel (Discovery Service)]({{< relref "/operate/rs/databases/durability-ha/discovery-service.md" >}}), every database name must be unique across the cluster. +- For [Redis Sentinel (Discovery Service)](/content/operate/rs/databases/durability-ha/discovery-service.md), every database name must be unique across the cluster. ### Redis commands diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md index 38c8ff78fd..31ea124c2c 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md @@ -14,17 +14,17 @@ This release bundles OSS Redis 5.0.7 and includes new Redis Modules versions, se ## Overview -Follow these [instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 5.4.14 from RS 5.0.2 and above. +Follow these [instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 5.4.14 from RS 5.0.2 and above. ## New features - Version [5.0.7](https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES) of OSS Redis is merged into RS 5.4.14. - The following GA releases of Redis Modules are bundled in RS 5.4.14: - - [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version 2.2.1 (updated, [release notes]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisbloom/redisbloom-2.2-release-notes.md#redisbloom-221-january-2020)) - - [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version 2.0.1 (updated, [release notes]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisgraph/redisgraph-2.0-release-notes.md#redisgraph-20-ga-201---january-2020)) - - [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version 1.0.4 (update, [release notes]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisjson/redisjson-1.0-release-notes)) - - [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version 1.4.25 (updated, [release notes]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisearch/redisearch-1.4-release-notes.md#redisearch-1425-march-2020)) - - [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version 1.2.3 (updated, [release notes]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redistimeseries/redistimeseries-1.2-release-notes)) + - [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version 2.2.1 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md#redisbloom-221-january-2020)) + - [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version 2.0.1 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md#redisgraph-20-ga-201---january-2020)) + - [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version 1.0.4 (update, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes)) + - [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version 1.4.25 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.4-release-notes.md#redisearch-1425-march-2020)) + - [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version 1.2.3 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes)) ## Additional capabilities @@ -66,7 +66,7 @@ Follow these [instructions]({{< relref "/operate/rs/installing-upgrading/upgradi - End of Life (EOL) for Redis Enterprise Software 5.4, as well as for Redis Modules and previous RS versions, can be found [here](https://docs.redis.com/latest/rs/installing-upgrading/product-lifecycle). - Google Chrome browser on macOS Catalina requires self-signed certificate generated after June 2019 to include the extendedKeyUsage field in order to connect to the RS admin console. - If you use a self-signed certificate that does not include this field, [update the self-signed certificate]({{< relref "operate/rs/security/certificates/updating-certificates" >}}). + If you use a self-signed certificate that does not include this field, [update the self-signed certificate](/content/operate/rs/security/certificates/updating-certificates.md). - When you upgrade an Active-Active Redis with active AOF from version RS 5.4.2 or lower to version RS 5.4.4 or higher: - If replication is enabled, you must run the BGREWRITEAOF command on all replica shards after the upgrade. - If replication is not enabled, you must run the BGREWRITEAOF command on all shards after the upgrade. @@ -84,15 +84,15 @@ Follow these [instructions]({{< relref "/operate/rs/installing-upgrading/upgradi ### Upgrade - When you upgrade a cluster from version 5.0.2-20 to version 5.4.14, you must first upgrade to version 5.2.2 and then to version 5.4.14. -- [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) introduced new Active-Active Redis (CRDB) capabilities +- [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis (CRDB) capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis (CRDB) is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, - you must [upgrade the CRDB protocol]({{< relref "/operate/rs/installing-upgrading/upgrading#upgrading-crdbs" >}}). + you must [upgrade the CRDB protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs). - Before you upgrade a database with RediSearch Module to Redis 5.0, - you must [upgrade the RediSearch Module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to version 1.4.2 or above. + you must [upgrade the RediSearch Module](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to version 1.4.2 or above. - Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above - by manually updating the certificates on the disk instead of [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). + by manually updating the certificates on the disk instead of [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For assistance with this issue, [contact Redis support](https://redislabs.com/company/support/). - We recommend that you test module upgrade commands in a test environment before you upgrade modules in a production environment. The module upgrade arguments are not validated during the upgrade process and incorrect arguments can cause unexpected downtime. @@ -106,7 +106,7 @@ Follow these [instructions]({{< relref "/operate/rs/installing-upgrading/upgradi ### Discovery service -- For [Redis Sentinel (Discovery Service)]({{< relref "/operate/rs/databases/durability-ha/discovery-service.md" >}}), every database name must be unique across the cluster. +- For [Redis Sentinel (Discovery Service)](/content/operate/rs/databases/durability-ha/discovery-service.md), every database name must be unique across the cluster. ### Redis commands diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md index 8195dad1b2..b7450c1462 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md @@ -14,7 +14,7 @@ This release improves the compatibility of Active-Active Redis (CRDB) with open ## Overview -Follow these [instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 5.4.2 from RS 5.0 and above. +Follow these [instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 5.4.2 from RS 5.0 and above. If you have a version older than 5.0, you must first upgrade to version 5.2 (or at least 5.0). ## New features @@ -28,11 +28,11 @@ This simplifies the progress of migration from open source Redis to Active-Activ 1. Geospatial data is now supported in CRDB. These changes required upgrading the internal structures of CRDB and the communication protocol between the CRDB replicas. -To take advantage of these updates with existing CRDBs you must [upgrade the CRDB protocol]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}#upgrading-crdbs/). +To take advantage of these updates with existing CRDBs you must [upgrade the CRDB protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs/). ### New backup destinations - SFTP and mount point -The storage options for [periodic database backup]({{< relref "/operate/rs/databases/import-export/schedule-backups" >}}), [data export](https://docs.redis.com/latest/rs/databases/import-export/export-data.md), and [data import](https://docs.redis.com/latest/rs/databases/import-export/import-data/) are extended to include: +The storage options for [periodic database backup](/content/operate/rs/databases/import-export/schedule-backups.md), [data export](https://docs.redis.com/latest/rs/databases/import-export/export-data.md), and [data import](https://docs.redis.com/latest/rs/databases/import-export/import-data/) are extended to include: - SFTP - a secured and well accepted protocol - A local mount path that can point to network storage @@ -41,36 +41,35 @@ These new options are in addition to the existing backup locations of FTP, AWS S ### Email alerts per database (per team member) -Improved distribution of [email alerts]({{< relref "/operate/rs/security/access-control/create-users" >}}) for cluster or database alerts. +Improved distribution of [email alerts](/content/operate/rs/security/access-control/create-users.md) for cluster or database alerts. The cluster administrator can define, for each team member, the specific databases to receive alerts for, and whether to get the cluster alerts. ### Optional client authentication (TLS) -You can now fine tune the [TLS configuration]({{< relref "/operate/rs/security/encryption/tls" >}}), and ease certificates management by excluding client authentication enforcement, +You can now fine tune the [TLS configuration](/content/operate/rs/security/encryption/tls/_index.md), and ease certificates management by excluding client authentication enforcement, so that the database clients, such as applications or other clusters, can connect to your database without authentication. ### Node maintenance mode When you do hardware or operating system maintenance on a server that hosts an Redis Enterprise node, it is important that you move all of the shards on that node to another node to protect the data. -Starting with RS 5.4.2 you can use [maintenance mode]({{< relref "/operate/rs/clusters/maintenance-mode" >}}) to handle this process simply and efficiently. +Starting with RS 5.4.2 you can use [maintenance mode](/content/operate/rs/clusters/maintenance-mode.md) to handle this process simply and efficiently. ## Additional capabilities - Support for open source Redis version 5.0.4 - Viewer roles were further limited to improve security compliance. The DB Viewer and Cluster Viewer roles cannot view the Redis password of a database. The DB Viewer role also cannot view the ‘log’ screen. - {{< note >}} -These improvements are also included in the REST API and are breaking-changes. -If you use the relevant API requests with a DB Viewer or Cluster Viewer role, make sure that you update it accordingly. - {{< /note >}} + > [!NOTE] + > These improvements are also included in the REST API and are breaking-changes. + > If you use the relevant API requests with a DB Viewer or Cluster Viewer role, make sure that you update it accordingly. - External user credentials for periodic backup destinations are now hidden. In REST API responses the password is hashed and in the admin console the password is displayed as asterisks. ## Information -- For Redis Enterprise Software 5.4 End of Life (EOL), as well as for previous Redis Enterprise Software versions, see [product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle" >}}). +- For Redis Enterprise Software 5.4 End of Life (EOL), as well as for previous Redis Enterprise Software versions, see [product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). ## Important fixes @@ -89,9 +88,9 @@ If you use the relevant API requests with a DB Viewer or Cluster Viewer role, ma ### Upgrade - Before you upgrade a database with RediSearch Module to Redis 5.0, - the RediSearch [Module must be upgraded]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to version 1.4.2 or above. + the RediSearch [Module must be upgraded](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to version 1.4.2 or above. - Node upgrade fails if the SSL certificates were configured in version 5.0.2 and above by updating the certificates on the disk instead of using the new API. - For assistance with this issue, see [SSL/TLS certificate updates]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}) in our documentation or [contact Redis support](https://redislabs.com/company/support/). + For assistance with this issue, see [SSL/TLS certificate updates](/content/operate/rs/security/certificates/updating-certificates.md) in our documentation or [contact Redis support](https://redislabs.com/company/support/). - We recommend that you test module upgrade commands in a test environment before you upgrade modules in a production environment. The module upgrade arguments are not validated during the upgrade process and incorrect arguments can cause unexpected downtime. - The rladmin option to use to preserve the current Redis major.minor version during database upgrade is now `keep_redis_version`, instead of `keep_current_version`. diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md index aad93e11ac..42447c07f9 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md @@ -16,7 +16,7 @@ and adds other enhancements and bug fixes. ## Overview -Follow these [instructions for upgrading]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) to RS 5.4.4 from RS 5.0 and above. +Follow these [instructions for upgrading](/content/operate/rs/installing-upgrading/upgrading/_index.md) to RS 5.4.4 from RS 5.0 and above. If you have a version older than 5.0, you must first upgrade to version 5.2 (or at least 5.0). ## New features @@ -25,9 +25,8 @@ If you have a version older than 5.0, you must first upgrade to version 5.2 (or RS 5.4.4 lets you create Active-Active Redis databases (CRDBs) with Auto Tiering and get the benefits of geo-distributed Redis databases along with the significant cost savings of using Auto Tiering. -{{< note >}} -You must select **Redis 5** as the Redis version to use CRDB and RoF. -{{< /note >}} +> [!NOTE] +> You must select **Redis 5** as the Redis version to use CRDB and RoF. ### Support for multiple modules @@ -42,9 +41,8 @@ RS 5.4.4 supports the creation and management of Redis databases with a combinat To upgrade databases with multiple modules, you can use the `rladmin upgrade` command. -{{< note >}} -The syntax for the `rladmin upgrade` command now requires that the module_args parameter be written inside quotation marks. -{{< /note >}} +> [!NOTE] +> The syntax for the `rladmin upgrade` command now requires that the module_args parameter be written inside quotation marks. - To upgrade only the modules within an existing database, for example with RedisBloom (bf) and RedisJSON: @@ -78,7 +76,7 @@ You can also upgrade the modules with the REST API. ## Information -- Stay up to date with the [End of Life (EOL) Policy]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}) for RS 5.4 and all previous RS versions. +- Stay up to date with the [End of Life (EOL) Policy](/content/operate/rs/installing-upgrading/product-lifecycle.md) for RS 5.4 and all previous RS versions. ## Important fixes @@ -94,9 +92,9 @@ You can also upgrade the modules with the REST API. ### Upgrade -- [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) introduced new Active-Active Redis (CRDB) capabilities that improve its compatibility with open source Redis. Now the string data-type in CRDB is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, you must [upgrade the CRDB protocol]({{< relref "/operate/rs/installing-upgrading/upgrading#upgrading-crdbs" >}}). -- Before you upgrade a database with RediSearch Module to Redis 5.0, you must [upgrade the RediSearch Module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to version 1.4.2 or above. -- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). For assistance with this issue, [contact Redis support](https://redislabs.com/company/support/). +- [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis (CRDB) capabilities that improve its compatibility with open source Redis. Now the string data-type in CRDB is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, you must [upgrade the CRDB protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs). +- Before you upgrade a database with RediSearch Module to Redis 5.0, you must [upgrade the RediSearch Module](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to version 1.4.2 or above. +- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For assistance with this issue, [contact Redis support](https://redislabs.com/company/support/). - We recommend that you test module upgrade commands in a test environment before you upgrade modules in a production environment. The module upgrade arguments are not validated during the upgrade process and incorrect arguments can cause unexpected downtime. - Starting from RS 5.4.2, to preserve the current Redis major.minor version during database upgrade you must use the `keep_redis_version` option instead of `keep_current_version`. diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-6-july-2019.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-6-july-2019.md index c7b17ce21b..3ec62d0f01 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-6-july-2019.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-6-july-2019.md @@ -16,7 +16,7 @@ and adds other enhancements and bug fixes. ## Overview -Follow these [instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 5.4.6 from RS 5.0 and above. +Follow these [instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 5.4.6 from RS 5.0 and above. If you have a version older than 5.0, you must first upgrade to version 5.2 (or at least 5.0). ## New features @@ -47,7 +47,7 @@ Updated versions of GA modules: ## Information - End of Life (EOL) for Redis Enterprise Software 5.4, as well as for Redis Modules and previous RS versions, - can be found [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). + can be found [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). ## Important fixes @@ -61,15 +61,15 @@ Updated versions of GA modules: ### Upgrade -- [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) introduced new Active-Active Redis (CRDB) capabilities +- [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis (CRDB) capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis (CRDB) is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, - you must [upgrade the CRDB protocol]({{< relref "/operate/rs/installing-upgrading/upgrading#upgrading-crdbs" >}}). + you must [upgrade the CRDB protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs). - Before you upgrade a database with RediSearch Module to Redis 5.0, - you must [upgrade the RediSearch Module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to version 1.4.2 or above. + you must [upgrade the RediSearch Module](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to version 1.4.2 or above. - Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above - by manually updating the certificates on the disk instead of [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). + by manually updating the certificates on the disk instead of [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For assistance with this issue, [contact Redis support](https://redislabs.com/company/support/). - We recommend that you test module upgrade commands in a test environment before you upgrade modules in a production environment. The module upgrade arguments are not validated during the upgrade process and incorrect arguments can cause unexpected downtime. diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-december-2018.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-december-2018.md index a077e4d8d7..efa54bbb73 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-december-2018.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-december-2018.md @@ -13,13 +13,13 @@ Redis Enterprise Software (RS) 5.4 is now available. RS 5.4 adds support for Red ## Overview -You can upgrade to RS 5.4 from RS 5.0 and above according to the [upgrade instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}). If you have a version older than 5.0, you should first upgrade to version 5.2 (or at least 5.0). +You can upgrade to RS 5.4 from RS 5.0 and above according to the [upgrade instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md). If you have a version older than 5.0, you should first upgrade to version 5.2 (or at least 5.0). ## New features ### Redis 5.0 GA - Redis Streams -RS 5.4 adds support for Redis 5.0 (GA version- 5.0.2), which introduces the new [Redis Streams]({{< relref "/develop/data-types/streams" >}}) data type. Redis Streams models a log data structure in-memory and implements additional powerful operations, such as Consumer Groups. +RS 5.4 adds support for Redis 5.0 (GA version- 5.0.2), which introduces the new [Redis Streams](/content/develop/data-types/streams/_index.md) data type. Redis Streams models a log data structure in-memory and implements additional powerful operations, such as Consumer Groups. ### Redis graph module @@ -29,14 +29,14 @@ RedisGraph is the first queryable [Property Graph](https://github.com/opencypher ### Active-Active Redis (CRDB) - Creation in non-clustering mode {#activeactive-redis-crdb-creation-in-nonclustering-mode} -In RS 5.4 you can [create Active-Active databases (CRDBs)]({{< relref "/operate/rs/databases/active-active/create.md" >}}) in a non-clustering mode. As a result, the following creation options are allowed: +In RS 5.4 you can [create Active-Active databases (CRDBs)](/content/operate/rs/databases/active-active/create.md) in a non-clustering mode. As a result, the following creation options are allowed: -1. Clustering mode - Creates a CRDB that consists of any number of shards in a clustering mode and is subject to [multi-key commands limitations]({{< relref "/operate/rs/databases/durability-ha/clustering.md" >}}). -1. Non-clustering mode - Creates a CRDB that consists of one shard only in a non-clustering mode so that [multi-key command limitations]({{< relref "/operate/rs/databases/durability-ha/clustering.md" >}}) do not apply. +1. Clustering mode - Creates a CRDB that consists of any number of shards in a clustering mode and is subject to [multi-key commands limitations](/content/operate/rs/databases/durability-ha/clustering.md). +1. Non-clustering mode - Creates a CRDB that consists of one shard only in a non-clustering mode so that [multi-key command limitations](/content/operate/rs/databases/durability-ha/clustering.md) do not apply. ### High availability for replica shards -When [replica high availability]({{< relref "/operate/rs/databases/configure/replica-ha.md" >}}) is enabled and a master shard fails, a replica (formerly _slave_) shard is automatically promoted to a master shard to maintain data availability. This creates a single point of failure until a new replica shard is manually created. +When [replica high availability](/content/operate/rs/databases/configure/replica-ha.md) is enabled and a master shard fails, a replica (formerly _slave_) shard is automatically promoted to a master shard to maintain data availability. This creates a single point of failure until a new replica shard is manually created. RS 5.4 expands the high availability capabilities by adding the ability to automatically avoid this single point of failure by configuring the cluster to automatically migrate the replica shard to another available node. In practice, replica migration creates a new replica shard and replicates the data from the master shard to the new replica shard. @@ -48,7 +48,7 @@ RS 5.4 expands the high availability capabilities by adding the ability to autom ## Product version lifecycle -- The End of Life (EOL) for Redis Enterprise Software 4.5.X was November 30th, 2018, in accordance with our [published policy]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). We recommend that customers with version 4.5 or below upgrade to the latest version. +- The End of Life (EOL) for Redis Enterprise Software 4.5.X was November 30th, 2018, in accordance with our [published policy](/content/operate/rs/installing-upgrading/product-lifecycle.md). We recommend that customers with version 4.5 or below upgrade to the latest version. ## Important fixes @@ -75,7 +75,7 @@ RS 5.4 expands the high availability capabilities by adding the ability to autom ### Upgrade -- Before you upgrade a database with the RediSearch module to Redis 5.0, you must [upgrade the RediSearch module on that DB]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to 1.4.2 or higher. We recommend that you upgrade the RediSearch module before you upgrade the cluster to RS 5.4. +- Before you upgrade a database with the RediSearch module to Redis 5.0, you must [upgrade the RediSearch module on that DB](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to 1.4.2 or higher. We recommend that you upgrade the RediSearch module before you upgrade the cluster to RS 5.4. - Node upgrade fails if SSL certificates were configured in version 5.0.2 and above by updating the certificates on the disk instead of using the new API. For assistance with this issue, please [contact Redis support](https://redislabs.com/company/support/). ### Cluster API diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-5-preview-april-2019.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-5-preview-april-2019.md index 24e5acebf2..eae768c56d 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-5-preview-april-2019.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-5-preview-april-2019.md @@ -40,8 +40,8 @@ This preview version is not supported for networks that are isolated from the in To set up a cluster with nodes that can host databases with multiple modules, you must follow this procedure on each node in the cluster: -1. [Install RS 5.5]({{< relref "/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart" >}}). +1. [Install RS 5.5](/content/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md). 1. To install the modules, run: `sudo ./install-modules.sh` 1. Either: - - Set up the node as the [first node in the cluster]({{< relref "/operate/rs/clusters/new-cluster-setup" >}}). - - [Join the node to an existing cluster]({{< relref "/operate/rs/clusters/add-node" >}}). + - Set up the node as the [first node in the cluster](/content/operate/rs/clusters/new-cluster-setup.md). + - [Join the node to an existing cluster](/content/operate/rs/clusters/add-node.md). diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md index 131afaa50b..3815a6aab3 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md @@ -28,14 +28,14 @@ weight: 80 ### Upgrade -- Follow [these instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 5.6.0 from RS 5.0.2 and above. -- For Active-Active databases, you must upgrade the [feature set version]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}#upgrade-activeactive-databases). +- Follow [these instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 5.6.0 from RS 5.0.2 and above. +- For Active-Active databases, you must upgrade the [feature set version](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrade-activeactive-databases). ### End of life -- End of Life (EOL) for Redis Enterprise Software 5.6 and previous RS versions can be found [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle" >}}). - EOL for Redis Modules can be found [here]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle" >}}#modules-endoflife-schedule). -- Support of Red Hat Enterprise Linux 6 and Oracle Linux 6 [operating systems platforms]({{< relref "/operate/rs/references/supported-platforms" >}}) will end on November 30, 2020. +- End of Life (EOL) for Redis Enterprise Software 5.6 and previous RS versions can be found [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). + EOL for Redis Modules can be found [here](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md#modules-endoflife-schedule). +- Support of Red Hat Enterprise Linux 6 and Oracle Linux 6 [operating systems platforms](/content/operate/rs/references/supported-platforms.md) will end on November 30, 2020. - Support of OpenStack Object Storage ("Swift") for [backup, import and export location](https://docs.redis.com/latest/rs/databases/import-export/import-data/) will end on November 30, 2020. ## New features @@ -54,25 +54,25 @@ For more information, check out the [Redis Enterprise Software installer documen ### Hyperloglog on Active-Active -RS 5.6.0 adds the support of [HyperLogLog](http://www.antirez.com/news/75) data structure for [Active-Active Redis]({{< relref "/operate/rs/databases/import-export/replica-of" >}}) databases. +RS 5.6.0 adds the support of [HyperLogLog](http://www.antirez.com/news/75) data structure for [Active-Active Redis](/content/operate/rs/databases/import-export/replica-of/_index.md) databases. Because HyperLogLog is a counting data structure by nature, conflicts can occur when deleting entries. For efficiency, performance and memory considerations, conflicts between instances are resolved with DEL (delete) operations winning over ADD operations that took place in concurrent or before the DEL operation. -For more information, check out the [HyperLogLog on Active-Active documentation]({{< relref "/operate/rs/databases/active-active" >}}develop/hyperloglog-active-active.md). +For more information, check out the [HyperLogLog on Active-Active documentation](/operate/rs/databases/active-active/develop/hyperloglog-active-active.md). ### RedisJSON on Auto Tiering -RS 5.6.0 adds support for [Auto Tiering]({{< relref "/operate/rs/databases/flash/" >}}) databases with [Redis Modules](https://docs.redis.com/latest/modules). [RedisJSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) is the first module to be available to run on a database with Auto Tiering enabled. +RS 5.6.0 adds support for [Auto Tiering](/content/operate/rs/databases/flash/_index.md) databases with [Redis Modules](https://docs.redis.com/latest/modules). [RedisJSON](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md) is the first module to be available to run on a database with Auto Tiering enabled. Using RedisJSON on Auto Tiering allows you to benefit from high performance redis with high data volume at lower costs. ### OSS Cluster API support -For more information, check out the [OSS Cluster API documentation]({{< relref "/operate/rs/databases/configure/oss-cluster-api.md" >}}). +For more information, check out the [OSS Cluster API documentation](/content/operate/rs/databases/configure/oss-cluster-api.md). **Support for Active-Active and Replica Of databases** -You can configure [Active-Active]({{< relref "/operate/rs/databases/import-export/replica-of" >}}) databases to use the [OSS Cluster API](https://docs.redis.com/latest/rs/clusters/optimize/oss-cluster-api/) using the admin console. +You can configure [Active-Active](/content/operate/rs/databases/import-export/replica-of/_index.md) databases to use the [OSS Cluster API](https://docs.redis.com/latest/rs/clusters/optimize/oss-cluster-api/) using the admin console. The OSS Cluster API improves the performance of user operations against your database. You can also create or modify an Active-Active Redis database in OSS Cluster mode using the `crdb-cli` tool with the `--oss-cluster` option to apply the changes to all of the instances. @@ -86,8 +86,8 @@ When you enable OSS Cluster after the Active-Active database is created, the cha ### Replica HA defaults for Active-Active -To enhance the availability and the consistency of [Active-Active geo-distributed Redis]({{< relref "/operate/rs/databases/active-active" >}}), -[Replica HA]({{< relref "/operate/rs/databases/configure/replica-ha" >}}) is enabled by default for all existing and new Active-Active Redis Databases. +To enhance the availability and the consistency of [Active-Active geo-distributed Redis](/content/operate/rs/databases/active-active/_index.md), +[Replica HA](/content/operate/rs/databases/configure/replica-ha.md) is enabled by default for all existing and new Active-Active Redis Databases. To disable Replica HA for for a local instance of an Active-Active database, run this command on the instance: `rladmin tune db slave_ha disabled` @@ -97,24 +97,24 @@ Redis Enterprise 5.6.0 adds the ability to configure Azure Blob Storage and Goog ### Red Hat Enterprise Linux 7.7, 7.8 -Redis Enterprise 5.6.0 adds RHEL 7.7, 7.8 to its [supported platforms]({{< relref "/operate/rs/references/supported-platforms" >}}). +Redis Enterprise 5.6.0 adds RHEL 7.7, 7.8 to its [supported platforms](/content/operate/rs/references/supported-platforms.md). ## Redis modules The following GA releases of Redis Modules are bundled in RS 5.6.0: -- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.1]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisbloom/redisbloom-2.2-release-notes) -- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisgraph/redisgraph-2.0-release-notes) -- [RedisJson](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisjson/redisjson-1.0-release-notes) -- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [1.6.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redisearch/redisearch-1.6-release-notes) (updated) -- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.3]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}release-notes/redistimeseries/redistimeseries-1.2-release-notes) +- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.1](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes) +- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.10](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes) +- [RedisJson](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes) +- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [1.6.11](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.6-release-notes) (updated) +- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.3](/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes) ## Additional capabilities - OSS Redis version [5.0.8](https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES) is merged into RS 5.6.0. - Starting RS 5.6.0, to upgrade modules during database upgrade you must use the module_args option instead of keep_module_args or or " " (for no arguments). The module_args option must follow with one of the following (Always in quotation marks): "keep_args" or " " or "". -For more info and examples, check out [upgrading Redis Modules documentation]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) . -- rladmin adds the ability to demote the cluster master node when setting it to [maintenance mode]({{< relref "/operate/rs/clusters/maintenance-mode.md" >}}) by using the `demote_node` option: +For more info and examples, check out [upgrading Redis Modules documentation](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) . +- rladmin adds the ability to demote the cluster master node when setting it to [maintenance mode](/content/operate/rs/clusters/maintenance-mode.md) by using the `demote_node` option: ```sh rladmin node maintenance_mode on demote_node @@ -139,30 +139,30 @@ With build 5.6.0-39: ### Active-Active databases -- RS51359 - Active-Active databases, using replication and Append Only File (AOF) for [database persistence]({{}}), are suffering from memory leaks on replica shards, causing them to grow bigger than the master shards. Customers are advised to upgrade to RS 6.0.12. Meanwhile, you can use a snapshot for database persistence or restart the replica shards. +- RS51359 - Active-Active databases, using replication and Append Only File (AOF) for [database persistence](/content/operate/rs/databases/configure/database-persistence.md), are suffering from memory leaks on replica shards, causing them to grow bigger than the master shards. Customers are advised to upgrade to RS 6.0.12. Meanwhile, you can use a snapshot for database persistence or restart the replica shards. ### Upgrade notes -- [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) introduced new Active-Active Redis Database capabilities that improve its compatibility with open source Redis. +- [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis Database capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis Database is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, - you must [upgrade the Active-Active Redis Database protocol]({{< relref "/operate/rs/installing-upgrading/upgrading#upgrading-crdbs" >}}). -- When you upgrade an Active-Active Redis with active AOF from version [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) or lower to version [RS 5.4.4]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md" >}}) or higher: + you must [upgrade the Active-Active Redis Database protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs). +- When you upgrade an Active-Active Redis with active AOF from version [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) or lower to version [RS 5.4.4](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md) or higher: - If replication is enabled, you must run the BGREWRITEAOF command on all replica shards after the upgrade. - If replication is not enabled, you must run the BGREWRITEAOF command on all shards after the upgrade. -- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). +- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For assistance with this issue, contact Support. -- Starting from [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}), to preserve the current Redis major.minor version during database upgrade you must use the keep_redis_version option instead of keep_current_version. -- Google Chrome browser on macOS Catalina requires a self-signed certificate generated after June 2019 to include the extendedKeyUsage field in order to connect to the RS admin console. If you use a self-signed certificate that does not include this field, [update the self-signed certificate]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). +- Starting from [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md), to preserve the current Redis major.minor version during database upgrade you must use the keep_redis_version option instead of keep_current_version. +- Google Chrome browser on macOS Catalina requires a self-signed certificate generated after June 2019 to include the extendedKeyUsage field in order to connect to the RS admin console. If you use a self-signed certificate that does not include this field, [update the self-signed certificate](/content/operate/rs/security/certificates/updating-certificates.md). ### Modules upgrade - We recommend that you test module upgrade commands in a test environment before you upgrade modules in a production environment. The module upgrade arguments are not validated during the upgrade process and incorrect arguments can cause unexpected downtime. -- Before you upgrade a database with RediSearch Module to Redis 5.0, you must [upgrade the RediSearch Module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to version 1.4.2 or above. +- Before you upgrade a database with RediSearch Module to Redis 5.0, you must [upgrade the RediSearch Module](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to version 1.4.2 or above. ### Cluster API -- The API for removing a node is updated in [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) or higher. The API call must include json data and the "Content-Type: application/json" header. For example: +- The API for removing a node is updated in [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) or higher. The API call must include json data and the "Content-Type: application/json" header. For example: ```sh curl -X POST -H "Content-Type: application/json" -i -k -u user@redislabs.com:password https://localhost:9443/v1/nodes/3/actions/remove --data "{}" @@ -170,7 +170,7 @@ With build 5.6.0-39: ### Discover service -- For [Redis Sentinel (Discovery Service)]({{< relref "/operate/rs/databases/durability-ha/discovery-service.md" >}}), every database name must be unique across the cluster. +- For [Redis Sentinel (Discovery Service)](/content/operate/rs/databases/durability-ha/discovery-service.md), every database name must be unique across the cluster. ### Redis commands diff --git a/content/operate/rs/release-notes/rs-6-0-12-january-2021.md b/content/operate/rs/release-notes/rs-6-0-12-january-2021.md index 23bebe4443..976e9a96e5 100644 --- a/content/operate/rs/release-notes/rs-6-0-12-january-2021.md +++ b/content/operate/rs/release-notes/rs-6-0-12-january-2021.md @@ -15,12 +15,12 @@ weight: 78 [Redis Enterprise Software (RS) 6.0.12](https://redislabs.com/download-center/#downloads) is now available! This version includes the following new features and improvements: -- [Synchronization]({{< relref "/operate/rs/databases/active-active" >}}#syncer-process) can now be [distributed across the nodes]({{< relref "/operate/rs/databases/active-active/synchronization-mode.md" >}}) of Active-Active or Active-Passive databases -- You can [disable several internal RS services]({{< relref "/operate/rs/clusters/optimize/turn-off-services.md" >}}) to free up more memory -- User accounts can have multiple passwords to allow for [password rotation]({{< relref "/operate/rs/security/access-control/manage-passwords/rotate-passwords" >}}) -- [Dependencies are automatically installed]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster#rest-api-method" >}}) when you add modules to a cluster -- [Envoy replaces NGINX]({{< relref "/operate/rs/networking/port-configurations.md" >}}) for internal cluster administration -- Automatic recovery of the [syncer process]({{< relref "/operate/rs/databases/active-active" >}}#syncer-process)s from out-of-memory (preview mode) +- [Synchronization](/content/operate/rs/databases/active-active/_index.md#syncer-process) can now be [distributed across the nodes](/content/operate/rs/databases/active-active/synchronization-mode.md) of Active-Active or Active-Passive databases +- You can [disable several internal RS services](/content/operate/rs/clusters/optimize/turn-off-services.md) to free up more memory +- User accounts can have multiple passwords to allow for [password rotation](/content/operate/rs/security/access-control/manage-passwords/rotate-passwords.md) +- [Dependencies are automatically installed](/content/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster.md#rest-api-method) when you add modules to a cluster +- [Envoy replaces NGINX](/content/operate/rs/networking/port-configurations.md) for internal cluster administration +- Automatic recovery of the [syncer process](/content/operate/rs/databases/active-active/_index.md#syncer-process)s from out-of-memory (preview mode) And other functional and stability improvements. @@ -28,13 +28,13 @@ And other functional and stability improvements. ### Upgrade instructions -- Follow [these instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 6.0.12 from RS 5.4.0 and above. -- For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}). +- Follow [these instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 6.0.12 from RS 5.4.0 and above. +- For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md). ### Product lifecycle information -- End of Life (EOL) for Redis Enterprise Software 6.0 and previous RS versions, can be found [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). -- EOL for Redis modules can be found [here]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle#modules-endoflife-schedule" >}}). +- End of Life (EOL) for Redis Enterprise Software 6.0 and previous RS versions, can be found [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). +- EOL for Redis modules can be found [here](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md#modules-endoflife-schedule). ### Deprecation Notice @@ -47,11 +47,11 @@ And other functional and stability improvements. #### Distributed Syncer -The syncer process now supports running in a [distributed mode]({{< relref "/operate/rs/databases/active-active/synchronization-mode.md" >}}). This option can improve the latency for Active-Active databases with a very high throughput profile. You can configure a replicated database to use distributed synchronization so that any available proxy endpoint can manage synchronization traffic. +The syncer process now supports running in a [distributed mode](/content/operate/rs/databases/active-active/synchronization-mode.md). This option can improve the latency for Active-Active databases with a very high throughput profile. You can configure a replicated database to use distributed synchronization so that any available proxy endpoint can manage synchronization traffic. #### Disabling RS services to free memory -Redis Software users can now use the REST API to [disable the following services]({{< relref "/operate/rs/clusters/optimize/turn-off-services.md" >}}): +Redis Software users can now use the REST API to [disable the following services](/content/operate/rs/clusters/optimize/turn-off-services.md): - cm_server - mdns_server @@ -63,10 +63,9 @@ Redis Software users can now use the REST API to [disable the following services Once disabled, services are not monitored and controlled by the supervisord. -{{< warning >}} -This feature can cause unintended results if the cluster relies on the disabled services. -To make sure you understand the impact of disabled services, test the system in a lab environment before you deploy in production. -{{< /warning >}} +> [!WARNING] +> This feature can cause unintended results if the cluster relies on the disabled services. +> To make sure you understand the impact of disabled services, test the system in a lab environment before you deploy in production. #### Support for multiple passwords @@ -75,7 +74,7 @@ For users of Redis 6 and RS 6.0 and above, you can now add more security to your As of RS 6.0, you can assign specific data access permissions (Redis ACLs) and cluster administration permissions to users. Password rotation is especially helpful so that you can do a rolling update of the passwords in the application clients that connect to the Redis databases. -In this version, you can only configure multiple passwords [using the REST API]({{< relref "/operate/rs/security/access-control/manage-passwords/rotate-passwords" >}}). +In this version, you can only configure multiple passwords [using the REST API](/content/operate/rs/security/access-control/manage-passwords/rotate-passwords.md). #### Redis Modules dependencies management @@ -98,7 +97,7 @@ This is a configurable option and currently under preview mode. This behavior wi To enable the syncer automatic recovery, do these steps on each participating cluster: -1. [Upgrade the featureset version]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}) to `3`. +1. [Upgrade the featureset version](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md) to `3`. 1. Enable the syncer automatic recovery using the REST API: ```sh @@ -111,13 +110,13 @@ The syncer process restarts to with automatic recovery on. The following GA releases of Redis modules are bundled with RS 6.0.12: -- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [2.0.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md" >}}) -- [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md" >}}) -- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.2.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph" >}}) -- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.4.7]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries" >}}) -- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md" >}}) +- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [2.0.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md) +- [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md) +- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.2.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/_index.md) +- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.4.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/_index.md) +- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md) -To use the updated modules with a database, you must [upgrade the module on the database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}). +To use the updated modules with a database, you must [upgrade the module on the database](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md). ## Additional capabilities @@ -147,7 +146,7 @@ with 6.0.12-58: ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: @@ -157,12 +156,12 @@ As a workaround to install Redis Enterprise Software without using any root dire #### Upgrade -- [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) introduced new Active-Active Redis Database capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis Database is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, you must [upgrade the Active-Active Redis Database protocol]({{< relref "/operate/rs/installing-upgrading/upgrading#upgrading-crdbs" >}}). -- When you upgrade an Active-Active Redis with active AOF from version [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) or earlier to version [RS 5.4.4]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md" >}}) or later: +- [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis Database capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis Database is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, you must [upgrade the Active-Active Redis Database protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs). +- When you upgrade an Active-Active Redis with active AOF from version [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) or earlier to version [RS 5.4.4](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md) or later: - If replication is enabled, you must run the BGREWRITEAOF command on all replica shards after the upgrade. - If replication is not enabled, you must run the BGREWRITEAOF command on all shards after the upgrade. -- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). For assistance with this issue, contact Support. -- Starting from [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}), to preserve the current Redis major.minor version during database upgrade you must use the keep_redis_version option instead of keep_current_version. +- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For assistance with this issue, contact Support. +- Starting from [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md), to preserve the current Redis major.minor version during database upgrade you must use the keep_redis_version option instead of keep_current_version. #### Redis commands diff --git a/content/operate/rs/release-notes/rs-6-0-20-april-2021.md b/content/operate/rs/release-notes/rs-6-0-20-april-2021.md index 0e1b6bf030..98e4ca9bcb 100644 --- a/content/operate/rs/release-notes/rs-6-0-20-april-2021.md +++ b/content/operate/rs/release-notes/rs-6-0-20-april-2021.md @@ -15,25 +15,25 @@ weight: 77 is now available! This version includes the following new features and improvements: -- A [new integration for LDAP]({{< relref "/operate/rs/security/access-control/ldap" >}}) authentication and +- A [new integration for LDAP](/content/operate/rs/security/access-control/ldap/_index.md) authentication and authorization into RS role-based access controls (RBAC). You can now use LDAP to authorize access to the admin console and to authorize database access. -- An enhanced [clients mutual authentication]({{< relref "/operate/rs/security/encryption/tls" >}}) +- An enhanced [clients mutual authentication](/content/operate/rs/security/encryption/tls/_index.md) mechanism, adding the ability to authenticate client connections using a Certificate Authority (CA). - Support of [Redis eviction - policies]({{< relref "/operate/rs/databases/memory-performance/eviction-policy.md" >}}) + policies](/content/operate/rs/databases/memory-performance/eviction-policy.md) on - [Active-Active]({{< relref "/operate/rs/databases/active-active/create.md" >}}) + [Active-Active](/content/operate/rs/databases/active-active/create.md) Redis databases. -- A new [migration process for Active-Active]({{< relref "/operate/rs/databases/import-export/migrate-to-active-active.md" >}}) +- A new [migration process for Active-Active](/content/operate/rs/databases/import-export/migrate-to-active-active.md) Redis database using the Active-Passive (Replica Of) mechanism. -- Support for the [BITFIELD data type on Active-Active]({{< relref "/operate/rs/databases/active-active/develop/data-types/strings.md" >}}) +- Support for the [BITFIELD data type on Active-Active](/content/operate/rs/databases/active-active/develop/data-types/strings.md) Redis databases. And other functional and stability improvements. @@ -42,12 +42,12 @@ And other functional and stability improvements. ### Upgrade instructions -- Follow [these instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) +- Follow [these instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to Redis Software 6.0.20 from Redis Software 5.6.0 and above. - Note that upgrades from earlier Redis Software versions are not supported. -- For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}). +- For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md). - Upgrades of Active-Active databases to Redis Software 6.0.20, will require all their instances to run with protocol version 1 and featureset version 1 or above. @@ -58,10 +58,10 @@ And other functional and stability improvements. - End of Life (EOL) for Redis Enterprise Software 6.0 and earlier versions, can be found - [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). + [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). - EOL for Redis modules can be found - [here]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle#modules-endoflife-schedule" >}}). + [here](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md#modules-endoflife-schedule). ### Deprecation Notice @@ -78,7 +78,7 @@ And other functional and stability improvements. #### New LDAP integration Redis Enterprise Software integrates Lightweight Directory Access Protocol -(LDAP) authentication and authorization into its [role-based access controls]({{< relref "/operate/rs/security/access-control" >}}) +(LDAP) authentication and authorization into its [role-based access controls](/content/operate/rs/security/access-control/_index.md) (RBAC). You can now use LDAP to authorize access to the admin console and to manage database access. @@ -90,7 +90,7 @@ without the need to load new certificates to your database. #### Redis eviction policies on Active-Active Redis databases -All Redis [eviction policies]({{< relref "/operate/rs/databases/memory-performance/eviction-policy.md" >}}) +All Redis [eviction policies](/content/operate/rs/databases/memory-performance/eviction-policy.md) are now supported on Active-Active Redis databases. You can create new Active-Active databases or edit existing ones using the UI console to enable it. @@ -100,13 +100,13 @@ Active-Active databases or edit existing ones using the UI console to enable it. #### Migration to an Active-Active Redis database Redis Enterprise Software adds the ability to easily [migrate your Redis -database to an Active-Active]({{< relref "/operate/rs/databases/import-export/migrate-to-active-active.md" >}}) +database to an Active-Active](/content/operate/rs/databases/import-export/migrate-to-active-active.md) Redis database using the Active-Passive (Replica Of) mechanism. #### BITFIELD on Active-Active Redis databases Redis Enterprise Software adds the ability to use the BITFIELD data type on -Active-Active Redis databases. Please read more about [developing for Active-Active with BITFIELD]({{< relref "/operate/rs/databases/active-active/develop/data-types/strings.md" >}}) +Active-Active Redis databases. Please read more about [developing for Active-Active with BITFIELD](/content/operate/rs/databases/active-active/develop/data-types/strings.md) to understand the conflict resolution and limitations. ## Redis modules @@ -115,23 +115,23 @@ The following GA releases of Redis modules are bundled with Redis Software 6.0.2 (Please read the below updates for 6.0.20-97) - [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version - [2.0.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md" >}}) + [2.0.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md) - [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version - [1.0.7]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md" >}}) + [1.0.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md) - [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version - [2.2.14]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.2-release-notes.md" >}}) + [2.2.14](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.2-release-notes.md) - [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version - [1.4.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.4-release-notes.md" >}}) + [1.4.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.4-release-notes.md) - [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version - [2.2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md" >}}) + [2.2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md) To use the updated modules with a database, you must [upgrade the module on the -database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}). +database](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md). ## Additional capabilities @@ -150,9 +150,9 @@ database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgra - Starting with Redis Software 6.0.20, new clusters will be set with minimal TLS version v1.2 -All known bugs around setting ciphers were fixed. To learn more, see [Configure cipher suites]({{< relref "/operate/rs/security/encryption/tls/ciphers" >}}). +All known bugs around setting ciphers were fixed. To learn more, see [Configure cipher suites](/content/operate/rs/security/encryption/tls/ciphers.md). -- Starting with Redis Software 6.0.20, the [syncer process]({{< relref "/operate/rs/databases/active-active" >}}#syncer-process) +- Starting with Redis Software 6.0.20, the [syncer process](/content/operate/rs/databases/active-active/_index.md#syncer-process) was improved to automatically recover and resume synchronisation after reaching out-of-memory. @@ -203,7 +203,7 @@ All known bugs around setting ciphers were fixed. To learn more, see [Configure ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: @@ -213,16 +213,16 @@ As a workaround to install Redis Enterprise Software without using any root dire #### Upgrade -- [Redis Software 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) +- [Redis Software 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis Database capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis Database is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, you must - [upgrade the Active-Active Redis Database protocol]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}). + [upgrade the Active-Active Redis Database protocol](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md). -- When you upgrade an Active-Active Redis with active AOF from [Redis Software 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) - or earlier to version [Redis Software 5.4.4]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md" >}}) +- When you upgrade an Active-Active Redis with active AOF from [Redis Software 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) + or earlier to version [Redis Software 5.4.4](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md) or later: - If replication is enabled, you must run the BGREWRITEAOF command on all @@ -233,10 +233,10 @@ As a workaround to install Redis Enterprise Software without using any root dire - Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of - [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). + [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For help with this issue, contact Support. -- Starting from [Redis Software 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}), +- Starting from [Redis Software 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md), to preserve the current Redis major.minor version during database upgrade you must use the keep_redis_version option instead of keep_current_version. diff --git a/content/operate/rs/release-notes/rs-6-0-8-september-2020.md b/content/operate/rs/release-notes/rs-6-0-8-september-2020.md index 877784122e..bd4c9446d2 100644 --- a/content/operate/rs/release-notes/rs-6-0-8-september-2020.md +++ b/content/operate/rs/release-notes/rs-6-0-8-september-2020.md @@ -17,16 +17,16 @@ This version includes the new RediSearch 2.0 module, open source Redis 6.0.5, ch ### Upgrade instructions -Follow [these instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 6.0.8 from RS 5.4.0 and above. -For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}). +Follow [these instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 6.0.8 from RS 5.4.0 and above. +For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md). ### End of life -End of Life (EOL) for Redis Enterprise Software 6.0 and previous RS versions, can be found [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). -EOL for Redis Modules can be found [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). +End of Life (EOL) for Redis Enterprise Software 6.0 and previous RS versions, can be found [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). +EOL for Redis Modules can be found [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). -- Support for Red Hat Enterprise Linux 6 and Oracle Linux 6 [operating systems platforms]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}) will end on November 30, 2020. -- Support for Ubuntu 14.04 (Trusty Tahr) [operating systems platforms]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}) will end on November 30, 2020. +- Support for Red Hat Enterprise Linux 6 and Oracle Linux 6 [operating systems platforms](/content/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md) will end on November 30, 2020. +- Support for Ubuntu 14.04 (Trusty Tahr) [operating systems platforms](/content/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md) will end on November 30, 2020. ## New features @@ -37,29 +37,29 @@ For more information about Redis 6.0.5, check out the [release notes](https://ra ### Upgrading Redis modules via rladmin -The [`rladmin` CLI]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}) introduces several updates to the commands for upgrading modules. +The [`rladmin` CLI](/content/operate/rs/references/cli-utilities/rladmin/_index.md) introduces several updates to the commands for upgrading modules. It is now easier to upgrade your modules to the latest module version. -Find out more [here]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}). +Find out more [here](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md). ## Redis modules The following GA releases of Redis Modules are bundled in RS 6.0: -- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [2.0]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch" >}}) (updated) -- [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md" >}}) -- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.19]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md" >}}) (updated) -- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.7]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes.md" >}}) (updated) -- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md" >}}) (updated) +- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [2.0](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/_index.md) (updated) +- [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md) +- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.19](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md) (updated) +- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes.md) (updated) +- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md) (updated) -To use the updated modules with a database, you must [upgrade the module on the database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}). +To use the updated modules with a database, you must [upgrade the module on the database](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md). ## Additional capabilities -- [Shard level metrics]({{< relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions#shard-metrics" >}}) have been added to the metrics_exporter and are now available from Prometheus. You can find all of the metrics [here]({{< relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions" >}}). +- [Shard level metrics](/content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md#shard-metrics) have been added to the metrics_exporter and are now available from Prometheus. You can find all of the metrics [here](/content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md). -- RS DEB packages (for Ubuntu) and RPM packages (for RHEL) are now signed with a GPG key so customers can verify that the package is authentic and has not been tampered with. You can access the GPG on the [installaion page]({{< relref "/operate/rs/installing-upgrading#installing-rs-on-linux" >}}). +- RS DEB packages (for Ubuntu) and RPM packages (for RHEL) are now signed with a GPG key so customers can verify that the package is authentic and has not been tampered with. You can access the GPG on the [installaion page](/content/operate/rs/installing-upgrading/_index.md#installing-rs-on-linux). -- The [`crdb-cli`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}) history log is now being added to support packages. +- The [`crdb-cli`](/content/operate/rs/references/cli-utilities/crdb-cli/_index.md) history log is now being added to support packages. ## Important fixes @@ -76,11 +76,11 @@ With build 6.0.8-32: ### Active-Active databases - RS44656 - A bug causing TLS mode for clients connections to toggle between ‘all communication’ to ‘for crdb communication only’ when performing a global configuration change. -- RS51359 - Active-Active databases, using replication and Append Only File (AOF) for [Database persistence]({{< relref "/operate/rs/databases/configure/database-persistence.md" >}}), are suffering from memory leaks on replica shards, causing them to grow bigger than the master shards. Customers are advised to upgrade to RS 6.0.12. Meanwhile you can use snapshots for database persistence or restart the replica shards. +- RS51359 - Active-Active databases, using replication and Append Only File (AOF) for [Database persistence](/content/operate/rs/databases/configure/database-persistence.md), are suffering from memory leaks on replica shards, causing them to grow bigger than the master shards. Customers are advised to upgrade to RS 6.0.12. Meanwhile you can use snapshots for database persistence or restart the replica shards. ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: @@ -90,13 +90,13 @@ As a workaround to install Redis Enterprise Software without using any root dire ### Upgrade -- [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) introduced new Active-Active Redis Database capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis Database is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, you must [upgrade the Active-Active Redis Database protocol]({{< relref "/operate/rs/installing-upgrading/upgrading#upgrading-crdbs" >}}). -- When you upgrade an Active-Active Redis with active AOF from version [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}) or lower to version [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md" >}}) or higher: +- [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) introduced new Active-Active Redis Database capabilities that improve its compatibility with open source Redis. Now the string data-type in Active-Active Redis Database is implicitly and dynamically typed, just like open source Redis. To use the new capabilities on nodes that are upgraded from version RS 5.4.2 or lower, you must [upgrade the Active-Active Redis Database protocol](/content/operate/rs/installing-upgrading/upgrading/_index.md#upgrading-crdbs). +- When you upgrade an Active-Active Redis with active AOF from version [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md) or lower to version [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-4-june-2019.md) or higher: - If replication is enabled, you must run the BGREWRITEAOF command on all replica shards after the upgrade. - If replication is not enabled, you must run the BGREWRITEAOF command on all shards after the upgrade. -- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}). +- Node upgrade fails if the SSL certificates were configured in version 5.0.2 or above by manually updating the certificates on the disk instead of [updating them through the API](/content/operate/rs/security/certificates/updating-certificates.md). For assistance with this issue, contact [Support](https://redislabs.com/support). -- Starting from [RS 5.4.2]({{< relref "/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md" >}}), to preserve the current Redis major.minor version during database upgrade you must use the keep_redis_version option instead of keep_current_version. +- Starting from [RS 5.4.2](/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-2-april-2019.md), to preserve the current Redis major.minor version during database upgrade you must use the keep_redis_version option instead of keep_current_version. ### Redis commands diff --git a/content/operate/rs/release-notes/rs-6-0-may-2020.md b/content/operate/rs/release-notes/rs-6-0-may-2020.md index 7b2ad05f80..e740a64376 100644 --- a/content/operate/rs/release-notes/rs-6-0-may-2020.md +++ b/content/operate/rs/release-notes/rs-6-0-may-2020.md @@ -18,16 +18,16 @@ This new version bundles open-source Redis 6, implements enhanced Access Control ### Upgrade instructions -Follow [these instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) for upgrading to RS 6.0 from RS 5.4.0 and above. -For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}). +Follow [these instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md) for upgrading to RS 6.0 from RS 5.4.0 and above. +For Active-Active deployments, this release requires that you [upgrade the CRDB featureset version](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md). ### End of life -End of Life (EOL) for Redis Enterprise Software 6.0 and previous RS versions, can be found [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). -EOL for Redis Modules can be found [here]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}). +End of Life (EOL) for Redis Enterprise Software 6.0 and previous RS versions, can be found [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). +EOL for Redis Modules can be found [here](/content/operate/rs/installing-upgrading/product-lifecycle.md). -- Support for Red Hat Enterprise Linux 6 and Oracle Linux 6 [operating systems platforms]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}) will end on November 30, 2020. -- Support for Ubuntu 14.04 (Trusty Tahr) [operating systems platforms]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}) will end on November 30, 2020. +- Support for Red Hat Enterprise Linux 6 and Oracle Linux 6 [operating systems platforms](/content/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md) will end on November 30, 2020. +- Support for Ubuntu 14.04 (Trusty Tahr) [operating systems platforms](/content/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md) will end on November 30, 2020. ## New features @@ -41,33 +41,33 @@ For more information, check out the [Diving into Redis 6](https://redislabs.com/ Based on OSS Redis 6, RS 6.0 offers the ability to manage and control connections to your databases using users and their data access permissions in terms of commands they can execute and keys they can access. In OSS Redis, the ACLs are managed separately per user for each database. In Redis Enterprise Software, Redis ACLs are managed for the databases at the cluster. -For more information, check out the [Redis Enterprise Software user management documentation]({{< relref "/operate/rs/security/access-control/create-db-roles" >}}). +For more information, check out the [Redis Enterprise Software user management documentation](/content/operate/rs/security/access-control/create-db-roles.md). ### Role-based access control (RBAC) RS 6.0 leverages Redis ACLs to implement role-based access control that easily scale and manage data access permissions. Using roles minimizes the overhead involved in managing a cluster with many databases, multiple users, and various access control lists. -For more information, check out the [Redis Enterprise Software user management documentation]({{< relref "/operate/rs/security/access-control" >}}). +For more information, check out the [Redis Enterprise Software user management documentation](/content/operate/rs/security/access-control/_index.md). ### Active-Active support for Redis Streams -RS 6.0 adds support for Redis streams on Active-Active geo-distributed databases using conflict-free replicated data type (CRDT). You can now use all Redis streams commands including consumer groups on Active-Active databases. To enable it, [upgrade your Active-Active database]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}) featureset version to the latest (featureset version = 2) as part of the upgrade process. -For more information, check out [Redis Streams on Active Active databases]({{< relref "/operate/rs/databases/active-active/develop/data-types/strings.md" >}}). +RS 6.0 adds support for Redis streams on Active-Active geo-distributed databases using conflict-free replicated data type (CRDT). You can now use all Redis streams commands including consumer groups on Active-Active databases. To enable it, [upgrade your Active-Active database](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md) featureset version to the latest (featureset version = 2) as part of the upgrade process. +For more information, check out [Redis Streams on Active Active databases](/content/operate/rs/databases/active-active/develop/data-types/strings.md). ## Redis modules The following GA releases of Redis Modules are bundled in RS 6.0: -- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.2]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md" >}}) (updated) -- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md" >}}) (updated) -- [RedisJson](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md" >}}) -- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [1.6.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.6-release-notes.md" >}}) (updated) -- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes.md" >}}) (updated) +- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.2](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md) (updated) +- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md) (updated) +- [RedisJson](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md) +- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [1.6.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.6-release-notes.md) (updated) +- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.5](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes.md) (updated) -To use the updated modules with a database, you must [upgrade the module on the database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}). +To use the updated modules with a database, you must [upgrade the module on the database](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md). ## Additional capabilities -- Added the ability to configure a storage service that uses the S3 protocol. Configuration for [backup location]({{< relref "/operate/rs/databases/import-export/schedule-backups.md" >}}) and for [import]({{< relref "/operate/rs/databases/import-export/import-data.md" >}}) and [export]({{< relref "/operate/rs/databases/import-export/export-data.md" >}}) locations of [RDB files]({{< relref "/operate/rs/databases/configure/database-persistence.md" >}}) is possible. The storage service must have a valid SSL certificate. To connect to an S3-compatible storage location, run: `rladmin cluster config s3_url ` +- Added the ability to configure a storage service that uses the S3 protocol. Configuration for [backup location](/content/operate/rs/databases/import-export/schedule-backups.md) and for [import](/content/operate/rs/databases/import-export/import-data.md) and [export](/content/operate/rs/databases/import-export/export-data.md) locations of [RDB files](/content/operate/rs/databases/configure/database-persistence.md) is possible. The storage service must have a valid SSL certificate. To connect to an S3-compatible storage location, run: `rladmin cluster config s3_url ` - The crdb-cli tool was updated so it is now displaying the Active-Active database’s featureset version and the protocol version per instance. For example: @@ -78,7 +78,7 @@ To use the updated modules with a database, you must [upgrade the module on the 969122be-... loremipsum1 2 0 0 bdb:1 cluster2.local ``` -- Added REST API and rladmin commands to modify the timeout for [automatically disconnecting an inactive admin console session]({{< relref "/operate/rs/security/access-control/manage-users/login-lockout#session-timeout" >}}). +- Added REST API and rladmin commands to modify the timeout for [automatically disconnecting an inactive admin console session](/content/operate/rs/security/access-control/manage-users/login-lockout.md#session-timeout). - Using the rladmin run: `rladmin cluster config cm_session_timeout_minutes ` - Using the REST API: @@ -113,11 +113,11 @@ To use the updated modules with a database, you must [upgrade the module on the -RS81463 - A shard may crash when resharding an Active-Active database with Auto Tiering . Specifically, the shard will crash when volatile keys or Active-Active tombstone keys reside in Flash memory. ### Active-Active databases -- RS51359 - Active-Active databases, using replication and Append Only File (AOF) for [database persistence]({{< relref "/operate/rs/databases/configure/database-persistence.md" >}}), are suffering from memory leaks on replica shards, causing them to grow bigger than the master shards. Customers are advised to upgrade to RS 6.0.12. Meanwhile you can use snapshots for database persistence or restart the replica shards. +- RS51359 - Active-Active databases, using replication and Append Only File (AOF) for [database persistence](/content/operate/rs/databases/configure/database-persistence.md), are suffering from memory leaks on replica shards, causing them to grow bigger than the master shards. Customers are advised to upgrade to RS 6.0.12. Meanwhile you can use snapshots for database persistence or restart the replica shards. ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: diff --git a/content/operate/rs/release-notes/rs-6-2-10-february-2022.md b/content/operate/rs/release-notes/rs-6-2-10-february-2022.md index ab53fe7830..7bafd71f3c 100644 --- a/content/operate/rs/release-notes/rs-6-2-10-february-2022.md +++ b/content/operate/rs/release-notes/rs-6-2-10-february-2022.md @@ -28,9 +28,9 @@ The following table shows the MD5 checksums for the available packages. - Upgrade the Redis Enterprise infrastructure to [Python v3.9](https://www.python.org/). -- [Red Hat Enterprise Linux (RHEL) v8.5](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/index) and [Red Hat Enterprise Linux (RHEL) v8.6](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/index) is now a [supported platform]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms" >}}). +- [Red Hat Enterprise Linux (RHEL) v8.5](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/index) and [Red Hat Enterprise Linux (RHEL) v8.6](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/index) is now a [supported platform](/content/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md). -- [Oracle Linux v8](https://docs.oracle.com/en/operating-systems/oracle-linux/8/) is now a [supported platform]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms" >}}). +- [Oracle Linux v8](https://docs.oracle.com/en/operating-systems/oracle-linux/8/) is now a [supported platform](/content/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md). - Compatibility with [open source Redis 6.2.5](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES). @@ -42,13 +42,13 @@ The following table shows the MD5 checksums for the available packages. ### Prerequisites and notes -- You can [upgrade to v6.2.10]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) from Redis Enterprise Software v6.0 and later. +- You can [upgrade to v6.2.10](/content/operate/rs/installing-upgrading/upgrading/_index.md) from Redis Enterprise Software v6.0 and later. -- Refer to [v6.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021" >}}) for important notes regarding changes made to the upgrade. +- Refer to [v6.2.4 release notes](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md) for important notes regarding changes made to the upgrade. - Upgrades from versions earlier than v6.0 are not supported. -- If you plan to upgrade your cluster to RHEL 8, refer to [v6.2.8 release notes]({{< relref "/operate/rs/release-notes/rs-6-2-8-october-2021" >}}) for known limitations. +- If you plan to upgrade your cluster to RHEL 8, refer to [v6.2.8 release notes](/content/operate/rs/release-notes/rs-6-2-8-october-2021.md) for known limitations. - If you are using Active-Active or Active-Passive (ReplicaOf) databases and experience synchronization issues as a result of the upgrade, see RS67434 details in [Resolved issues](#resolved-issues) for help resolving the problem. @@ -56,29 +56,29 @@ The following table shows the MD5 checksums for the available packages. Redis Enterprise Software v6.0.x will reach end of life (EOF) on May 31, 2022. -To learn more, see the Redis Enterprise Software [product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle" >}}), which details the release number and the end-of-life schedule for Redis Enterprise Software. +To learn more, see the Redis Enterprise Software [product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md), which details the release number and the end-of-life schedule for Redis Enterprise Software. -For Redis modules information and lifecycle, see [Module lifecycle]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle" >}}). +For Redis modules information and lifecycle, see [Module lifecycle](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md). ## Redis modules Redis Enterprise Software v6.2.10 includes the following Redis modules: -- [RediSearch v2.2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch" >}}) -- [RedisJSON v2.0.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson" >}}) -- [RedisBloom v2.2.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}release-notes/) -- [RedisGraph v2.4.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph" >}}) -- [RedisTimeSeries v1.4.13]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries" >}}) +- [RediSearch v2.2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/_index.md) +- [RedisJSON v2.0.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/_index.md) +- [RedisBloom v2.2.9](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/) +- [RedisGraph v2.4.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/_index.md) +- [RedisTimeSeries v1.4.13](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/_index.md) Starting with Redis Enterprise Software v6.2.10 build 121, the included modules versions are: -- [RediSearch v2.4.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch" >}}) -- [RedisJSON v2.0.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson" >}}) -- [RedisBloom v2.2.14]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}release-notes/) -- [RedisGraph v2.8.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph" >}}) -- [RedisTimeSeries v1.6.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries" >}}) +- [RediSearch v2.4.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/_index.md) +- [RedisJSON v2.0.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/_index.md) +- [RedisBloom v2.2.14](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/) +- [RedisGraph v2.8.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/_index.md) +- [RedisTimeSeries v1.6.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/_index.md) -For help upgrading a module, see [Add a module to a cluster]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}#upgrading-the-module-for-the-database). +For help upgrading a module, see [Add a module to a cluster](/content/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster.md#upgrading-the-module-for-the-database). ## Interface enhancements @@ -100,16 +100,16 @@ For help upgrading a module, see [Add a module to a cluster]({{< relref "/operat - RS58219 - Fixes a UI error message that showed a path instead of a relevant error message. - RS44958 - Fixes incorrect description for the graph "incoming traffic" in Active-Active (geo-distributed) database UI Metrics. -- RS66280 - Fixes the lexicographic [SORT]({{< relref "/commands/sort" >}}) command on Active-Active databases (e.g. `SORT mylist ALPHA`). The SORT command should only run on keys mapped to the same slot. +- RS66280 - Fixes the lexicographic [SORT](/content/commands/sort.md) command on Active-Active databases (e.g. `SORT mylist ALPHA`). The SORT command should only run on keys mapped to the same slot. - RS64575 - Fixes a bug in the replication between primary and replica shards of a destination Active-active database in the scenario of using Replica-Of from a single to an Active-Active database, where the syncer process went down during the full sync. - RS65370 - Adds logic to remove old syncer entries in the cluster configuration during upgrades. -- RS67434 - Version 6.2.10 fixes the mTLS handshake between the [syncer process]({{< relref "/operate/rs/databases/active-active" >}}#syncer-process) and the [proxy (DMC)](https://docs.redis.com/latest//rs/references/terminology/#proxy), where the proxy presented a leaf certificate without its full chain to the syncer. After upgrading to 6.2.10, syncer connections using invalid certificates will break the synchronization between Active-Active instances or deployments using Replica Of when TLS is enabled. To ensure certificates are valid before upgrading do the following: +- RS67434 - Version 6.2.10 fixes the mTLS handshake between the [syncer process](/content/operate/rs/databases/active-active/_index.md#syncer-process) and the [proxy (DMC)](https://docs.redis.com/latest//rs/references/terminology/#proxy), where the proxy presented a leaf certificate without its full chain to the syncer. After upgrading to 6.2.10, syncer connections using invalid certificates will break the synchronization between Active-Active instances or deployments using Replica Of when TLS is enabled. To ensure certificates are valid before upgrading do the following: - For Active-Active databases, run the following command from one of the clusters: `crdb-cli crdb update --crdb-guid --force` - - For Active-Passive (Replica Of) databases: use the admin console to verify that the destination syncer has the correct certificate for the source proxy (DMC). For details, see [Configure TLS for Replica Of]({{< relref "/operate/rs/databases/import-export/replica-of" >}}create/#configure-tls-on-replica-database). + - For Active-Passive (Replica Of) databases: use the admin console to verify that the destination syncer has the correct certificate for the source proxy (DMC). For details, see [Configure TLS for Replica Of](/operate/rs/databases/import-export/replica-of/create/#configure-tls-on-replica-database). ### Issues resolved in build 96 @@ -125,7 +125,7 @@ For help upgrading a module, see [Add a module to a cluster]({{< relref "/operat ### Issues resolved in build 100 -- RS74171 - A new command was added as part of Redis 6.2: [XAUTOCLAIM]({{< relref "/commands/xautoclaim" >}}). When used in an Active-Active configuration, this command may cause Redis shards to crash, potentially resulting in data loss. The issue is fixed in Redis Enterprise Software version 6.2.12. Additionally, we recommend enabling AOF persistence for all Active-Active configurations. +- RS74171 - A new command was added as part of Redis 6.2: [XAUTOCLAIM](/content/commands/xautoclaim.md). When used in an Active-Active configuration, this command may cause Redis shards to crash, potentially resulting in data loss. The issue is fixed in Redis Enterprise Software version 6.2.12. Additionally, we recommend enabling AOF persistence for all Active-Active configurations. ### Issues resolved in build 121 @@ -153,11 +153,11 @@ For help upgrading a module, see [Add a module to a cluster]({{< relref "/operat Due to binary differences in modules between the two operating systems, you cannot directly update RHEL 7 clusters to RHEL 8 when those clusters host databases using modules. Instead, you need to create a new cluster on RHEL 8 and then migrate existing data from your RHEL 7 cluster. This does not apply to clusters that do not use modules. -All [known limitations]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021.md#known-limitations" >}}) listed in the v6.2.4 release notes have been addressed. +All [known limitations](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md#known-limitations) listed in the v6.2.4 release notes have been addressed. ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: @@ -169,7 +169,7 @@ As a workaround to install Redis Enterprise Software without using any root dire - The `ZRANGESTORE` command, with a special `zset-max-ziplist-entries` configuration can crash Redis 6.2. See [Redis repository 10767](https://github.com/redis/redis/pull/10767) for more details. -- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) to configure `handle_redirects` or `handle_metrics_redirects`. +- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) to configure `handle_redirects` or `handle_metrics_redirects`. ## Security diff --git a/content/operate/rs/release-notes/rs-6-2-12.md b/content/operate/rs/release-notes/rs-6-2-12.md index fecbfa3fed..9e9f77e374 100644 --- a/content/operate/rs/release-notes/rs-6-2-12.md +++ b/content/operate/rs/release-notes/rs-6-2-12.md @@ -38,11 +38,11 @@ The following table shows the MD5 checksums for the available packages. Redis Enterprise Software v6.2.12 implements OCSP stapling, which allows clients to validate the status of a server proxy certificate. When OCSP is enabled, the Redis Enterprise server regularly polls the CA OCSP responder to determine a certificate's status. The response is cached until the next polling attempt; the cached value is served to clients during the [TLS handshake](https://en.wikipedia.org/wiki/Transport_Layer_Security#TLS_handshake). - To learn more, see [Enable OCSP stapling]({{< relref "/operate/rs/security/certificates/ocsp-stapling" >}}). + To learn more, see [Enable OCSP stapling](/content/operate/rs/security/certificates/ocsp-stapling.md). - Session and security attributes in the admin console - You can now use the admin console to configure [password complexity rules]({{< relref "/operate/rs/security/access-control/manage-passwords" >}}#password-complexity-rules), [user login lockout]({{< relref "/operate/rs/security" >}}access-control/manage-users/login-lockout/#user-login-lockout), and [session timeout]({{< relref "/operate/rs/security" >}}access-control/manage-users/login-lockout/#session-timeout). + You can now use the admin console to configure [password complexity rules](/content/operate/rs/security/access-control/manage-passwords/_index.md#password-complexity-rules), [user login lockout](/operate/rs/security/access-control/manage-users/login-lockout/#user-login-lockout), and [session timeout](/operate/rs/security/access-control/manage-users/login-lockout/#session-timeout). - Mount point import enhancement @@ -52,15 +52,15 @@ The following table shows the MD5 checksums for the available packages. ### Prerequisites and notes -- You can [upgrade to v6.2.12]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) from Redis Enterprise Software v6.0 and later. +- You can [upgrade to v6.2.12](/content/operate/rs/installing-upgrading/upgrading/_index.md) from Redis Enterprise Software v6.0 and later. -- Refer to [v6.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021" >}}) for important notes regarding changes made to the upgrade policy and how those changes might impct your experience. +- Refer to [v6.2.4 release notes](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md) for important notes regarding changes made to the upgrade policy and how those changes might impct your experience. - Upgrades from versions earlier than v6.0 are not supported. -- If you are using the earlier cluster-based LDAP mechanism, you _must_ migrate to the role-based mechanism _before_ upgrading to v6.2.12. For details, see [Migrate to role-based LDAP]({{< relref "/operate/rs/security/access-control/ldap/migrate-to-role-based-ldap" >}}). +- If you are using the earlier cluster-based LDAP mechanism, you _must_ migrate to the role-based mechanism _before_ upgrading to v6.2.12. For details, see [Migrate to role-based LDAP](/content/operate/rs/security/access-control/ldap/migrate-to-role-based-ldap.md). -- If you plan to upgrade your cluster to RHEL 8, see the [v6.2.8 release notes]({{< relref "/operate/rs/release-notes/rs-6-2-8-october-2021" >}}) for known limitations. +- If you plan to upgrade your cluster to RHEL 8, see the [v6.2.8 release notes](/content/operate/rs/release-notes/rs-6-2-8-october-2021.md) for known limitations. ### Future deprecation notice @@ -76,21 +76,21 @@ Certain operating systems, such as RHEL 8, have already removed support for the Redis Enterprise Software v6.0.x will reach end of life (EOL) on May 31, 2022. -To learn more, see the Redis Enterprise Software [product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle" >}}), which details the release number and the end-of-life schedule for Redis Enterprise Software. +To learn more, see the Redis Enterprise Software [product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md), which details the release number and the end-of-life schedule for Redis Enterprise Software. -For Redis modules information and lifecycle, see [Module lifecycle]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle" >}}). +For Redis modules information and lifecycle, see [Module lifecycle](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md). ## Redis modules Redis Enterprise Software v6.2.12 includes the following Redis modules: -- [RediSearch v2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch" >}}) -- [RedisJSON v2.0.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson" >}}) -- [RedisBloom v2.2.17]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}release-notes/) -- [RedisGraph v2.8.15]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph" >}}) -- [RedisTimeSeries v1.6.16]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries" >}}) +- [RediSearch v2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/_index.md) +- [RedisJSON v2.0.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/_index.md) +- [RedisBloom v2.2.17](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/) +- [RedisGraph v2.8.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/_index.md) +- [RedisTimeSeries v1.6.16](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/_index.md) -For help upgrading a module, see [Add a module to a cluster]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}#upgrading-the-module-for-the-database). +For help upgrading a module, see [Add a module to a cluster](/content/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster.md#upgrading-the-module-for-the-database). ## Interface enhancements @@ -122,11 +122,11 @@ For help upgrading a module, see [Add a module to a cluster]({{< relref "/operat - RS54131 Returning +OK reply from the QUIT command on a TLS enabled database -- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) to configure `handle_redirects` or `handle_metrics_redirects`. +- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) to configure `handle_redirects` or `handle_metrics_redirects`. ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md b/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md index 4c0e9f8453..457e953c9d 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md @@ -15,17 +15,16 @@ toc: 'true' weight: 73 --- -{{< warning >}} -Redis Software 6.2 reached end of life on February 28, 2025. It no longer -receives security patches, bug fixes, or maintenance releases. -Support for 6.2-specific issues is limited per your subscription agreement, -and you may be asked to upgrade before an issue can be investigated. - -Upgrade to a supported version. Reaching the latest version may require an -intermediate upgrade first — see the -[supported upgrade paths]({{< relref "/operate/rs/references/upgrade-paths" >}}) -and the [Redis Software product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}). -{{< /warning >}} +> [!WARNING] +> Redis Software 6.2 reached end of life on February 28, 2025. It no longer +> receives security patches, bug fixes, or maintenance releases. +> Support for 6.2-specific issues is limited per your subscription agreement, +> and you may be asked to upgrade before an issue can be investigated. +> +> Upgrade to a supported version. Reaching the latest version may require an +> intermediate upgrade first — see the +> [supported upgrade paths](/content/operate/rs/references/upgrade-paths.md) +> and the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule). [Redis Enterprise Software version 6.2.18](https://redislabs.com/redis-enterprise-software/download-center/software/) is now available! @@ -49,7 +48,7 @@ For more detailed release notes, select a build version from the following table ### Active-Active database persistence -The snapshot option for [data persistence on Active-Active databases]({{< relref "/operate/rs/databases/active-active" >}}manage/#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, switch to AOF persistence. Use `crdb-cli` to do so: +The snapshot option for [data persistence on Active-Active databases](/operate/rs/databases/active-active/manage/#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, switch to AOF persistence. Use `crdb-cli` to do so: ```text crdb-cli crdb update --crdb-guid --default-db-config '{"data_persistence": "aof", "aof_policy":"appendfsync-every-sec"}' ``` @@ -76,15 +75,15 @@ Certain operating systems, such as RHEL 8, have already removed support for 3DES - RS54131 Running the `QUIT` command on a TLS connected database closes connection and does not return a `+OK` reply -- An intermittent issue can occur where a CRDB process becomes stuck in a restart loop. If this issue occurs while upgrading to Redis Enterprise Software version 6.2.18, please upgrade to the latest version [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}) or [contact support](https://redis.com/company/support/). +- An intermittent issue can occur where a CRDB process becomes stuck in a restart loop. If this issue occurs while upgrading to Redis Enterprise Software version 6.2.18, please upgrade to the latest version [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md) or [contact support](https://redis.com/company/support/). -- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) to configure `handle_redirects` or `handle_metrics_redirects`. +- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) to configure `handle_redirects` or `handle_metrics_redirects`. - RS51144, RS102128 - Active-Active: To start successfully, the syncer (`crdt-syncer`) must connect to all sources. In multi-cluster configurations (more than 2 A-A clusters participating), in some cases, if one or more of the clusters is not available, A-A replication will be down. ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md index c1e5694072..89ce4be258 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md @@ -42,7 +42,7 @@ Active-Active databases now support Index, query, and full-text search of nested #### Database connection auditing -You can now [audit database connection]({{< relref "/operate/rs/security/audit-events" >}}) and authentication events to track and troubleshoot activity. Administrators can now use third-party systems to track and analyze connection events in realtime. +You can now [audit database connection](/content/operate/rs/security/audit-events.md) and authentication events to track and troubleshoot activity. Administrators can now use third-party systems to track and analyze connection events in realtime. #### Private key encryption @@ -50,8 +50,8 @@ When enabled, private key encryption encrypts private keys stored in the cluster #### Active-Active support for MEMORY USAGE command -Redis Enterprise Active-Active databases now support the [MEMORY USAGE]({{< relref "/commands/memory-usage" >}}) command, which simplifies troubleshooting and lets applications detect anomalous behavior and dangerous trends. -To learn more, see [`Active-Active with RedisJSON`]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json/active-active" >}}). +Redis Enterprise Active-Active databases now support the [MEMORY USAGE](/content/commands/memory-usage.md) command, which simplifies troubleshooting and lets applications detect anomalous behavior and dangerous trends. +To learn more, see [`Active-Active with RedisJSON`](/content/operate/oss_and_stack/stack-with-enterprise/json/active-active.md). MEMORY USAGE reports the RAM memory use, in bytes, of a key and its value. The result includes the memory allocated for the data value and the administrative overhead associated with the key. @@ -63,19 +63,19 @@ The `crdb-cli` utility used to manage Active-Active databases now allows greater - `crdb-cli task --task-id ` to get detailed information about a specific task. -To learn more, see [`crdb-cli`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}) +To learn more, see [`crdb-cli`](/content/operate/rs/references/cli-utilities/crdb-cli/_index.md) #### Redis modules Redis Enterprise Software v6.2.18-43 (September release) includes the following Redis modules: -- [RediSearch v2.4.11]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes#v2411-july-2022" >}}) -- [RedisJSON v2.2.0]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.2-release-notes#v220-july-2022" >}}) -- [RedisBloom v2.2.18]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}release-notes/redisbloom-2.2-release-notes/#v2218-july-2022) -- [RedisGraph v2.8.17]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes#v2817-july-2022" >}}) -- [RedisTimeSeries v1.6.17]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.6-release-notes#v1617-july-2022" >}}) +- [RediSearch v2.4.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes.md#v2411-july-2022) +- [RedisJSON v2.2.0](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.2-release-notes.md#v220-july-2022) +- [RedisBloom v2.2.18](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/redisbloom-2.2-release-notes/#v2218-july-2022) +- [RedisGraph v2.8.17](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes.md#v2817-july-2022) +- [RedisTimeSeries v1.6.17](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.6-release-notes.md#v1617-july-2022) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. #### Additional enhancements @@ -87,7 +87,7 @@ See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/i `rladmin info db [{db: | }]` - To learn more, see [Distributed sychronization]({{< relref "/operate/rs/databases/active-active/synchronization-mode" >}}) + To learn more, see [Distributed sychronization](/content/operate/rs/databases/active-active/synchronization-mode.md) ## Version changes @@ -109,19 +109,19 @@ To address this issue, do one of the following: ### Prerequisites and notes -- You can [upgrade to v6.2.18]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) from Redis Enterprise Software v6.0 and later. +- You can [upgrade to v6.2.18](/content/operate/rs/installing-upgrading/upgrading/_index.md) from Redis Enterprise Software v6.0 and later. -- Refer to [v6.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021" >}}) for important notes regarding changes made to the upgrade policy and how those changes might impact your experience. +- Refer to [v6.2.4 release notes](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md) for important notes regarding changes made to the upgrade policy and how those changes might impact your experience. - Upgrades from versions earlier than v6.0 are not supported. -- If you plan to upgrade your cluster to RHEL 8, see the [v6.2.8 release notes]({{< relref "/operate/rs/release-notes/rs-6-2-8-october-2021" >}}) for known limitations. +- If you plan to upgrade your cluster to RHEL 8, see the [v6.2.8 release notes](/content/operate/rs/release-notes/rs-6-2-8-october-2021.md) for known limitations. ### Deprecations #### Active-Active database persistence -The snapshot option for [data persistence on Active-Active databases]({{< relref "/operate/rs/databases/active-active" >}}manage/#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, we strongly encourage you to switch to AOF persistence. Use `crdb-cli` to do so: +The snapshot option for [data persistence on Active-Active databases](/operate/rs/databases/active-active/manage/#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, we strongly encourage you to switch to AOF persistence. Use `crdb-cli` to do so: ```text crdb-cli crdb update --crdb-guid --default-db-config '{"data_persistence": "aof", "aof_policy":"appendfsync-every-sec"}' ``` @@ -148,9 +148,9 @@ Redis Enterprise Software v6.0.x reached end-of-life (EOL) on May 31, 2022. EOL of Redis Enterprise Software 6.2.x was reset to occur 18 months after the release of version 6.4, in accordance with the updated EOL policy. The new EOL date is August 31, 2024. -To learn more, see the Redis Enterprise Software [product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle" >}}), which details the release number and the end-of-life schedule for Redis Enterprise Software. +To learn more, see the Redis Enterprise Software [product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md), which details the release number and the end-of-life schedule for Redis Enterprise Software. -For Redis modules information and lifecycle, see [Module lifecycle]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle" >}}). +For Redis modules information and lifecycle, see [Module lifecycle](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md). ## Resolved issues diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-49.md b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-49.md index 45d3182f19..a6ce10460f 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-49.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-49.md @@ -26,20 +26,20 @@ The following table shows the MD5 checksums for the available packages: ## New features and enhancements -- The [`/nodes/status`]({{< relref "/operate/rs/references/rest-api/requests/nodes/status" >}}) REST API endpoint indicates whether a node is the primary. (RS82566) +- The [`/nodes/status`](/content/operate/rs/references/rest-api/requests/nodes/status.md) REST API endpoint indicates whether a node is the primary. (RS82566) - Added metrics to track certificates expiration time (RS56040) #### Redis modules Redis Enterprise Software v6.2.18-49 (October release) includes the following Redis modules: -- [RediSearch v2.4.11]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes#v2411-july-2022" >}}) -- [RedisJSON v2.2.0]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.2-release-notes#v220-july-2022" >}}) -- [RedisBloom v2.2.18]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}release-notes/redisbloom-2.2-release-notes/#v2218-july-2022) -- [RedisGraph v2.8.17]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes#v2817-july-2022" >}}) -- [RedisTimeSeries v1.6.17]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.6-release-notes#v1617-july-2022" >}}) +- [RediSearch v2.4.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes.md#v2411-july-2022) +- [RedisJSON v2.2.0](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.2-release-notes.md#v220-july-2022) +- [RedisBloom v2.2.18](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/redisbloom-2.2-release-notes/#v2218-july-2022) +- [RedisGraph v2.8.17](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes.md#v2817-july-2022) +- [RedisTimeSeries v1.6.17](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.6-release-notes.md#v1617-july-2022) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Known upgrade limitations diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-58.md b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-58.md index 4814928aca..ef32fd8a15 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-58.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-58.md @@ -33,10 +33,10 @@ The following table shows the MD5 checksums for the available packages: Redis Enterprise Software v6.2.18-58 (November release) includes newer versions of the following Redis modules: -- [RediSearch v2.4.14]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes#v2414-august-2022" >}}) -- [RedisGraph v2.8.19]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes#v2819-august-2022" >}}) +- [RediSearch v2.4.14](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes.md#v2414-august-2022) +- [RedisGraph v2.8.19](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes.md#v2819-august-2022) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Resolved issues diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-65.md b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-65.md index 0d6cf82bd1..82654a59c0 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-65.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-65.md @@ -35,10 +35,10 @@ The following table shows the MD5 checksums for the available packages: Redis Enterprise Software v6.2.18-65 (December release) includes newer versions of the following Redis modules: -- [RediSearch v2.4.16]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes#v2416-november-2022" >}}) -- [RedisGraph v2.8.20]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes#v2820-september-2022" >}}) +- [RediSearch v2.4.16](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes.md#v2416-november-2022) +- [RedisGraph v2.8.20](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes.md#v2820-september-2022) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Resolved issues diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-70.md b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-70.md index 625e166cba..90ab20db73 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-70.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-70.md @@ -26,10 +26,10 @@ The following table shows the MD5 checksums for the available packages: ## New features and enhancements -- Added a new script to generate new self-signed certificates for renewal. For details, see [Certificates]({{< relref "/operate/rs/security/certificates/" >}}) +- Added a new script to generate new self-signed certificates for renewal. For details, see [Certificates](/content/operate/rs/security/certificates/_index.md) - Added `rpm -q` command output to the logs (RS82673) - Added logs for server operations: `start`, `stop`, `restart` (RS87775) -- Added `alert_mgr` to the [services you can deactivate with `rladmin`]({{< relref "/operate/rs/clusters/optimize/turn-off-services" >}}) (RS89572) +- Added `alert_mgr` to the [services you can deactivate with `rladmin`](/content/operate/rs/clusters/optimize/turn-off-services.md) (RS89572) ## Resolved issues diff --git a/content/operate/rs/release-notes/rs-6-2-4-august-2021.md b/content/operate/rs/release-notes/rs-6-2-4-august-2021.md index 41b1ba2282..b7741b6365 100644 --- a/content/operate/rs/release-notes/rs-6-2-4-august-2021.md +++ b/content/operate/rs/release-notes/rs-6-2-4-august-2021.md @@ -24,7 +24,7 @@ This version offers: ### Prerequisites and notes -You can [upgrade to v6.2.4]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) from Redis Enterprise Software v6.0 and later. +You can [upgrade to v6.2.4](/content/operate/rs/installing-upgrading/upgrading/_index.md) from Redis Enterprise Software v6.0 and later. Keep the following in mind: @@ -32,7 +32,7 @@ Keep the following in mind: - The new internode encryption feature requires port 3342 to be open on all machines in the cluster. -- [In v6.0.20]({{< relref "/operate/rs/release-notes/rs-6-0-20-april-2021.md" >}}), Redis Enterprise Software replaced Nginx with envoy to improve internal security and communication. As of v6.2.4, Nginx is no longer provided with Redis Enterprise Software. +- [In v6.0.20](/content/operate/rs/release-notes/rs-6-0-20-april-2021.md), Redis Enterprise Software replaced Nginx with envoy to improve internal security and communication. As of v6.2.4, Nginx is no longer provided with Redis Enterprise Software. ### Database upgrade default changes @@ -55,21 +55,21 @@ $ rladmin tune cluster redis_upgrade_policy latest $ rladmin tune cluster default_redis_version 6.2 ``` -To learn more, see the [upgrade instructions]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}). +To learn more, see the [upgrade instructions](/content/operate/rs/installing-upgrading/upgrading/_index.md). ### Product lifecycle updates Redis Enterprise Software v5.6.0 will reach end of life (EOF) on October 31, 2021. -To learn more, see the Redis Enterprise Software [product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}), which details the release number and the end-of-life schedule for Redis Enterprise Software. +To learn more, see the Redis Enterprise Software [product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md), which details the release number and the end-of-life schedule for Redis Enterprise Software. -Redis Enterprise modules have individual release numbers [and lifecycles]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md" >}}). +Redis Enterprise modules have individual release numbers [and lifecycles](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md). ### Deprecation notices -- [In v6.0.20]({{< relref "/operate/rs/release-notes/rs-6-0-20-april-2021.md" >}}), the SASL-based LDAP mechanism was deprecated in favor of a new [RBAC-based approach]({{< relref "/operate/rs/security/access-control/ldap" >}}). As of v6.2.12, support for the older mechanism has been removed. +- [In v6.0.20](/content/operate/rs/release-notes/rs-6-0-20-april-2021.md), the SASL-based LDAP mechanism was deprecated in favor of a new [RBAC-based approach](/content/operate/rs/security/access-control/ldap/_index.md). As of v6.2.12, support for the older mechanism has been removed. - For help migrating to the LDAP-based mechanism, see [Migrate to role-based LDAP]({{< relref "/operate/rs/security/access-control/ldap/migrate-to-role-based-ldap" >}}). + For help migrating to the LDAP-based mechanism, see [Migrate to role-based LDAP](/content/operate/rs/security/access-control/ldap/migrate-to-role-based-ldap.md). - [OpenStack Object Storage](https://wiki.openstack.org/wiki/Swift) ("Swift") has reached end-of-life. Consequently, you can no longer use ObjectStack Swift as a target for database backup or export operations. @@ -113,42 +113,42 @@ The leaf certificates expire regularly; they're automatically rotated before exp [Redis 6.2](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) introduced new commands, feature improvements, and security fixes; it addresses many customer requests. -Redis Enterprise Software supports all new commands, except [RESET]({{< relref "/commands/reset" >}}) and [FAILOVER]({{< relref "/commands/failover" >}}. (Redis Enterprise takes a different approach to connectivity; it also separates control plane operations from data plane operations.) +Redis Enterprise Software supports all new commands, except [RESET](/content/commands/reset.md) and [FAILOVER](/content/commands/failover.md). (Redis Enterprise takes a different approach to connectivity; it also separates control plane operations from data plane operations.) -To learn more, see Redis Enterprise Software [compatibility with open source]({{< relref "/operate/rs/references/compatibility" >}}). +To learn more, see Redis Enterprise Software [compatibility with open source](/content/operate/rs/references/compatibility/_index.md). ### Redis modules Redis Enterprise Software v6.2.4 includes the following Redis modules: -- [RediSearch v2.0.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md" >}}) -- [RedisJSON v1.0.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md" >}}) -- [RedisBloom v2.2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md" >}}) -- [RedisGraph v2.4.7]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.4-release-notes.md" >}}) -- [RedisTimeSeries v1.4.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.4-release-notes.md" >}}) +- [RediSearch v2.0.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md) +- [RedisJSON v1.0.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md) +- [RedisBloom v2.2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md) +- [RedisGraph v2.4.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.4-release-notes.md) +- [RedisTimeSeries v1.4.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.4-release-notes.md) ### Internode encryption for modules To utilize data plane encryption for existing databases with modules, update the module to the latest version prior to enabling data plane encryption. -For help, see [Upgrade the module for a database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}). +For help, see [Upgrade the module for a database](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md). ### Module-related enhancements Added the capability to update current module arguments for an existing database. In earlier versions, you could do this only when upgrading a module. -To learn more, see [`rladmin upgrade`]({{< relref "/operate/rs/references/cli-utilities/rladmin/upgrade" >}}). +To learn more, see [`rladmin upgrade`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md). ## Resolved issues - RS39954 - Changed the UI status indication for the -[default user]({{< relref "/operate/rs/references/cli-utilities/rladmin/upgrade" >}}) from `Active/Inactive` to `Enabled/Disabled` +[default user](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md) from `Active/Inactive` to `Enabled/Disabled` - RS42626 - Increased the max length for modules commands from 23 characters to 64 characters - RS54732 - Fixed incorrect reporting of number database connections, which caused the number of connections to be reported as a 20 digit number -- RS52265 - Fixed excessive log lines reporting when an Active-Active database is on featureset `0`. [Upgrade the featureset]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-active-active" >}}) version to the latest. +- RS52265 - Fixed excessive log lines reporting when an Active-Active database is on featureset `0`. [Upgrade the featureset](/content/operate/rs/installing-upgrading/upgrading/upgrade-active-active.md) version to the latest. - RS56122 - Fixed a bug that was causing AOF files to grow when the replicas of two Active-Active databases became disconnected during full synchronization @@ -160,7 +160,7 @@ To learn more, see [`rladmin upgrade`]({{< relref "/operate/rs/references/cli-ut ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: @@ -170,13 +170,13 @@ As a workaround to install Redis Enterprise Software without using any root dire ## Known issues -- A new command was added as part of Redis 6.2: [`XAUTOCLAIM`]({{< relref "/commands/xautoclaim" >}}). When used in an Active-Active configuration, this command may cause Redis shards to crash, potentially resulting in data loss. The issue is fixed in Redis Enterprise Software version 6.2.12. Additionally, we recommend enabling AOF persistence for all Active-Active configurations. +- A new command was added as part of Redis 6.2: [`XAUTOCLAIM`](/content/commands/xautoclaim.md). When used in an Active-Active configuration, this command may cause Redis shards to crash, potentially resulting in data loss. The issue is fixed in Redis Enterprise Software version 6.2.12. Additionally, we recommend enabling AOF persistence for all Active-Active configurations. - The `ZRANGESTORE` command, with a special `zset-max-ziplist-entries` configuration can crash Redis 6.2. See [Redis repository 10767](https://github.com/redis/redis/pull/10767) for more details. - RS81463 - A shard may crash when resharding an Active-Active database with Auto Tiering . Specifically, the shard will crash when volatile keys or Active-Active tombstone keys reside in Flash memory. -- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) to configure `handle_redirects` or `handle_metrics_redirects`. +- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) to configure `handle_redirects` or `handle_metrics_redirects`. ## Security diff --git a/content/operate/rs/release-notes/rs-6-2-8-october-2021.md b/content/operate/rs/release-notes/rs-6-2-8-october-2021.md index a52a05aae7..0d59d46eeb 100644 --- a/content/operate/rs/release-notes/rs-6-2-8-october-2021.md +++ b/content/operate/rs/release-notes/rs-6-2-8-october-2021.md @@ -18,8 +18,8 @@ weight: 75 This version features: - Support for Red Hat Linux Edition (RHEL) 8 -- You can now set the start time for [12- and 24-hour backups]({{< relref "/operate/rs/databases/import-export/schedule-backups.md" >}}) -- Compatibility with version of [open source Redis 6.2.3](https://github.com/redis/redis/releases/tag/6.2.3) (starting with [Redis Enterprise Software v6.2.4]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021.md" >}})) +- You can now set the start time for [12- and 24-hour backups](/content/operate/rs/databases/import-export/schedule-backups.md) +- Compatibility with version of [open source Redis 6.2.3](https://github.com/redis/redis/releases/tag/6.2.3) (starting with [Redis Enterprise Software v6.2.4](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md)) - Compatibility with the security fixes of the latest [open source Redis 6.2.6](https://github.com/redis/redis/releases/tag/6.2.6) - Enhancements and bug fixes @@ -27,9 +27,9 @@ This version features: ### Prerequisites and notes -- You can [upgrade to v6.2.8]({{< relref "/operate/rs/installing-upgrading/upgrading" >}}) from Redis Enterprise Software v6.0 and later. +- You can [upgrade to v6.2.8](/content/operate/rs/installing-upgrading/upgrading/_index.md) from Redis Enterprise Software v6.0 and later. -- Refer to the [v6.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021.md" >}}) for important notes regarding the upgrade process. +- Refer to the [v6.2.4 release notes](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md) for important notes regarding the upgrade process. - When upgrading a cluster from Redis Enterprise 6.0.8 and earlier to 6.2.8 only, the DMC proxy might crash when proxy certificates contain additional text as comments. Redis removes these comments during upgrade, but a change to the v6.2.8 internal upgrade action sequence might cause this problem. @@ -42,21 +42,21 @@ This version features: As of 31 October 2021, Redis Enterprise Software v5.6.0 is end of life (EOF). -To learn more, see the Redis Enterprise Software [product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle.md" >}}), which details the release number and the end-of-life schedule for Redis Enterprise Software. +To learn more, see the Redis Enterprise Software [product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md), which details the release number and the end-of-life schedule for Redis Enterprise Software. -Redis Enterprise modules have individual release numbers [and lifecycles]({{< relref "/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md" >}}). +Redis Enterprise modules have individual release numbers [and lifecycles](/content/operate/oss_and_stack/stack-with-enterprise/modules-lifecycle.md). ### Redis modules Redis Enterprise Software v6.2.8 includes the following Redis modules: -- [RediSearch v2.0.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md" >}}) -- [RedisJSON v1.0.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md" >}}) -- [RedisBloom v2.2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md" >}}) -- [RedisGraph v2.4.7]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.4-release-notes.md" >}}) -- [RedisTimeSeries v1.4.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.4-release-notes.md" >}}) +- [RediSearch v2.0.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.0-release-notes.md) +- [RedisJSON v1.0.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md) +- [RedisBloom v2.2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md) +- [RedisGraph v2.4.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.4-release-notes.md) +- [RedisTimeSeries v1.4.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.4-release-notes.md) -To learn more, see [Upgrade the module for a database]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}). +To learn more, see [Upgrade the module for a database](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md). ## Resolved issues @@ -95,11 +95,11 @@ To learn more, see [Upgrade the module for a database]({{< relref "/operate/oss_ Due to binary differences in modules between the two operating systems, you cannot directly update RHEL 7 clusters to RHEL 8 when those clusters host databases using modules. Instead, you need to create a new cluster on RHEL 8 and then migrate existing data from your RHEL 7 cluster. This does not apply to clusters that do not use modules. -All [known limitations]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021.md#known-limitations" >}}) from v6.2.4 have been fixed. +All [known limitations](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md#known-limitations) from v6.2.4 have been fixed. ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: @@ -109,11 +109,11 @@ As a workaround to install Redis Enterprise Software without using any root dire ## Known issues -- A new command was added as part of Redis 6.2: [`XAUTOCLAIM`]({{< relref "/commands/xautoclaim" >}}). When used in an Active-Active configuration, this command may cause Redis shards to crash, potentially resulting in data loss. The issue is fixed in Redis Enterprise Software version 6.2.12. Additionally, we recommend enabling AOF persistence for all Active-Active configurations. +- A new command was added as part of Redis 6.2: [`XAUTOCLAIM`](/content/commands/xautoclaim.md). When used in an Active-Active configuration, this command may cause Redis shards to crash, potentially resulting in data loss. The issue is fixed in Redis Enterprise Software version 6.2.12. Additionally, we recommend enabling AOF persistence for all Active-Active configurations. - The `ZRANGESTORE` command, with a special `zset-max-ziplist-entries` configuration can crash Redis 6.2. See [Redis repository 10767](https://github.com/redis/redis/pull/10767) for more details. -- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) to configure `handle_redirects` or `handle_metrics_redirects`. +- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) to configure `handle_redirects` or `handle_metrics_redirects`. ## Security diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/_index.md b/content/operate/rs/release-notes/rs-6-4-2-releases/_index.md index 5c173b4a43..1ed0d4cd6c 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/_index.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/_index.md @@ -15,17 +15,16 @@ toc: 'true' weight: 72 --- -{{< warning >}} -Redis Software 6.4 reached end of life on August 31, 2025. It no longer -receives security patches, bug fixes, or maintenance releases. -Support for 6.4-specific issues is limited per your subscription agreement, -and you may be asked to upgrade before an issue can be investigated. - -Upgrade to a supported version. Reaching the latest version may require an -intermediate upgrade first — see the -[supported upgrade paths]({{< relref "/operate/rs/references/upgrade-paths" >}}) -and the [Redis Software product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}). -{{< /warning >}} +> [!WARNING] +> Redis Software 6.4 reached end of life on August 31, 2025. It no longer +> receives security patches, bug fixes, or maintenance releases. +> Support for 6.4-specific issues is limited per your subscription agreement, +> and you may be asked to upgrade before an issue can be investigated. +> +> Upgrade to a supported version. Reaching the latest version may require an +> intermediate upgrade first — see the +> [supported upgrade paths](/content/operate/rs/references/upgrade-paths.md) +> and the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule). ​[​Redis Enterprise Software version 6.4.2](https://redis.io/downloads/#software) is now available! @@ -55,7 +54,7 @@ Ubuntu 16 support is considered deprecated and will be removed in a future relea ### Active-Active database persistence -The RDB snapshot option for [Active-Active database persistence]({{< relref "/operate/rs/databases/active-active/manage#data-persistence" >}}) is deprecated and will be removed in a future release. +The RDB snapshot option for [Active-Active database persistence](/content/operate/rs/databases/active-active/manage.md#data-persistence) is deprecated and will be removed in a future release. Please plan to reconfigure any Active-Active databases to use append-only file (AOF) persistence with the following command: @@ -80,11 +79,11 @@ Certain operating systems, such as RHEL 8, have already removed support for 3DES ### Feature limitations -- RS97971 - [Resharding fails for rack-aware databases with no replication](#resharding-fails-for-rack-aware-databases-with-no-replication) (fixed and resolved as part of [v6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}})). +- RS97971 - [Resharding fails for rack-aware databases with no replication](#resharding-fails-for-rack-aware-databases-with-no-replication) (fixed and resolved as part of [v6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md)). -- RS101204 - High memory consumption caused by the `persistence_mgr` service when AOF persistence is configured for every second (fixed and resolved as part of [v6.4.2-81]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-81" >}})). +- RS101204 - High memory consumption caused by the `persistence_mgr` service when AOF persistence is configured for every second (fixed and resolved as part of [v6.4.2-81](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-81.md)). -- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) to configure `handle_redirects` or `handle_metrics_redirects`. +- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) to configure `handle_redirects` or `handle_metrics_redirects`. - RS51144, RS102128 - Active-Active: To start successfully, the syncer (`crdt-syncer`) must connect to all sources. In multi-cluster configurations (more than 2 A-A clusters participating), in some cases, if one or more of the clusters is not available, A-A replication will be down. @@ -94,9 +93,9 @@ Certain operating systems, such as RHEL 8, have already removed support for 3DES #### Resharding fails for rack-aware databases with no replication -When a database is configured as [rack-aware]({{< relref "/operate/rs/clusters/configure/rack-zone-awareness" >}}) and replication is turned off, the resharding operation fails. +When a database is configured as [rack-aware](/content/operate/rs/clusters/configure/rack-zone-awareness.md) and replication is turned off, the resharding operation fails. -RS97971 - This limitation was fixed and resolved as part of [v6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). +RS97971 - This limitation was fixed and resolved as part of [v6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Workaround: @@ -114,7 +113,7 @@ curl -k -u ":" -H "Content-type: application/json" -d '{"rack_aw ### Installation limitations -Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}). +Several Redis Enterprise Software installation reference files are installed to the directory `/etc/opt/redislabs/` even if you use [custom installation directories](/content/operate/rs/installing-upgrading/install/customize-install-directories.md). As a workaround to install Redis Enterprise Software without using any root directories, do the following before installing Redis Enterprise Software: @@ -136,7 +135,7 @@ Before you upgrade a cluster that hosts Active-Active databases with modules to 1. If one or more of the modules/versions are missing or if you need help, [contact Redis support](https://redis.com/company/support/) before taking additional steps. -This limitation has been fixed and resolved as of [v6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +This limitation has been fixed and resolved as of [v6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). ### Operating system limitations @@ -151,7 +150,7 @@ $ yum install -y chrpath $ find $installdir -name "crdt.so" | xargs -n1 -I {} /bin/bash -c 'chrpath -r ${libdir} {}' ``` -This limitation has been fixed and resolved as of [v6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). +This limitation has been fixed and resolved as of [v6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). #### RHEL 8 @@ -163,4 +162,4 @@ By default, you cannot use the SHA1 hash algorithm ([OpenSSL’s default securit #### Modules not supported for Amazon Linux 2 release candidate -A database with modules cannot reside on an Amazon Linux 2 (release candidate) node. Support was added as part of [v6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +A database with modules cannot reside on an Amazon Linux 2 (release candidate) node. Support was added as part of [v6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md index fce7ae51cf..93b312faec 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md @@ -38,15 +38,15 @@ This version offers: Redis Enterprise Software version 6.4.2-103 includes the following Redis Stack modules: -- [RediSearch v2.6.12]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes" >}}) +- [RediSearch v2.6.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON v2.4.7]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes" >}}) +- [RedisJSON v2.4.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisBloom v2.4.5]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes" >}}) +- [RedisBloom v2.4.5](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.12]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes" >}}) +- [RedisGraph v2.10.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) -- [RedisTimeSeries v1.8.11]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes" >}}) +- [RedisTimeSeries v1.8.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) ### Resolved issues @@ -58,7 +58,7 @@ Redis Enterprise Software version 6.4.2-103 includes the following Redis Stack m ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software. @@ -69,7 +69,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise | 7.2.4 | 6.4.2 | 6.2.18 | 6.2.12 | 6.2.10 | 6.2.8 | 6.2.4 | |------------------|-------|-------|--------|--------|--------|--------|-------| | **Release date** | Aug
    2023 | Feb
    2023 | Sept
    2022 | Aug
    2022 | Feb
    2022 | Oct
    2021 | Aug
    2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | | **Ubuntu**[1](#table-note-1) | | 20.04 | ✅ | ✅[6](#table-note-6) | – | – | – | – | – | | 18.04 | ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -93,20 +93,20 @@ The following table provides a snapshot of supported platforms as of this Redis 1. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration]({{< relref "/operate/rs/installing-upgrading/configuring/centos-rhel-firewall" >}}). +2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration](/content/operate/rs/installing-upgrading/configuring/centos-rhel-firewall.md). 3. Based on the corresponding RHEL version. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. -5. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes" >}}). +5. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/_index.md). -6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). -7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). -8. Redis Enterprise Software [6.4.2-103]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103" >}}) and later supports RHEL 8.8. +8. Redis Enterprise Software [6.4.2-103](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md) and later supports RHEL 8.8. ## Downloads diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-110.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-110.md index 40da07368b..cbf074d281 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-110.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-110.md @@ -19,9 +19,8 @@ This version offers: - RedisGraph v2.10.15 - {{}} -Redis has announced the end of life for RedisGraph. See the [announcement](https://redis.io/blog/redisgraph-eol/) for details. - {{}} + > [!NOTE] + > Redis has announced the end of life for RedisGraph. See the [announcement](https://redis.io/blog/redisgraph-eol/) for details. - RedisBloom v2.4.8 @@ -35,15 +34,15 @@ Redis has announced the end of life for RedisGraph. See the [announcement](https Redis Enterprise Software version 6.4.2-110 includes the following Redis Stack modules: -- [RediSearch v2.6.12]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes" >}}) +- [RediSearch v2.6.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON v2.4.7]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes" >}}) +- [RedisJSON v2.4.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisBloom v2.4.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes" >}}) +- [RedisBloom v2.4.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.15]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes" >}}) +- [RedisGraph v2.10.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) -- [RedisTimeSeries v1.8.11]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes" >}}) +- [RedisTimeSeries v1.8.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) ### Resolved issues @@ -53,7 +52,7 @@ Redis Enterprise Software version 6.4.2-110 includes the following Redis Stack m ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -62,7 +61,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -79,10 +78,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-115.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-115.md index 00613237c4..b277ad5edd 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-115.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-115.md @@ -31,21 +31,21 @@ This version offers: Redis Enterprise Software version 6.4.2-115 includes the following Redis Stack modules: -- [RediSearch v2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes" >}}) +- [RediSearch v2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes" >}}) +- [RedisJSON v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisBloom v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes" >}}) +- [RedisBloom v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes" >}}) +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) -- [RedisTimeSeries v1.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes" >}}) +- [RedisTimeSeries v1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) ## Version changes ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -54,7 +54,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -71,10 +71,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-121.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-121.md index 89d6c2bd2f..6d08d898ad 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-121.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-121.md @@ -25,21 +25,21 @@ This version offers: Redis Enterprise Software version 6.4.2-121 includes the following Redis Stack modules: -- [RediSearch v2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes" >}}) +- [RediSearch v2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes" >}}) +- [RedisJSON v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisBloom v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes" >}}) +- [RedisBloom v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes" >}}) +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) -- [RedisTimeSeries v1.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes" >}}) +- [RedisTimeSeries v1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) ## Version changes ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -48,7 +48,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -67,9 +67,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-127.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-127.md index 003c42b024..6a54a1b145 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-127.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-127.md @@ -25,21 +25,21 @@ This version offers: Redis Enterprise Software version 6.4.2-127 includes the following Redis Stack modules: -- [RediSearch v2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes" >}}) +- [RediSearch v2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes" >}}) +- [RedisJSON v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisBloom v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes" >}}) +- [RedisBloom v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes" >}}) +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) -- [RedisTimeSeries v1.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes" >}}) +- [RedisTimeSeries v1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) ## Version changes ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -48,7 +48,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -67,9 +67,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-131.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-131.md index 6a309ad3be..5fcff1fa0d 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-131.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-131.md @@ -25,21 +25,21 @@ This version offers: Redis Enterprise Software version 6.4.2-131 includes the following Redis Stack modules: -- [RediSearch v2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes" >}}) +- [RediSearch v2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes" >}}) +- [RedisJSON v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisBloom v2.4]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes" >}}) +- [RedisBloom v2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes" >}}) +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) -- [RedisTimeSeries v1.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes" >}}) +- [RedisTimeSeries v1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) ## Version changes ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -48,7 +48,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -67,9 +67,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-30.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-30.md index 896bea219e..f517309cf1 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-30.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-30.md @@ -41,12 +41,12 @@ The following table shows the MD5 checksums for the available packages: You can now validate client certificates by their `Subject` attributes. When a client attempts to connect to a database, Redis Enterprise Software compares the values of the client certificate subject attributes to the subject values allowed by the database. Clients can connect to the database only if the subject values match. This gives more flexibility in controlling which clients can access which databases. -See [Enable TLS]({{< relref "/operate/rs/security/encryption/tls/enable-tls" >}}) for more information. +See [Enable TLS](/content/operate/rs/security/encryption/tls/enable-tls.md) for more information. #### Default pub/sub ACL permissions -Redis is continuously enhancing its ACL (access control list) functionality and coverage. Redis version 6.2 enhances [ACLs]({{< relref "/operate/oss_and_stack/management/security/acl" >}}) to allow and disallow pub/sub channels. +Redis is continuously enhancing its ACL (access control list) functionality and coverage. Redis version 6.2 enhances [ACLs](/content/operate/oss_and_stack/management/security/acl.md) to allow and disallow pub/sub channels. Part of protecting pub/sub channels requires changing the default access from permissive to restrictive, which blocks all pub/sub channels unless specifically permitted by an ACL rule. To allow this transition across all databases in the cluster, Redis Enterprise Software 6.4.2 provides a new configuration option `acl-pubsub-default` that sets the cluster-wide default for all channels to either permitted or restricted. @@ -60,17 +60,17 @@ If you use ACLs and pub/sub channels, we recommend you review your databases and Redis Enterprise Software v6.4.2 includes the following Redis modules: -- [RediSearch v2.4.16]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes#v2416-november-2022" >}}) +- [RediSearch v2.4.16](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.4-release-notes.md#v2416-november-2022) -- [RedisJSON v2.2.0]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.2-release-notes#v220-july-2022" >}}) +- [RedisJSON v2.2.0](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.2-release-notes.md#v220-july-2022) -- [RedisBloom v2.2.18]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}release-notes/redisbloom-2.2-release-notes/#v2218-july-2022) +- [RedisBloom v2.2.18](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/redisbloom-2.2-release-notes/#v2218-july-2022) -- [RedisGraph v2.8.20]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes#v2820-september-2022" >}}) +- [RedisGraph v2.8.20](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.8-release-notes.md#v2820-september-2022) -- [RedisTimeSeries v1.6.17]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.6-release-notes#v1617-july-2022" >}}) +- [RedisTimeSeries v1.6.17](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.6-release-notes.md#v1617-july-2022) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. #### Installations, upgrades, and troubleshooting @@ -88,7 +88,7 @@ See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/i ### Breaking changes -- REST API: the `authorized_names` field of the [BDB object]({{< relref "/operate/rs/references/rest-api/objects/bdb" >}}) is deprecated. Use the new `authorized_subjects` field instead. +- REST API: the `authorized_names` field of the [BDB object](/content/operate/rs/references/rest-api/objects/bdb/_index.md) is deprecated. Use the new `authorized_subjects` field instead. ### New default Redis DB version @@ -101,7 +101,7 @@ To allow customers more flexibility in future upgrades, starting with Redis Ente | 6.2.x | 6.0, 6.2 | 6.0 | | 6.4.2 | 6.0, 6.2 | 6.2 | -You can override the default version with [`rladmin`]({{< relref "/operate/rs/references/cli-utilities/rladmin/tune" >}}#tune-cluster); however, we recommend that you don't change this setting. +You can override the default version with [`rladmin`](/content/operate/rs/references/cli-utilities/rladmin/tune.md#tune-cluster); however, we recommend that you don't change this setting. ### Deprecations @@ -170,7 +170,7 @@ Before you upgrade a cluster that hosts Active-Active databases with modules to 1. If one or more of the modules/versions are missing or if you need help, [contact Redis support](https://redis.com/company/support/) before taking additional steps. -This limitation has been fixed and resolved as of [v6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +This limitation has been fixed and resolved as of [v6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). ### Operating system limitations diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md index dd461d0c13..0110f965fc 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md @@ -37,11 +37,11 @@ Added operating system support for Ubuntu 20.04. #### Safe node removal (RS92095) -As of this release, the node removal task waits for persistence files to be created on a new node before finishing removal. For more information, see [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) and [`rladmin node remove`](https://docs.redis.com/latest/rs/references/cli-utilities/rladmin/node/remove/). +As of this release, the node removal task waits for persistence files to be created on a new node before finishing removal. For more information, see [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) and [`rladmin node remove`](https://docs.redis.com/latest/rs/references/cli-utilities/rladmin/node/remove/). #### Allow port configuration for gossip_envoy service (RS72028) -You can use the REST API to configure the `gossip_envoy_admin_port` during bootstrapping or runtime. See the [cluster object reference]({{< relref "/operate/rs/references/rest-api/objects/cluster" >}}) for more details. +You can use the REST API to configure the `gossip_envoy_admin_port` during bootstrapping or runtime. See the [cluster object reference](/content/operate/rs/references/rest-api/objects/cluster/_index.md) for more details. Support for `rladmin` will be added in a future 6.4.2 maintenance release. @@ -49,17 +49,17 @@ Support for `rladmin` will be added in a future 6.4.2 maintenance release. Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (v6.2.6)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/ ): -- [RediSearch v2.6.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch" >}}redisearch-2.6-release-notes/#v264-december-2022) +- [RediSearch v2.6.4](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes/#v264-december-2022) -- [RedisJSON v2.4.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson" >}}redisjson-2.4-release-notes/#v245-february-2023) +- [RedisJSON v2.4.5](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes/#v245-february-2023) -- [RedisBloom v2.4.3]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}release-notes/redisbloom-2.4-release-notes/#v24-ga-v243-november-2022) +- [RedisBloom v2.4.3](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/redisbloom-2.4-release-notes/#v24-ga-v243-november-2022) -- [RedisGraph v2.10.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph" >}}redisgraph-2.10-release-notes/#v2105-december-2022) +- [RedisGraph v2.10.5](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes/#v2105-december-2022) -- [RedisTimeSeries v1.8.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries" >}}redistimeseries-1.8-release-notes/#v185-january-2023) +- [RedisTimeSeries v1.8.5](/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes/#v185-january-2023) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Resolved issues @@ -77,7 +77,7 @@ See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/i - RS90556 - `Heartbeatd` - upgrade [`sysinfo`](https://crates.io/crates/sysinfo) dependency 0.19.1 -> 0.27.7 -- RS93566 - Added [`rlcheck`]({{< relref "/operate/rs/references/cli-utilities/rlcheck" >}}) validation step to verify that all needed modules (modules used during the initial creation of any CRDBs on the cluster) are actually available on the cluster. In some cases, if a specific module version is required, the user will need to upload it in order to upgrade the cluster. After the upgrade is complete, you can delete the required module. +- RS93566 - Added [`rlcheck`](/content/operate/rs/references/cli-utilities/rlcheck/_index.md) validation step to verify that all needed modules (modules used during the initial creation of any CRDBs on the cluster) are actually available on the cluster. In some cases, if a specific module version is required, the user will need to upload it in order to upgrade the cluster. After the upgrade is complete, you can delete the required module. ## Known limitations @@ -85,7 +85,7 @@ See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/i #### Resharding fails for rack-aware databases with no replication -When a database is configured as [rack-aware]({{< relref "/operate/rs/clusters/configure/rack-zone-awareness" >}}) and replication is turned off, the resharding operation fails. +When a database is configured as [rack-aware](/content/operate/rs/clusters/configure/rack-zone-awareness.md) and replication is turned off, the resharding operation fails. RS97971 - This limitation will be fixed in a future 6.4.2 maintenance release. diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md index 9a150852f7..ab4b06090d 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md @@ -30,31 +30,30 @@ The following table shows the MD5 checksums for the available packages: - Amazon Linux 2 supported as a release candidate (RC) - {{}} -A database with modules cannot reside on an Amazon Linux 2 (release candidate) node. Support will be added in a future maintenance release. - {{}} + > [!NOTE] + > A database with modules cannot reside on an Amazon Linux 2 (release candidate) node. Support will be added in a future maintenance release. -- Add node ID indication to [`debug_info` package]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/debug_info" >}}) (RS95360) +- Add node ID indication to [`debug_info` package](/content/operate/rs/references/cli-utilities/rladmin/cluster/debug_info.md) (RS95360) -- Add support for underscore `_` as a valid character for [rack awareness]({{< relref "/operate/rs/clusters/configure/rack-zone-awareness" >}}) (RS87458) +- Add support for underscore `_` as a valid character for [rack awareness](/content/operate/rs/clusters/configure/rack-zone-awareness.md) (RS87458) -- When updating a [BDB object]({{< relref "/operate/rs/references/rest-api/objects/bdb" >}}), the version property is immutable. Any validation will be performed according to the BDB object version that was set during upgrade or install (RS93294) +- When updating a [BDB object](/content/operate/rs/references/rest-api/objects/bdb/_index.md), the version property is immutable. Any validation will be performed according to the BDB object version that was set during upgrade or install (RS93294) #### Redis Stack v6.2.6 Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (6.2.6 v6)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/): -- [RediSearch v2.6.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) +- [RediSearch v2.6.6](/content/operate/oss_and_stack/stack-with-enterprise/search/_index.md) -- [RedisJSON v2.4.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) +- [RedisJSON v2.4.6](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md) -- [RedisBloom v2.4.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) +- [RedisBloom v2.4.5](/content/operate/oss_and_stack/stack-with-enterprise/bloom/_index.md) -- [RedisGraph v2.10.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) +- [RedisGraph v2.10.9](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph/_index.md) -- [RedisTimeSeries v1.8.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) +- [RedisTimeSeries v1.8.9](/content/operate/oss_and_stack/stack-with-enterprise/timeseries/_index.md) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Version changes @@ -66,7 +65,7 @@ Ubuntu 16 support is deprecated and will be removed in a future release. #### Active-Active database persistence -The RDB snapshot option for [Active-Active database persistence]({{< relref "/operate/rs/databases/active-active/manage#data-persistence" >}}) is deprecated and will be removed in a future release. +The RDB snapshot option for [Active-Active database persistence](/content/operate/rs/databases/active-active/manage.md#data-persistence) is deprecated and will be removed in a future release. Please plan to reconfigure any Active-Active databases to use append-only file (AOF) persistence with the following command: @@ -79,7 +78,7 @@ crdb-cli crdb update --crdb-guid \ - RS95344 - Fixed known limitation for RHEL 7 and RHEL 8 where CRDB databases fail to start when installed using custom installation paths -- RS88010 - Roll back node configuration when the [remove node]({{< relref "/operate/rs/clusters/remove-node" >}}) operation fails +- RS88010 - Roll back node configuration when the [remove node](/content/operate/rs/clusters/remove-node.md) operation fails - RS95824 - Fixed an issue with running `rl_rdbconvert` on Ubuntu diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md index 58cbba465c..807458e191 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md @@ -39,23 +39,23 @@ The following table shows the MD5 checksums for the available packages: - Check port availability before installation and upgrade (RS80815) -- Added `failure_detection_sensitivity` policy to [cluster policy REST API requests]({{< relref "/operate/rs/references/rest-api/requests/cluster/policy" >}}). See the [`watchdog_profile` deprecation notice](#watchdog_profile) for more details. +- Added `failure_detection_sensitivity` policy to [cluster policy REST API requests](/content/operate/rs/references/rest-api/requests/cluster/policy.md). See the [`watchdog_profile` deprecation notice](#watchdog_profile) for more details. #### Redis Stack v6.2.6 Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (6.2.6 v6)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/): -- [RediSearch v2.6.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) +- [RediSearch v2.6.6](/content/operate/oss_and_stack/stack-with-enterprise/search/_index.md) -- [RedisJSON v2.4.7]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) +- [RedisJSON v2.4.7](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md) -- [RedisBloom v2.4.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) +- [RedisBloom v2.4.5](/content/operate/oss_and_stack/stack-with-enterprise/bloom/_index.md) -- [RedisGraph v2.10.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) +- [RedisGraph v2.10.9](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph/_index.md) -- [RedisTimeSeries v1.8.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) +- [RedisTimeSeries v1.8.9](/content/operate/oss_and_stack/stack-with-enterprise/timeseries/_index.md) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Version changes @@ -81,7 +81,7 @@ Ubuntu 16 support is deprecated, and support will be removed in a future release #### Active-Active database persistence -The RDB snapshot option for [Active-Active database persistence]({{< relref "/operate/rs/databases/active-active/manage#data-persistence" >}}) is deprecated and will be removed in a future release. +The RDB snapshot option for [Active-Active database persistence](/content/operate/rs/databases/active-active/manage.md#data-persistence) is deprecated and will be removed in a future release. Please plan to reconfigure any Active-Active databases to use append-only file (AOF) persistence with the following command: @@ -92,9 +92,9 @@ crdb-cli crdb update --crdb-guid \ ## Resolved issues -- RS97528 - Prevent [self-signed certificate]({{< relref "/operate/rs/security/certificates/create-certificates" >}}) script error on Ubuntu 20.04 by changing the user instructions. +- RS97528 - Prevent [self-signed certificate](/content/operate/rs/security/certificates/create-certificates.md) script error on Ubuntu 20.04 by changing the user instructions. -- RS99643 - Fix [`cipher_suites`]({{< relref "/operate/rs/security/encryption/tls/ciphers" >}}) configuration to allow default cipher suites according to the control plane, data plane, and discovery service. +- RS99643 - Fix [`cipher_suites`](/content/operate/rs/security/encryption/tls/ciphers.md) configuration to allow default cipher suites according to the control plane, data plane, and discovery service. - RS99696 - Fix [`HINCRBYFLOT`](https://github.com/redis/redis/security/advisories/GHSA-hjv8-vjf6-wcr6) CVE @@ -104,7 +104,7 @@ crdb-cli crdb update --crdb-guid \ ### Feature limitations -- RS78430 - When [tuning module arguments]({{< relref "/operate/rs/references/cli-utilities/rladmin/tune#tune-db" >}}), any typo or use of unsupported arguments can cause shards to get stuck after restart. +- RS78430 - When [tuning module arguments](/content/operate/rs/references/cli-utilities/rladmin/tune.md#tune-db), any typo or use of unsupported arguments can cause shards to get stuck after restart. ### Operating system limitations diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-81.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-81.md index 9819da13a3..10cc2744f1 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-81.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-81.md @@ -28,29 +28,29 @@ The following table shows the MD5 checksums for the available packages: ## New features and enhancements -- RS77279 - Database backup failures and replica high availability ([replica HA]({{< relref "/operate/rs/databases/configure/replica-ha" >}})) failures (for example, when relocating a shard from a node) now generate email alerts +- RS77279 - Database backup failures and replica high availability ([replica HA](/content/operate/rs/databases/configure/replica-ha.md)) failures (for example, when relocating a shard from a node) now generate email alerts #### Redis Stack v6.2.6 Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (6.2.6 v6)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/): -- [RediSearch v2.6.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) +- [RediSearch v2.6.9](/content/operate/oss_and_stack/stack-with-enterprise/search/_index.md) -- [RedisJSON v2.4.7]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) +- [RedisJSON v2.4.7](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md) -- [RedisBloom v2.4.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) +- [RedisBloom v2.4.5](/content/operate/oss_and_stack/stack-with-enterprise/bloom/_index.md) -- [RedisGraph v2.10.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) +- [RedisGraph v2.10.9](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph/_index.md) -- [RedisTimeSeries v1.8.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) +- [RedisTimeSeries v1.8.10](/content/operate/oss_and_stack/stack-with-enterprise/timeseries/_index.md) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Resolved issues - RS101204 - Fixed high memory consumption that was caused by the `persistence_mgr` service when AOF persistence is configured for every second. -- RS39322 , RS35526 - [`rlcheck`]({{< relref "/operate/rs/references/cli-utilities/rlcheck" >}}) no longer requires root privileges and can run with the `redislabs` group and user. +- RS39322 , RS35526 - [`rlcheck`](/content/operate/rs/references/cli-utilities/rlcheck/_index.md) no longer requires root privileges and can run with the `redislabs` group and user. - RS97315, RS100853 - Fixed the robustness of the support package process when collecting the shard configuration. @@ -62,9 +62,9 @@ See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/i ### Feature limitations -- RS78430 - When [tuning module arguments]({{< relref "/operate/rs/references/cli-utilities/rladmin/tune#tune-db" >}}), typos or unsupported arguments can cause shards to get stuck after restarting. +- RS78430 - When [tuning module arguments](/content/operate/rs/references/cli-utilities/rladmin/tune.md#tune-db), typos or unsupported arguments can cause shards to get stuck after restarting. -- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) to configure `handle_redirects` or `handle_metrics_redirects`. +- RS40641 - API requests are redirected to an internal IP in case the request arrives from a node which is not the master. To avoid this issue, use [`rladmin cluster config`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) to configure `handle_redirects` or `handle_metrics_redirects`. ### Operating system limitations diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md index fdfb6db1b9..537db2ce65 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-94.md @@ -40,21 +40,21 @@ The following table shows the MD5 checksums for the available packages: Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (6.2.6 v7)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/): -- [RediSearch v2.6.9]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes" >}}) +- [RediSearch v2.6.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON v2.4.7]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes" >}}) +- [RedisJSON v2.4.7](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisBloom v2.4.5]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes" >}}) +- [RedisBloom v2.4.5](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes" >}}) +- [RedisGraph v2.10.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) -- [RedisTimeSeries v1.8.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes" >}}) +- [RedisTimeSeries v1.8.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ## Resolved issues -- RS100903 - Fixed a v6.4.2 issue: when a database client requests [`SLOWLOG GET [count]`]({{< relref "/commands/slowlog-get" >}}, the proxy ignores "count" and always replies with 128 records +- RS100903 - Fixed a v6.4.2 issue: when a database client requests [`SLOWLOG GET [count]`](/content/commands/slowlog-get.md), the proxy ignores "count" and always replies with 128 records - RS95394 - Fixed Replica Of sync causing high DMC memory usage on source cluster when TLS is enabled "for Replica Of Only". diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md b/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md index d727baad6f..641e73844f 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md @@ -17,16 +17,15 @@ toc: 'true' weight: 71 --- -{{< warning >}} -Redis Software 7.2 reached end of life on February 28, 2026. It no longer -receives security patches, bug fixes, or maintenance releases. -Support for 7.2-specific issues is limited per your subscription agreement, -and you may be asked to upgrade before an issue can be investigated. - -Upgrade to a supported version. See the -[supported upgrade paths]({{< relref "/operate/rs/references/upgrade-paths" >}}) -and the [Redis Software product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}). -{{< /warning >}} +> [!WARNING] +> Redis Software 7.2 reached end of life on February 28, 2026. It no longer +> receives security patches, bug fixes, or maintenance releases. +> Support for 7.2-specific issues is limited per your subscription agreement, +> and you may be asked to upgrade before an issue can be investigated. +> +> Upgrade to a supported version. See the +> [supported upgrade paths](/content/operate/rs/references/upgrade-paths.md) +> and the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule). ​[​Redis Enterprise Software version 7.2.4](https://redis.io/downloads/#software) is now available! @@ -70,21 +69,21 @@ For more detailed release notes, select a build version from the following table For a list of potentially breaking changes introduced in version 7.2, see: -- [Breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#breaking-changes" >}}) +- [Breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#breaking-changes) -- [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) +- [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) -To prevent potential application issues due to RESP3 breaking changes, see [Client prerequisites for Redis 7.2 upgrade]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#client-prerequisites-for-redis-72-upgrade" >}}). +To prevent potential application issues due to RESP3 breaking changes, see [Client prerequisites for Redis 7.2 upgrade](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#client-prerequisites-for-redis-72-upgrade). ### Deprecations #### Command deprecations -- [`CLUSTER SLOTS`]({{< relref "/commands/cluster-slots" >}}) is deprecated as of Redis 7.0 +- [`CLUSTER SLOTS`](/content/commands/cluster-slots.md) is deprecated as of Redis 7.0 -- [`JSON.RESP`]({{< relref "commands/json.resp" >}}) is deprecated as of Redis Stack 7.2. +- [`JSON.RESP`](/content/commands/json.resp.md) is deprecated as of Redis Stack 7.2. -- [`QUIT`]({{< relref "/commands/quit" >}}) is deprecated as of Redis 7.2 +- [`QUIT`](/content/commands/quit.md) is deprecated as of Redis 7.2 #### API deprecations @@ -160,7 +159,7 @@ REST API requests deprecated as of Redis Enterprise v7.2.4: - Redis ACLs: Not Dangerous and Read Only. -- A deprecation notice for SASL-based LDAP was included in [previous Redis Enterprise Software release notes]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021" >}}#deprecation-notices). When you upgrade to Redis Enterprise Software version 7.2.4, all existing "external" users (previously used to support SASL-based LDAP) will be removed. +- A deprecation notice for SASL-based LDAP was included in [previous Redis Enterprise Software release notes](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md#deprecation-notices). When you upgrade to Redis Enterprise Software version 7.2.4, all existing "external" users (previously used to support SASL-based LDAP) will be removed. #### Legacy UI @@ -186,11 +185,11 @@ Amazon Linux 1 support is considered deprecated and will be removed in a future #### Ubuntu 16.04 -The deprecation of Ubuntu 16.04 was announced in the [Redis Enterprise Software 6.4.2 release notes]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases#deprecations" >}}). As of Redis Enterprise Software 7.2.4, Ubuntu 16.04 is no longer supported. +The deprecation of Ubuntu 16.04 was announced in the [Redis Enterprise Software 6.4.2 release notes](/content/operate/rs/release-notes/rs-6-4-2-releases/_index.md#deprecations). As of Redis Enterprise Software 7.2.4, Ubuntu 16.04 is no longer supported. #### RC4 encryption cipher -The RC4 encryption cipher is considered deprecated in favor of stronger ciphers. Support for RC4 by the [discovery service]({{< relref "/operate/rs/databases/durability-ha/discovery-service" >}}) will be removed in a future release. +The RC4 encryption cipher is considered deprecated in favor of stronger ciphers. Support for RC4 by the [discovery service](/content/operate/rs/databases/durability-ha/discovery-service.md) will be removed in a future release. #### 3DES encryption cipher @@ -206,7 +205,7 @@ Certain operating systems, such as RHEL 8, have already removed support for the ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -215,7 +214,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -234,15 +233,15 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. ## Known issues -- RS114185 - During an upgrade to [Redis Enterprise Software version 7.2.4-86]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92" >}}), the proxy might not start due to a `Failed to get default_suffix` error, which appears in `dmcproxy.log`. +- RS114185 - During an upgrade to [Redis Enterprise Software version 7.2.4-86](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92.md), the proxy might not start due to a `Failed to get default_suffix` error, which appears in `dmcproxy.log`. As a workaround, start `dmcproxy` manually: @@ -250,7 +249,7 @@ The following table provides a snapshot of supported platforms as of this Redis supervisorctl restart dmcproxy ``` - This issue was fixed in [Redis Enterprise Software version 7.2.4-92]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92" >}}). + This issue was fixed in [Redis Enterprise Software version 7.2.4-92](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92.md). - RS123142 - In an Active-Active setup with at least three participating clusters, removing and re-adding a cluster after removing older clusters without re-adding them can cause missing keys and potentially lead to data loss or data inconsistency. @@ -261,7 +260,7 @@ The following table provides a snapshot of supported platforms as of this Redis #### Command limitations -- [`CLIENT NO-TOUCH`]({{< relref "/commands/client-no-touch" >}}) might not run correctly in the following cases: +- [`CLIENT NO-TOUCH`](/content/commands/client-no-touch.md) might not run correctly in the following cases: - The Redis database version is earlier than 7.2.0. @@ -269,9 +268,9 @@ The following table provides a snapshot of supported platforms as of this Redis Before sending this command, clients should verify the database version is 7.2.0 or later and that using this command is allowed. -- You cannot use [`SUNSUBSCRIBE`]({{< relref "/commands/sunsubscribe" >}}) to unsubscribe from a shard channel if the regex changed while subscribed. +- You cannot use [`SUNSUBSCRIBE`](/content/commands/sunsubscribe.md) to unsubscribe from a shard channel if the regex changed while subscribed. -- Using [`XREADGROUP BLOCK`]({{< relref "/commands/xreadgroup" >}}) with `>` to return all new streams will cause the Redis database to freeze until the shard is restarted. ([#12031](https://github.com/redis/redis/pull/12301)) +- Using [`XREADGROUP BLOCK`](/content/commands/xreadgroup.md) with `>` to return all new streams will cause the Redis database to freeze until the shard is restarted. ([#12031](https://github.com/redis/redis/pull/12301)) - Because a rejected command does not record the duration for command stats, an error will appear after it is reprocessed that will cause the Redis database to freeze until the shard is restarted. ([#12247](https://github.com/redis/redis/pull/12247)) @@ -285,15 +284,15 @@ As a temporary workaround, you can change the node's `os_name` in the Cluster Co ccs-cli hset node: os_name rhel ``` -This limitation was fixed in [Redis Enterprise Software version 7.2.4-64]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64" >}}). +This limitation was fixed in [Redis Enterprise Software version 7.2.4-64](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64.md). #### Cluster recovery with manually uploaded modules -For clusters containing databases with manually uploaded modules, [cluster recovery]({{< relref "/operate/rs/clusters/cluster-recovery" >}}) requires an extra step. +For clusters containing databases with manually uploaded modules, [cluster recovery](/content/operate/rs/clusters/cluster-recovery.md) requires an extra step. After installing Redis Enterprise Software on the cluster nodes, upload compatible modules to `modulesdir` (`/opt/redislabs/lib/modules`) before continuing the recovery process. -This limitation was fixed in [Redis Enterprise Software version 7.2.4-64]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64" >}}). +This limitation was fixed in [Redis Enterprise Software version 7.2.4-64](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64.md). #### Cannot create Redis v6.x Active-Active databases with modules diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105.md index 34f889d5d9..7ddd7a55a7 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105.md @@ -26,7 +26,7 @@ This version offers: ### Enhancements -- LDAP authentication timeout `directory_timeout_s` is now configurable using a [`PUT /v1/cluster/ldap`]({{< relref "/operate/rs/references/rest-api/requests/cluster/ldap#put-cluster-ldap" >}}) REST API request. +- LDAP authentication timeout `directory_timeout_s` is now configurable using a [`PUT /v1/cluster/ldap`](/content/operate/rs/references/rest-api/requests/cluster/ldap.md#put-cluster-ldap) REST API request. - Added support for RHEL 8.9. @@ -56,7 +56,7 @@ Redis Enterprise Software versions 7.2.4-105 includes the following Redis Stack ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software. @@ -67,7 +67,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise | 7.2.4 | 6.4.2 | 6.2.18 | 6.2.12 | 6.2.10 | 6.2.8 | 6.2.4 | |------------------|-------|-------|--------|--------|--------|--------|-------| | **Release date** | Aug
    2023 | Feb
    2023 | Sept
    2022 | Aug
    2022 | Feb
    2022 | Oct
    2021 | Aug
    2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | | **Ubuntu**[1](#table-note-1) | | 20.04 | ✅ | ✅[6](#table-note-6) | – | – | – | – | – | | 18.04 | ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -92,22 +92,22 @@ The following table provides a snapshot of supported platforms as of this Redis 1. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration]({{< relref "/operate/rs/installing-upgrading/configuring/centos-rhel-firewall" >}}). +2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration](/content/operate/rs/installing-upgrading/configuring/centos-rhel-firewall.md). 3. Based on the corresponding RHEL version. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. -5. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes" >}}). +5. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/_index.md). -6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). -7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). -8. Redis Enterprise Software [6.4.2-103]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103" >}}) and later supports RHEL 8.8. +8. Redis Enterprise Software [6.4.2-103](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md) and later supports RHEL 8.8. -9. Redis Enterprise Software [7.2.4-105]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105" >}}) and later supports RHEL 8.9. +9. Redis Enterprise Software [7.2.4-105](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105.md) and later supports RHEL 8.9. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-109.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-109.md index d53b604a72..e801445312 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-109.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-109.md @@ -27,13 +27,13 @@ This version offers: Redis Enterprise Software versions 7.2.4-109 includes the following Redis Stack modules: -- [RediSearch 2.8.9]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes" >}}) +- [RediSearch 2.8.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes" >}}) +- [RedisJSON 2.6.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes" >}}) +- [RedisTimeSeries 1.10.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6.11]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes" >}}) +- [RedisBloom 2.6.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0.17](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) @@ -49,7 +49,7 @@ Redis Enterprise Software versions 7.2.4-109 includes the following Redis Stack ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -58,7 +58,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -75,10 +75,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-122.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-122.md index 1c5448b75e..3a71c12422 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-122.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-122.md @@ -25,13 +25,13 @@ This version offers: Redis Enterprise Software versions 7.2.4-122 includes the following Redis Stack modules: -- [RediSearch 2.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) @@ -39,7 +39,7 @@ Redis Enterprise Software versions 7.2.4-122 includes the following Redis Stack ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -48,7 +48,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -67,9 +67,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-130.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-130.md index 79062c5308..8e1b1fb596 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-130.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-130.md @@ -27,13 +27,13 @@ This version offers: Redis Enterprise Software versions 7.2.4-130 includes the following Redis Stack modules: -- [RediSearch 2.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) @@ -47,7 +47,7 @@ Redis Enterprise Software versions 7.2.4-130 includes the following Redis Stack ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -56,7 +56,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -75,9 +75,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-132.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-132.md index 257c58512e..5cf4318fcc 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-132.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-132.md @@ -25,13 +25,13 @@ This maintenance release offers: Redis Enterprise Software versions 7.2.4-132 includes the following Redis Stack modules: -- [RediSearch 2.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) @@ -43,7 +43,7 @@ Redis Enterprise Software versions 7.2.4-132 includes the following Redis Stack ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -52,7 +52,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -71,9 +71,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-138.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-138.md index e631cc1d4c..f7c06a7e6f 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-138.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-138.md @@ -25,13 +25,13 @@ This maintenance release offers: Redis Enterprise Software versions 7.2.4-138 includes the following Redis Stack modules: -- [RediSearch 2.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) @@ -39,7 +39,7 @@ Redis Enterprise Software versions 7.2.4-138 includes the following Redis Stack ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -48,7 +48,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -67,9 +67,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-153.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-153.md index da8921656a..7db9b0b8e8 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-153.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-153.md @@ -25,13 +25,13 @@ This maintenance release offers: Redis Enterprise Software versions 7.2.4-153 includes the following Redis Stack modules: -- [RediSearch 2.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) @@ -39,7 +39,7 @@ Redis Enterprise Software versions 7.2.4-153 includes the following Redis Stack ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -48,7 +48,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -67,9 +67,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-154.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-154.md index 511238054a..a4d02456e6 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-154.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-154.md @@ -25,13 +25,13 @@ This maintenance release offers: Redis Software versions 7.2.4-154 includes the following Redis Stack modules: -- [RediSearch 2.8]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) @@ -39,7 +39,7 @@ Redis Software versions 7.2.4-154 includes the following Redis Stack modules: ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -50,7 +50,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -69,9 +69,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md index 8f2c99a453..eea4591e65 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md @@ -53,11 +53,11 @@ This version offers: The following Redis 7.0 features are now supported: -- [Redis functions]({{< relref "/develop/programmability/functions-intro" >}}) +- [Redis functions](/content/develop/programmability/functions-intro.md) - In Redis Enterprise Software, [`FUNCTION STATS`]({{< relref "/commands/function-stats" >}}) returns an extra parameter, an array called `all_running_scripts`, to reflect multiple functions running at the same time. + In Redis Enterprise Software, [`FUNCTION STATS`](/content/commands/function-stats.md) returns an extra parameter, an array called `all_running_scripts`, to reflect multiple functions running at the same time. -- [Multipart AOF]({{< relref "/operate/oss_and_stack/management/persistence" >}}#append-only-file) (append-only files) +- [Multipart AOF](/content/operate/oss_and_stack/management/persistence.md#append-only-file) (append-only files) - New commands @@ -103,13 +103,13 @@ To switch existing databases to use Speedb for Auto Tiering and improve performa For more information about Auto Tiering, see: -- [Auto Tiering overview]({{< relref "/operate/rs/databases/flash" >}}) +- [Auto Tiering overview](/content/operate/rs/databases/flash/_index.md) -- [Auto Tiering quick start]({{< relref "/operate/rs/databases/flash/quickstart" >}}) +- [Auto Tiering quick start](/content/operate/rs/databases/flash/quickstart.md) #### RESP3 support -Support for RESP3 and the [`HELLO`]({{< relref "/commands/hello" >}}) command was added in Redis Enterprise 7.2. +Support for RESP3 and the [`HELLO`](/content/commands/hello.md) command was added in Redis Enterprise 7.2. To use RESP3 with Redis Enterprise: @@ -131,9 +131,9 @@ If you run Redis Stack commands with Redis clients [Go-Redis](https://redis.uptr #### Sharded pub/sub -[Sharded pub/sub]({{< relref "/develop/pubsub" >}}#sharded-pubsub) is now supported. +[Sharded pub/sub](/content/develop/pubsub/_index.md#sharded-pubsub) is now supported. -You cannot use sharded pub/sub if you [deactivate RESP3 support]({{< relref "/operate/rs/references/compatibility/resp#deactivate-resp3" >}}). +You cannot use sharded pub/sub if you [deactivate RESP3 support](/content/operate/rs/references/compatibility/resp.md#deactivate-resp3). #### New Cluster Manager UI preview @@ -225,9 +225,8 @@ To open the legacy admin console when signed in to the new UI, select your usern - And more -{{}} -With the release of the new Cluster Manager UI, the legacy UI is considered deprecated and will eventually be phased out. New functionality will only be implemented in the new Cluster Manager UI, and the old UI will no longer be maintained except for critical bug fixes. -{{}} +> [!NOTE] +> With the release of the new Cluster Manager UI, the legacy UI is considered deprecated and will eventually be phased out. New functionality will only be implemented in the new Cluster Manager UI, and the old UI will no longer be maintained except for critical bug fixes. #### Redis Stack 7.2 features @@ -237,9 +236,9 @@ The following sections include a few highlights. For more details, see the [Redi ##### Search and query -- Introduces [Geo Polygon]({{< relref "commands/ft.search#examples" >}}) Search. Geo range queries now accept the [`GEOSHAPE`]({{< relref "commands/ft.create#required-arguments" >}}) field type, which supports polygon shapes using [WKT notation](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry). `GEOSHAPE` supports `POLYGON` and `POINT` as shape formats and polygon operations. +- Introduces [Geo Polygon](/content/commands/ft.search.md#examples) Search. Geo range queries now accept the [`GEOSHAPE`](/content/commands/ft.create.md#required-arguments) field type, which supports polygon shapes using [WKT notation](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry). `GEOSHAPE` supports `POLYGON` and `POINT` as shape formats and polygon operations. -- Performance improvements for `SORT BY` operations using [`FT.SEARCH`]({{< relref "commands/ft.search#optional-arguments" >}}) and [`FT.AGGREGATE`]({{< relref "commands/ft.aggregate#optional-arguments" >}}). +- Performance improvements for `SORT BY` operations using [`FT.SEARCH`](/content/commands/ft.search.md#optional-arguments) and [`FT.AGGREGATE`](/content/commands/ft.aggregate.md#optional-arguments). - New `FORMAT` for improved readability and future support for better error handling responses on `FT.SEARCH` and `FT.AGGREGATE` in RESP3 only. @@ -247,9 +246,9 @@ The following sections include a few highlights. For more details, see the [Redi JSON introduces two new commands: - - [JSON.MERGE]({{< relref "commands/json.merge" >}}) merges a given JSON value into matching paths to update, delete, or expand the JSON values at the matching paths. + - [JSON.MERGE](/content/commands/json.merge.md) merges a given JSON value into matching paths to update, delete, or expand the JSON values at the matching paths. - - [JSON.MSET]({{< relref "commands/json.mset" >}}) sets or updates one or more JSON values according to specified key-path-value triplets. + - [JSON.MSET](/content/commands/json.mset.md) sets or updates one or more JSON values according to specified key-path-value triplets. ##### Triggers and functions preview @@ -257,13 +256,12 @@ A preview of triggers and functions is available. Triggers and functions provide support for running JavaScript functions inside the Redis process. These functions can be executed on-demand, by an event-driven trigger, or by a stream processing trigger. -Try it out with the [triggers and functions quick start]({{< relref "operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/quick_start_ri" >}}). - -{{}} -- The preview version of triggers and functions is not intended for production use since the API might change in the future and potentially cause application issues when upgrading to a later version. +Try it out with the [triggers and functions quick start](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/Quick_Start_RI.md). -- During preview, triggers and functions are not supported for databases with Auto Tiering enabled (previously known as Redis on Flash). -{{}} +> [!NOTE] +> - The preview version of triggers and functions is not intended for production use since the API might change in the future and potentially cause application issues when upgrading to a later version. +> +> - During preview, triggers and functions are not supported for databases with Auto Tiering enabled (previously known as Redis on Flash). ##### Module versions @@ -280,7 +278,7 @@ Redis Enterprise Software version 7.2.4 includes the following Redis Stack modul - [RedisGears 2.0.11](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.11-m12) -See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. +See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database. ### Enhancements @@ -292,7 +290,7 @@ To view available Redis database versions: - In the Cluster Manager UI, see **Redis database versions** on the **Cluster > Configuration** screen. -- Send a [`GET /nodes` REST API request]({{< relref "/operate/rs/references/rest-api/requests/nodes" >}}) and see `supported_database_versions` in the response. +- Send a [`GET /nodes` REST API request](/content/operate/rs/references/rest-api/requests/nodes/_index.md) and see `supported_database_versions` in the response. The default Redis database version, which is used when you upgrade an existing database or create a new one, differs between Redis Enterprise releases as follows: @@ -308,7 +306,7 @@ For Redis Enterprise Software version 7.2.4, `default_redis_version` is 7.2 for Redis Enterprise Software version 7.2.4 includes updates to its license format, which add separate shard limits for RAM and flash shards used for Auto Tiering. -For more information, see [Cluster license keys]({{< relref "/operate/rs/clusters/configure/license-keys" >}}). +For more information, see [Cluster license keys](/content/operate/rs/clusters/configure/license-keys.md). #### Redis ACL selectors and key-based permissions @@ -322,9 +320,9 @@ Key permissions: - `%RW~`: Alias for `~`. Grants read and write access to keys that match the given pattern. - See [key permissions]({{< relref "/operate/oss_and_stack/management/security/acl" >}}#key-permissions) for more information. + See [key permissions](/content/operate/oss_and_stack/management/security/acl.md#key-permissions) for more information. -Selectors let you define multiple sets of rules in a single Redis ACL (only supported for databases with Redis version 7.2 or later). A command is allowed if it matches the base rule or any selector in the Redis ACL. See [selectors]({{< relref "/operate/oss_and_stack/management/security/acl" >}}#selectors) for more information. +Selectors let you define multiple sets of rules in a single Redis ACL (only supported for databases with Redis version 7.2 or later). A command is allowed if it matches the base rule or any selector in the Redis ACL. See [selectors](/content/operate/oss_and_stack/management/security/acl.md#selectors) for more information. - `()`: Creates a new selector. @@ -344,19 +342,19 @@ Redis ACLs have the following differences in Redis Enterprise Software: - Cluster Manager UI (admin console) - - [`rladmin cluster reset_password`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/reset_password" >}}): + - [`rladmin cluster reset_password`](/content/operate/rs/references/cli-utilities/rladmin/cluster/reset_password.md): ```sh rladmin cluster reset_password ``` - - REST API [`PUT /v1/users`]({{< relref "/operate/rs/references/rest-api/requests/users#put-user" >}}) request and provide `password` + - REST API [`PUT /v1/users`](/content/operate/rs/references/rest-api/requests/users/_index.md#put-user) request and provide `password` - The **ACL builder** does not support selectors and key permissions. Use **Free text command** to manually define them instead. #### New INFO fields -The [`INFO`]({{< relref "/commands/info" >}}) command includes new fields: +The [`INFO`](/content/commands/info.md) command includes new fields: - Under the `STATS` section: @@ -456,11 +454,11 @@ If you are using [LettuceMod](https://github.com/redis-developer/lettucemod/), y #### Command deprecations -- [`CLUSTER SLOTS`]({{< relref "/commands/cluster-slots" >}}) is deprecated as of Redis 7.0 +- [`CLUSTER SLOTS`](/content/commands/cluster-slots.md) is deprecated as of Redis 7.0 -- [`JSON.RESP`]({{< relref "commands/json.resp" >}}) is deprecated as of Redis Stack 7.2. +- [`JSON.RESP`](/content/commands/json.resp.md) is deprecated as of Redis Stack 7.2. -- [`QUIT`]({{< relref "/commands/quit" >}}) is deprecated as of Redis 7.2 +- [`QUIT`](/content/commands/quit.md) is deprecated as of Redis 7.2 #### API deprecations @@ -538,7 +536,7 @@ REST API requests deprecated as of Redis Enterprise v7.2: - In upcoming maintenance releases, the deprecated roles and ACLs will be removed automatically when you upgrade to Redis Enterprise Software version 7.2.4, unless they are associated with any users or databases in the cluster. -- A deprecation notice for SASL-based LDAP was included in [previous Redis Enterprise Software release notes]({{< relref "/operate/rs/release-notes/rs-6-2-4-august-2021" >}}#deprecation-notices). When you upgrade to Redis Enterprise Software version 7.2.4, all existing "external" users (previously used to support SASL-based LDAP) will be removed. +- A deprecation notice for SASL-based LDAP was included in [previous Redis Enterprise Software release notes](/content/operate/rs/release-notes/rs-6-2-4-august-2021.md#deprecation-notices). When you upgrade to Redis Enterprise Software version 7.2.4, all existing "external" users (previously used to support SASL-based LDAP) will be removed. #### Legacy UI @@ -564,11 +562,11 @@ Amazon Linux 1 support is considered deprecated and will be removed in a future #### Ubuntu 16.04 -The deprecation of Ubuntu 16.04 was announced in the [Redis Enterprise Software 6.4.2 release notes]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases#deprecations" >}}). As of Redis Enterprise Software 7.2.4, Ubuntu 16.04 is no longer supported. +The deprecation of Ubuntu 16.04 was announced in the [Redis Enterprise Software 6.4.2 release notes](/content/operate/rs/release-notes/rs-6-4-2-releases/_index.md#deprecations). As of Redis Enterprise Software 7.2.4, Ubuntu 16.04 is no longer supported. #### RC4 encryption cipher -The RC4 encryption cipher is considered deprecated in favor of stronger ciphers. Support for RC4 by the [discovery service]({{< relref "/operate/rs/databases/durability-ha/discovery-service" >}}) will be removed in a future release. +The RC4 encryption cipher is considered deprecated in favor of stronger ciphers. Support for RC4 by the [discovery service](/content/operate/rs/databases/durability-ha/discovery-service.md) will be removed in a future release. #### 3DES encryption cipher @@ -586,7 +584,7 @@ Certain operating systems, such as RHEL 8, have already removed support for the #### Prepare for restrictive pub/sub permissions -Redis database version 6.2 introduced pub/sub ACL rules that determine which [pub/sub channels]({{< relref "/develop/pubsub" >}}) a user can access. +Redis database version 6.2 introduced pub/sub ACL rules that determine which [pub/sub channels](/content/develop/pubsub/_index.md) a user can access. The configuration option `acl-pubsub-default`, added in Redis Enterprise Software version 6.4.2, determines the cluster-wide default level of access for all pub/sub channels. Redis Enterprise Software uses the following pub/sub permissions by default: @@ -624,15 +622,15 @@ To secure pub/sub channels and prepare your cluster for future Redis Enterprise Open source Redis version 7.2 changes the request and response policies for several commands. Because the GA release of Redis Enterprise version 7.2 does not include these policy changes, commands might behave differently from open source Redis. However, these changes will be included in a future Redis Enterprise maintenance release: -- [`RANDOMKEY`]({{< relref "/commands/randomkey" >}}) and [`SCAN`]({{< relref "/commands/scan" >}}) will change from no response policy to a `SPECIAL` response policy. +- [`RANDOMKEY`](/content/commands/randomkey.md) and [`SCAN`](/content/commands/scan.md) will change from no response policy to a `SPECIAL` response policy. -- [`MSETNX`]({{< relref "/commands/msetnx" >}}) currently has a `MULTI_SHARD` request policy and `AGG_MIN` response policy. Both will change to no policy. +- [`MSETNX`](/content/commands/msetnx.md) currently has a `MULTI_SHARD` request policy and `AGG_MIN` response policy. Both will change to no policy. -For more information about request and response policies, see [Redis command tips]({{< relref "/develop/reference/command-tips" >}}). +For more information about request and response policies, see [Redis command tips](/content/develop/reference/command-tips.md). ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software. @@ -665,18 +663,18 @@ The following table provides a snapshot of supported platforms as of this Redis 1. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration]({{< relref "/operate/rs/installing-upgrading/configuring/centos-rhel-firewall" >}}). +2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration](/content/operate/rs/installing-upgrading/configuring/centos-rhel-firewall.md). 3. Based on the corresponding RHEL version. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. -5. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes" >}}). +5. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/_index.md). -6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). -7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). ## Downloads @@ -720,7 +718,7 @@ To prevent this issue: #### Command limitations -- [`CLIENT NO-TOUCH`]({{< relref "/commands/client-no-touch" >}}) might not run correctly in the following cases: +- [`CLIENT NO-TOUCH`](/content/commands/client-no-touch.md) might not run correctly in the following cases: - The Redis database version is earlier than 7.2.0. @@ -728,9 +726,9 @@ To prevent this issue: Before sending this command, clients should verify the database version is 7.2.0 or later and that using this command is allowed. -- You cannot use [`SUNSUBSCRIBE`]({{< relref "/commands/sunsubscribe" >}}) to unsubscribe from a shard channel if the regex changed while subscribed. +- You cannot use [`SUNSUBSCRIBE`](/content/commands/sunsubscribe.md) to unsubscribe from a shard channel if the regex changed while subscribed. -- Using [`XREADGROUP BLOCK`]({{< relref "/commands/xreadgroup" >}}) with `>` to return all new streams will cause the Redis database to freeze until the shard is restarted. ([#12031](https://github.com/redis/redis/pull/12301)) +- Using [`XREADGROUP BLOCK`](/content/commands/xreadgroup.md) with `>` to return all new streams will cause the Redis database to freeze until the shard is restarted. ([#12031](https://github.com/redis/redis/pull/12301)) - Because a rejected command does not record the duration for command stats, an error will appear after it is reprocessed that will cause the Redis database to freeze until the shard is restarted. ([#12247](https://github.com/redis/redis/pull/12247)) @@ -746,7 +744,7 @@ ccs-cli hset node: os_name rhel #### Cluster recovery with manually uploaded modules -For clusters containing databases with manually uploaded modules, [cluster recovery]({{< relref "/operate/rs/clusters/cluster-recovery" >}}) requires an extra step. +For clusters containing databases with manually uploaded modules, [cluster recovery](/content/operate/rs/clusters/cluster-recovery.md) requires an extra step. After installing Redis Enterprise Software on the cluster nodes, upload compatible modules to `modulesdir` (`/opt/redislabs/lib/modules`) before continuing the recovery process. diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64.md index 306286706d..fb2f512a69 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-64.md @@ -33,19 +33,19 @@ This version offers: - Cluster recovery with manually uploaded modules - - For clusters containing databases with manually uploaded modules, [cluster recovery]({{< relref "/operate/rs/clusters/cluster-recovery" >}}) is now seamlessly integrated. + - For clusters containing databases with manually uploaded modules, [cluster recovery](/content/operate/rs/clusters/cluster-recovery.md) is now seamlessly integrated. -- Support package now contains `supervisorctl` status when created by the [`rladmin` command]({{< relref "/operate/rs/installing-upgrading/creating-support-package#command-line-method" >}}) (RS107879). +- Support package now contains `supervisorctl` status when created by the [`rladmin` command](/content/operate/rs/installing-upgrading/creating-support-package.md#command-line-method) (RS107879). -- Port range (`reserved_ports`) is now configurable using [`rladmin`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/config" >}}) or the [REST API]({{< relref "/operate/rs/references/rest-api/requests/cluster#put-cluster" >}}). +- Port range (`reserved_ports`) is now configurable using [`rladmin`](/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md) or the [REST API](/content/operate/rs/references/rest-api/requests/cluster/_index.md#put-cluster). - - Removed `rlutil reserved_ports`, which was deprecated in Redis Enterprise Software [version 7.2.4-52]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#api-deprecations" >}}). + - Removed `rlutil reserved_ports`, which was deprecated in Redis Enterprise Software [version 7.2.4-52](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#api-deprecations). -- [License REST API requests]({{< relref "/operate/rs/references/rest-api/requests/license" >}}) return the number of used shards (RAM & flash). +- [License REST API requests](/content/operate/rs/references/rest-api/requests/license/_index.md) return the number of used shards (RAM & flash). #### Redis modules -Redis Enterprise Software version 7.2.4-64 includes the following Redis Stack modules (no changes since [Redis Enterprise Software version 7.2.4-52]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52" >}}): +Redis Enterprise Software version 7.2.4-64 includes the following Redis Stack modules (no changes since [Redis Enterprise Software version 7.2.4-52](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md): - [RediSearch 2.8.4](https://github.com/RediSearch/RediSearch/releases/tag/v2.8.4) @@ -59,9 +59,9 @@ Redis Enterprise Software version 7.2.4-64 includes the following Redis Stack mo ### Resolved issues -- RS107986 - Allow ports lower than 1024 when configuring [auditing]({{< relref "/operate/rs/security/audit-events" >}}) using `rladmin`. +- RS107986 - Allow ports lower than 1024 when configuring [auditing](/content/operate/rs/security/audit-events.md) using `rladmin`. -- RS105335 - Added error handling to [`CLIENT NO-TOUCH`]({{< relref "/commands/client-no-touch" >}}) to return an error if the Redis database version is earlier than 7.2.0 or the command is restricted by ACL rules (handles `CLIENT NO-TOUCH` [command limitations](https://docs.redis.com/latest/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52/#command-limitations)). +- RS105335 - Added error handling to [`CLIENT NO-TOUCH`](/content/commands/client-no-touch.md) to return an error if the Redis database version is earlier than 7.2.0 or the command is restricted by ACL rules (handles `CLIENT NO-TOUCH` [command limitations](https://docs.redis.com/latest/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52/#command-limitations)). - RS105137 - Fixed audit reconnect issue: sometimes the proxy failed to reconnect to a restarted audit listener. @@ -77,13 +77,13 @@ Redis Enterprise Software version 7.2.4-64 includes the following Redis Stack mo - RS107718 - When `cm_server` is disabled through `optional_services`, envoy (the cluster’s reverse proxy) now stops listening on the `cm_server` port. -- RS107909 - Added `os_family`, which groups operating systems into categories, to node properties and upgrade logic. Fixed the [known limitation]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases#modules-cannot-load-in-oracle-linux-7--8" >}}) for upgrades and module uploads for the following operating systems: Rocky Linux, Oracle Linux 7, Oracle Linux 8, CentOS 7, and CentOS 8. +- RS107909 - Added `os_family`, which groups operating systems into categories, to node properties and upgrade logic. Fixed the [known limitation](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md#modules-cannot-load-in-oracle-linux-7--8) for upgrades and module uploads for the following operating systems: Rocky Linux, Oracle Linux 7, Oracle Linux 8, CentOS 7, and CentOS 8. ## Version changes ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software. @@ -116,18 +116,18 @@ The following table provides a snapshot of supported platforms as of this Redis 1. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration]({{< relref "/operate/rs/installing-upgrading/configuring/centos-rhel-firewall" >}}). +2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration](/content/operate/rs/installing-upgrading/configuring/centos-rhel-firewall.md). 3. Based on the corresponding RHEL version. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. -5. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes" >}}). +5. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/_index.md). -6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). -7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-72.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-72.md index 6eeb07f989..15347fce80 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-72.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-72.md @@ -26,17 +26,17 @@ This version offers: - New Cluster Manager UI enhancements: - - [Database upgrade configuration]({{< relref "/operate/rs/databases/configure/db-upgrade" >}}) - cluster-wide policies that affect default database upgrades + - [Database upgrade configuration](/content/operate/rs/databases/configure/db-upgrade.md) - cluster-wide policies that affect default database upgrades - - [Database defaults]({{< relref "/operate/rs/databases/configure/db-defaults" >}}) - cluster-wide policies that determine default settings when creating new databases + - [Database defaults](/content/operate/rs/databases/configure/db-defaults.md) - cluster-wide policies that determine default settings when creating new databases - - [User lockout parameters]({{< relref "/operate/rs/security/access-control/manage-users/login-lockout" >}}) - locks user accounts after excessive failed login attempts + - [User lockout parameters](/content/operate/rs/security/access-control/manage-users/login-lockout.md) - locks user accounts after excessive failed login attempts - - [TLS configuration]({{< relref "/operate/rs/security/encryption/tls/enable-tls" >}}) improvements + - [TLS configuration](/content/operate/rs/security/encryption/tls/enable-tls.md) improvements #### Redis modules -Redis Enterprise Software version 7.2.4-72 includes the following Redis Stack modules (no changes since [Redis Enterprise Software version 7.2.4-52]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52" >}}): +Redis Enterprise Software version 7.2.4-72 includes the following Redis Stack modules (no changes since [Redis Enterprise Software version 7.2.4-52](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md): - [RediSearch 2.8.4](https://github.com/RediSearch/RediSearch/releases/tag/v2.8.4) @@ -62,7 +62,7 @@ Redis Enterprise Software version 7.2.4-72 includes the following Redis Stack mo ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software. @@ -73,7 +73,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise | 7.2.4 | 6.4.2 | 6.2.18 | 6.2.12 | 6.2.10 | 6.2.8 | 6.2.4 | |------------------|-------|-------|--------|--------|--------|--------|-------| | **Release date** | Aug
    2023 | Feb
    2023 | Sept
    2022 | Aug
    2022 | Feb
    2022 | Oct
    2021 | Aug
    2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | | **Ubuntu**[1](#table-note-1) | | 20.04 | ✅ | ✅[6](#table-note-6) | – | – | – | – | – | | 18.04 | ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -97,18 +97,18 @@ The following table provides a snapshot of supported platforms as of this Redis 1. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration]({{< relref "/operate/rs/installing-upgrading/configuring/centos-rhel-firewall" >}}). +2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration](/content/operate/rs/installing-upgrading/configuring/centos-rhel-firewall.md). 3. Based on the corresponding RHEL version. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. -5. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes" >}}). +5. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/_index.md). -6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). -7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92.md b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92.md index de2b7dd29b..24775e594e 100644 --- a/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92.md +++ b/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92.md @@ -32,11 +32,11 @@ This version offers: - New Cluster Manager UI enhancements: - - Improved [LDAP configuration]({{< relref "/operate/rs/security/access-control/ldap/enable-role-based-ldap" >}}) and moved it from **Cluster > Security > LDAP** to **Access Control > LDAP > Configuration** + - Improved [LDAP configuration](/content/operate/rs/security/access-control/ldap/enable-role-based-ldap.md) and moved it from **Cluster > Security > LDAP** to **Access Control > LDAP > Configuration** -- New `capability_name` field added to [module REST API object]({{< relref "/operate/rs/references/rest-api/objects/module" >}}) +- New `capability_name` field added to [module REST API object](/content/operate/rs/references/rest-api/objects/module.md) -- The following predefined roles and ACLs are removed automatically when you upgrade the cluster, unless they are associated with any users or databases, as planned in the Redis Enterprise Software version 7.2.4-52 [deprecation notice]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#access-control-deprecations" >}}): +- The following predefined roles and ACLs are removed automatically when you upgrade the cluster, unless they are associated with any users or databases, as planned in the Redis Enterprise Software version 7.2.4-52 [deprecation notice](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#access-control-deprecations): - Custom roles (not management roles): Cluster Member, Cluster Viewer, DB Member, DB Viewer, None. @@ -62,7 +62,7 @@ The following issues were resolved in ​Redis Enterprise Software version 7.2.4 - RS114368 - Cluster upgrades should no longer show a warning that the `redislabs` user or group already exists. -- RS114185 - Resolved a [known issue]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92#known-issues" >}}) regarding cluster upgrade failures due to a `Failed to get default_suffix` error, which appears in `dmcproxy.log`. +- RS114185 - Resolved a [known issue](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-92.md#known-issues) regarding cluster upgrade failures due to a `Failed to get default_suffix` error, which appears in `dmcproxy.log`. The following issues were resolved in ​Redis Enterprise Software version 7.2.4-86: @@ -92,7 +92,7 @@ The following issues were resolved in ​Redis Enterprise Software version 7.2.4 ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software. @@ -103,7 +103,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise | 7.2.4 | 6.4.2 | 6.2.18 | 6.2.12 | 6.2.10 | 6.2.8 | 6.2.4 | |------------------|-------|-------|--------|--------|--------|--------|-------| | **Release date** | Aug
    2023 | Feb
    2023 | Sept
    2022 | Aug
    2022 | Feb
    2022 | Oct
    2021 | Aug
    2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | – | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | | **Ubuntu**[1](#table-note-1) | | 20.04 | ✅ | ✅[6](#table-note-6) | – | – | – | – | – | | 18.04 | ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -127,20 +127,20 @@ The following table provides a snapshot of supported platforms as of this Redis 1. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration]({{< relref "/operate/rs/installing-upgrading/configuring/centos-rhel-firewall" >}}). +2. RHEL and CentOS deployments require OpenSSL 1.0.2 and [firewall configuration](/content/operate/rs/installing-upgrading/configuring/centos-rhel-firewall.md). 3. Based on the corresponding RHEL version. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. -5. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes" >}}). +5. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/_index.md). -6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). -7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). -8. Redis Enterprise Software [6.4.2-103]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103" >}}) and later supports RHEL 8.8. +8. Redis Enterprise Software [6.4.2-103](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md) and later supports RHEL 8.8. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-22-releases/_index.md b/content/operate/rs/release-notes/rs-7-22-releases/_index.md index a10c5a9b6d..3302a7c89a 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/_index.md @@ -51,9 +51,9 @@ For more detailed release notes, select a build version from the following table - Redis Software installation script changes: - - Added `--skip-updating-env-path` option to [`install.sh`]({{}}). + - Added `--skip-updating-env-path` option to [`install.sh`](/content/operate/rs/installing-upgrading/install/install-script.md). - - Added `skip_updating_env_path` parameter to the [installation answers file]({{}}). + - Added `skip_updating_env_path` parameter to the [installation answers file](/content/operate/rs/installing-upgrading/install/manage-installation-questions.md#configure-file-to-answer). ### Reserved ports @@ -81,27 +81,27 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Deprecations #### API deprecations -- Deprecated [`GET /v1/bdbs//actions/optimize_shards_placement`]({{}}) REST API request. Use [`PUT /v1/bdbs//actions/revamp?dry_run=true`]({{}}) to get an optimized shard placement blueprint for a database instead. +- Deprecated [`GET /v1/bdbs//actions/optimize_shards_placement`](/content/operate/rs/references/rest-api/requests/bdbs/actions/optimize_shards_placement.md#get-bdbs-actions-optimize-shards-placement) REST API request. Use [`PUT /v1/bdbs//actions/revamp?dry_run=true`](/content/operate/rs/references/rest-api/requests/bdbs/actions/revamp.md#put-bdbs-actions-revamp) to get an optimized shard placement blueprint for a database instead. -- Deprecated the `data_files` option for the `recovery_plan` specified in [`POST /v2/bdbs`]({{}}) requests. Use the new `original_bdb_shards` option to recover a database from the provided list of shards instead. +- Deprecated the `data_files` option for the `recovery_plan` specified in [`POST /v2/bdbs`](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#post-bdbs-v2) requests. Use the new `original_bdb_shards` option to recover a database from the provided list of shards instead. -- Deprecated [`PUT /v1/cluster/update_cert`]({{}}) REST API requests as of Redis Software version 7.22.2. Use [`PUT /v1/cluster/certificates`]({{}}) to update cluster certificates instead. +- Deprecated [`PUT /v1/cluster/update_cert`](/content/operate/rs/references/rest-api/requests/cluster/certificates/_index.md#put-cluster-update_cert) REST API requests as of Redis Software version 7.22.2. Use [`PUT /v1/cluster/certificates`](/content/operate/rs/references/rest-api/requests/cluster/certificates/_index.md#put-cluster-certificates) to update cluster certificates instead. #### Internal monitoring and v1 Prometheus metrics deprecation -The existing [internal monitoring engine]({{}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming. +The existing [internal monitoring engine](/content/operate/rs/monitoring/v1_monitoring.md) is deprecated. We recommend transitioning to the new [metrics stream engine](/content/operate/rs/monitoring/metrics_stream_engine/_index.md) for improved performance, enhanced integration capabilities, and modernized metrics streaming. -V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide]({{}}) now, or wait to use new preconfigured dashboards when they become available in a future release. +V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide](/content/operate/rs/references/metrics/prometheus-metrics-v1-to-v2.md) now, or wait to use new preconfigured dashboards when they become available in a future release. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -110,7 +110,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -129,9 +129,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -150,7 +150,7 @@ The following table provides a snapshot of supported platforms as of this Redis If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -158,7 +158,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-216.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-216.md index 22e7bf31cc..b33357eb1b 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-216.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-216.md @@ -25,13 +25,13 @@ This version offers: ### Enhancements -- Added the `license_expiration_days` metric to the [metrics stream engine]({{}}). This metric tracks the number of days until the [cluster license expires]({{}}). +- Added the `license_expiration_days` metric to the [metrics stream engine](/content/operate/rs/monitoring/metrics_stream_engine/_index.md). This metric tracks the number of days until the [cluster license expires](/content/operate/rs/clusters/configure/license-keys.md#expired-cluster-license). ### Redis database versions Redis Software version 7.22.0 includes three Redis database versions: 7.4.2, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -41,9 +41,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -73,7 +73,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -82,7 +82,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -101,9 +101,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -133,7 +133,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -141,7 +141,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-241.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-241.md index 394e0a7c98..2fd3ced403 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-241.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-241.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.22.0 includes three Redis database versions: 7.4.2, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -71,7 +71,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -80,7 +80,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -99,9 +99,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -131,7 +131,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -139,7 +139,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-250.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-250.md index a5fd9da610..cf487648b6 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-250.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-250.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 7.22.0 includes three Redis database versions: 7.4.2, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -37,9 +37,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -49,7 +49,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -58,7 +58,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -77,9 +77,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -109,7 +109,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -117,7 +117,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md index ea33eeaf7d..4f48c5e1a6 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md @@ -43,49 +43,49 @@ This version offers: - This version includes major performance improvements, mostly for low-end environments (VMs with 2, 4, or 8 cores) and single-shard (non-clustered) databases. -- [Diagnostic logging service]({{}}): +- [Diagnostic logging service](/content/operate/rs/clusters/logging/diagnostic-logging.md): - New diagnostic logs for improved troubleshooting. - Diagnostic logs are enabled by default. - - Logs are configurable using [REST API requests]({{}}). + - Logs are configurable using [REST API requests](/content/operate/rs/references/rest-api/requests/diagnostics/_index.md). - Logs have a predefined rotation and retention policy, which can be updated as needed. - JSON response format for easy integration with external logging tools. -- The [call home client]({{}}) sends daily usage statistics to Redis for operational insights. Reports include memory usage, shard information, enabled features, and other operational metrics. +- The [call home client](/content/operate/rs/clusters/configure/call-home.md) sends daily usage statistics to Redis for operational insights. Reports include memory usage, shard information, enabled features, and other operational metrics. -- [Support packages]({{}}) now include [usage reports]({{}}). +- [Support packages](/content/operate/rs/installing-upgrading/creating-support-package.md) now include [usage reports](/content/operate/rs/references/rest-api/requests/usage_report/_index.md). -- [Revamp database REST API requests]({{}}): +- [Revamp database REST API requests](/content/operate/rs/references/rest-api/requests/bdbs/actions/revamp.md): - Updates topology-related configurations of an active database and optimises the shards placement for the new configuration. Example configuration parameters include `memory_size`, `shards_count`, `avoid_nodes`, `shards_placement`, `bigstore_ram_size`, and `replication`. - - `PUT /v1/bdbs//actions/revamp?dry_run=true` replaces the deprecated request to [optimize shards placement]({{}}). + - `PUT /v1/bdbs//actions/revamp?dry_run=true` replaces the deprecated request to [optimize shards placement](/content/operate/rs/references/rest-api/requests/bdbs/actions/optimize_shards_placement.md). -- [Migration status REST API request]({{}}), which reports the migration status of a database in the cluster when using Replica Of. +- [Migration status REST API request](/content/operate/rs/references/rest-api/requests/migrations/_index.md), which reports the migration status of a database in the cluster when using Replica Of. -- Added `secondary_rack_id` to bootstrap and node configuration to support [two-dimensional rack awareness]({{}}). +- Added `secondary_rack_id` to bootstrap and node configuration to support [two-dimensional rack awareness](/content/operate/rs/clusters/configure/rack-zone-awareness.md#set-up-two-dimensional-rack-zone-awareness). -- A new version of the [actions API]({{}}), which adds progress tracking to all background actions, is available at `GET /v2/actions`. +- A new version of the [actions API](/content/operate/rs/references/rest-api/requests/actions/_index.md), which adds progress tracking to all background actions, is available at `GET /v2/actions`. ### Enhancements - REST API enhancements: - - Adjusted the API to [get the database recovery plan]({{}}) to only return the best persistence file per slot range for databases with `master_persistence` enabled. + - Adjusted the API to [get the database recovery plan](/content/operate/rs/references/rest-api/requests/bdbs/actions/recover.md#get-bdbs-actions-recover) to only return the best persistence file per slot range for databases with `master_persistence` enabled. - - A database's `maxclients` can now be configured with an [update database configuration]({{}}) request. + - A database's `maxclients` can now be configured with an [update database configuration](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#put-bdbs) request. - Added `bigstore_version` to database configuration and `default_bigstore_version` to cluster settings. - Added `default_oss_cluster` to cluster settings. - - Added `sentinel_service` as an optional service that can be enabled or turned off with an [update cluster services configuration]({{}}) request. + - Added `sentinel_service` as an optional service that can be enabled or turned off with an [update cluster services configuration](/content/operate/rs/references/rest-api/requests/cluster/services_configuration.md#put-cluster-services_config) request. - - Added `replica_read_only` to database configuration. If set to `true`, it enables an Active-Passive setup where Replica Of databases only allow read operations. `replica_read_only` is only configurable during [database creation]({{}}) and cannot be changed later. + - Added `replica_read_only` to database configuration. If set to `true`, it enables an Active-Passive setup where Replica Of databases only allow read operations. `replica_read_only` is only configurable during [database creation](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#post-bdbs-v1) and cannot be changed later. - Added `robust_crdt_syncer` to enable or turn off the robust syncer for Active-Active databases. @@ -93,13 +93,13 @@ This version offers: - Added `client_eviction` to proxy configuration. If set to `true`, it enables client eviction based on `maxmemory_clients`. - - The cluster's `logrotate_settings` can now be configured with an [update cluster configuration]({{}}) request. + - The cluster's `logrotate_settings` can now be configured with an [update cluster configuration](/content/operate/rs/references/rest-api/requests/cluster/_index.md#put-cluster) request. - Added `multi_commands_opt` to cluster configuration and database configuration. If set to `batch`, it reduces the overhead of transaction management by batching multiple commands into a single transaction. - Added the following active defragmentation parameters to database configuration: `activedefrag`, `active_defrag_cycle_max`, `active_defrag_cycle_min`, `active_defrag_ignore_bytes`, `active_defrag_max_scan_fields`, `active_defrag_threshold_lower`, and `active_defrag_threshold_upper`. - - Added an `original_bdb_shards` option for the `recovery_plan` specified in [`POST /v2/bdbs`]({{}}) requests to recover a database from the provided list of shards. + - Added an `original_bdb_shards` option for the `recovery_plan` specified in [`POST /v2/bdbs`](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#post-bdbs-v2) requests to recover a database from the provided list of shards. - Added module information to database creation log messages. @@ -128,7 +128,7 @@ This version offers: Redis Software version 7.22.0 includes three Redis database versions: 7.4.2, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -138,9 +138,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -216,27 +216,27 @@ The following table shows which Redis modules are compatible with each Redis dat - Redis Software installation script changes: - - Added `--skip-updating-env-path` option to [`install.sh`]({{}}). + - Added `--skip-updating-env-path` option to [`install.sh`](/content/operate/rs/installing-upgrading/install/install-script.md). - - Added `skip_updating_env_path` parameter to the [installation answers file]({{}}). + - Added `skip_updating_env_path` parameter to the [installation answers file](/content/operate/rs/installing-upgrading/install/manage-installation-questions.md#configure-file-to-answer). ### Deprecations #### API deprecations -- Deprecated [`GET /v1/bdbs//actions/optimize_shards_placement`]({{}}) REST API request. Use [`PUT /v1/bdbs//actions/revamp?dry_run=true`]({{}}) to get an optimized shard placement blueprint for a database instead. +- Deprecated [`GET /v1/bdbs//actions/optimize_shards_placement`](/content/operate/rs/references/rest-api/requests/bdbs/actions/optimize_shards_placement.md#get-bdbs-actions-optimize-shards-placement) REST API request. Use [`PUT /v1/bdbs//actions/revamp?dry_run=true`](/content/operate/rs/references/rest-api/requests/bdbs/actions/revamp.md#put-bdbs-actions-revamp) to get an optimized shard placement blueprint for a database instead. -- Deprecated the `data_files` option for the `recovery_plan` specified in [`POST /v2/bdbs`]({{}}) requests. Use the new `original_bdb_shards` option to recover a database from the provided list of shards instead. +- Deprecated the `data_files` option for the `recovery_plan` specified in [`POST /v2/bdbs`](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#post-bdbs-v2) requests. Use the new `original_bdb_shards` option to recover a database from the provided list of shards instead. #### Internal monitoring and v1 Prometheus metrics deprecation -The existing [internal monitoring engine]({{}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming. +The existing [internal monitoring engine](/content/operate/rs/monitoring/v1_monitoring.md) is deprecated. We recommend transitioning to the new [metrics stream engine](/content/operate/rs/monitoring/metrics_stream_engine/_index.md) for improved performance, enhanced integration capabilities, and modernized metrics streaming. -V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide]({{}}) now, or wait to use new preconfigured dashboards when they become available in a future release. +V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide](/content/operate/rs/references/metrics/prometheus-metrics-v1-to-v2.md) now, or wait to use new preconfigured dashboards when they become available in a future release. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -245,7 +245,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -264,9 +264,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -296,7 +296,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -304,7 +304,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-116.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-116.md index 45dd8433ac..498bfa5308 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-116.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-116.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -37,9 +37,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -51,7 +51,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -60,7 +60,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -79,9 +79,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -111,7 +111,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -119,7 +119,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-133.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-133.md index 97caf224b1..67b16b00c9 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-133.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-133.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -37,9 +37,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -49,7 +49,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -58,7 +58,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -77,9 +77,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -109,7 +109,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -117,7 +117,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-14.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-14.md index 56fbd0d053..2ce07bf373 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-14.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-14.md @@ -27,13 +27,13 @@ This version offers: #### Customer-managed certificates for internode encryption -Instead of using Redis Software's self-signed certificates for internode encryption, you can provide certificates generated by your Certificate Authority (CA). See [Customer-provided certificates ]({{}}) for details. +Instead of using Redis Software's self-signed certificates for internode encryption, you can provide certificates generated by your Certificate Authority (CA). See [Customer-provided certificates ](/content/operate/rs/security/encryption/internode-encryption.md#customer-provided-certificates) for details. ### Redis database versions Redis Software version 7.22.2 includes three Redis database versions: 7.4.2, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -43,9 +43,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -61,11 +61,11 @@ The following table shows which Redis modules are compatible with each Redis dat #### API deprecations -- Deprecated [`PUT /v1/cluster/update_cert`]({{}}) REST API requests. Use [`PUT /v1/cluster/certificates`]({{}}) to update cluster certificates instead. +- Deprecated [`PUT /v1/cluster/update_cert`](/content/operate/rs/references/rest-api/requests/cluster/certificates/_index.md#put-cluster-update_cert) REST API requests. Use [`PUT /v1/cluster/certificates`](/content/operate/rs/references/rest-api/requests/cluster/certificates/_index.md#put-cluster-certificates) to update cluster certificates instead. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -74,7 +74,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -93,9 +93,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -125,7 +125,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -133,7 +133,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-170.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-170.md index e3cf7f845d..2fb4f2e7b1 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-170.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-170.md @@ -35,7 +35,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. Redis Software comes packaged with several modules. As of version 7.22.0, Redis Software includes three feature sets, compatible with different Redis database versions. @@ -45,9 +45,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -61,7 +61,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -72,7 +72,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -91,9 +91,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -123,7 +123,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -131,7 +131,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-179.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-179.md index 3cb3829f34..b32e428f6b 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-179.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-179.md @@ -21,7 +21,7 @@ This version offers internal fixes and improvements Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. Redis Software comes packaged with several modules. As of version 7.22.0, Redis Software includes three feature sets, compatible with different Redis database versions. @@ -31,9 +31,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -41,7 +41,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -52,7 +52,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -71,9 +71,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -103,7 +103,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -111,7 +111,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-189.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-189.md index a619483806..a23693faa4 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-189.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-189.md @@ -31,7 +31,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. Redis Software comes packaged with several modules. As of version 7.22.0, Redis Software includes three feature sets, compatible with different Redis database versions. @@ -41,9 +41,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -51,7 +51,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -62,7 +62,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -81,9 +81,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -113,7 +113,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -121,7 +121,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-20.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-20.md index 0f0f8db620..8837302166 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-20.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-20.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -37,9 +37,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -55,7 +55,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -64,7 +64,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -83,9 +83,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -115,7 +115,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -123,7 +123,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-41.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-41.md index 76af69e2cb..e9c61e7a44 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-41.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-41.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -49,7 +49,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -58,7 +58,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -77,9 +77,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -109,7 +109,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -117,7 +117,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-55.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-55.md index 4f53006f21..40872a4346 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-55.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-55.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -51,7 +51,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -60,7 +60,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -79,9 +79,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -111,7 +111,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -119,7 +119,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-79.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-79.md index b60babaa17..1a3a8ddd00 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-79.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-79.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -53,7 +53,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -62,7 +62,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -81,9 +81,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -113,7 +113,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -121,7 +121,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-93.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-93.md index 47215c4835..1786bc4660 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-93.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-93.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 7.22.2 includes three Redis database versions: 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -37,9 +37,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -49,7 +49,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -58,7 +58,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -77,9 +77,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -109,7 +109,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -117,7 +117,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/_index.md b/content/operate/rs/release-notes/rs-7-4-2-releases/_index.md index baeab768d3..d58b2f60cf 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/_index.md @@ -16,16 +16,15 @@ toc: 'true' weight: 70 --- -{{< note >}} -Redis Software 7.4 reaches end of life on November 30, 2026. After that date, -7.4.x clusters no longer receive security patches, bug fixes, or maintenance -releases, and support for 7.4-specific issues is limited per your subscription -agreement. - -Plan your upgrade to a supported version. See the -[supported upgrade paths]({{< relref "/operate/rs/references/upgrade-paths" >}}) -and the [Redis Software product lifecycle]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}). -{{< /note >}} +> [!NOTE] +> Redis Software 7.4 reaches end of life on November 30, 2026. After that date, +> 7.4.x clusters no longer receive security patches, bug fixes, or maintenance +> releases, and support for 7.4-specific issues is limited per your subscription +> agreement. +> +> Plan your upgrade to a supported version. See the +> [supported upgrade paths](/content/operate/rs/references/upgrade-paths.md) +> and the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule). ​[​Redis Enterprise Software version 7.4](https://redis.io/downloads/#software) is now available! @@ -61,15 +60,15 @@ For more detailed release notes, select a build version from the following table #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -79,7 +78,7 @@ See the [Redis Enterprise Software product lifecycle]({{}}), [`/v1/nodes/debuginfo`]({{< relref "/operate/rs/references/rest-api/requests/nodes/debuginfo" >}}), and [`/v1/bdbs/debuginfo`]({{< relref "/operate/rs/references/rest-api/requests/bdbs/debuginfo" >}}) instead. +- `/v1/debuginfo` REST API paths are deprecated. Use the new paths [`/v1/cluster/debuginfo`](/content/operate/rs/references/rest-api/requests/cluster/debuginfo.md), [`/v1/nodes/debuginfo`](/content/operate/rs/references/rest-api/requests/nodes/debuginfo.md), and [`/v1/bdbs/debuginfo`](/content/operate/rs/references/rest-api/requests/bdbs/debuginfo.md) instead. #### Legacy UI deprecation @@ -93,11 +92,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -131,7 +130,7 @@ See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph- #### Operating system retirements -- RHEL 7 and Oracle Linux 7 were previously announced as deprecated in the [Redis Enterprise Software 7.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases#deprecations" >}}). As of Redis Enterprise Software 7.4.2, RHEL 7 and Oracle Linux 7 are no longer supported. +- RHEL 7 and Oracle Linux 7 were previously announced as deprecated in the [Redis Enterprise Software 7.2.4 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md#deprecations). As of Redis Enterprise Software 7.4.2, RHEL 7 and Oracle Linux 7 are no longer supported. #### Security retirements @@ -147,13 +146,13 @@ See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph- Starting with the next major version, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -162,7 +161,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -181,9 +180,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -197,13 +196,13 @@ The following table provides a snapshot of supported platforms as of this Redis - RS122570: REST API `POST /crdbs` responds with a confusing error message if the cluster does not have the requested CRDB-compatible module that complies with the requested featureset. - This issue was fixed in [Redis Enterprise Software version 7.4.2-126]({{}}). + This issue was fixed in [Redis Enterprise Software version 7.4.2-126](/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-126.md). - RS123142: In an Active-Active setup with at least three participating clusters, removing and re-adding a cluster after removing older clusters without re-adding them can cause missing keys and potentially lead to data loss or data inconsistency. To prevent this issue, avoid adding clusters until you upgrade to the upcoming maintenance release when available. - This issue was fixed in [Redis Enterprise Software version 7.4.2-169]({{}}). + This issue was fixed in [Redis Enterprise Software version 7.4.2-169](/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-169.md). ## Known limitations @@ -213,11 +212,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. @@ -235,7 +234,7 @@ You cannot upgrade from a prior RHEL version to RHEL 9 if the Redis Enterprise c You cannot create Active-Active databases that use Redis version 6.0 or 6.2 with modules. Databases that use Redis version 7.2 do not have this limitation. -This limitation was fixed in [Redis Enterprise Software version 7.4.2-104]({{< relref "/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-104" >}}). +This limitation was fixed in [Redis Enterprise Software version 7.4.2-104](/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-104.md). #### Firewalld configuration fails on RHEL 9 due to file permissions @@ -258,4 +257,4 @@ As a workaround: $ /bin/firewall-cmd --add-service=redislabs ``` -This limitation was fixed in [Redis Enterprise Software version 7.4.2-129]({{}}). +This limitation was fixed in [Redis Enterprise Software version 7.4.2-129](/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-129.md). diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-104.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-104.md index 7d7d760395..506ff172ce 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-104.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-104.md @@ -36,27 +36,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0.17](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.17-m18) Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6.15]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.15]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}) +- [RedisGraph v2.10.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) ### Resolved issues @@ -76,7 +76,7 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: - Removed the restriction that prevented adding nodes to a cluster with an expired cluster license, which sometimes caused issues for Kubernetes deployments. - To avoid issues due to an expired cluster license, we recommend replacing the license before the expiration date. See [Update cluster license]({{< relref "/operate/rs/clusters/configure/license-keys#update-cluster-license" >}}) for Cluster Manager UI instructions or use a [`PUT /v1/license`]({{< relref "/operate/rs/references/rest-api/requests/license#put-license" >}}) REST API request. + To avoid issues due to an expired cluster license, we recommend replacing the license before the expiration date. See [Update cluster license](/content/operate/rs/clusters/configure/license-keys.md#update-cluster-license) for Cluster Manager UI instructions or use a [`PUT /v1/license`](/content/operate/rs/references/rest-api/requests/license/_index.md#put-license) REST API request. ### Breaking changes @@ -86,11 +86,11 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### API deprecations -- The BDB REST API object's `background_op` field is deprecated. Use [`GET v1/actions/bdb/`]({{< relref "/operate/rs/references/rest-api/requests/actions/bdb" >}}) instead. +- The BDB REST API object's `background_op` field is deprecated. Use [`GET v1/actions/bdb/`](/content/operate/rs/references/rest-api/requests/actions/bdb.md) instead. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -99,7 +99,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -116,10 +116,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-126.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-126.md index 802b7e59b1..9f84764f23 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-126.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-126.md @@ -30,7 +30,7 @@ This version offers: - New Cluster Manager UI enhancements: - - You can choose the Redis database version during [database creation]({{}}). + - You can choose the Redis database version during [database creation](/content/operate/rs/databases/create.md). - Updated the Redis logo. @@ -40,27 +40,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10.11]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0.19](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.19-m20) Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6.16]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6.16](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.15]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}) +- [RedisGraph v2.10.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) ### Resolved issues @@ -86,7 +86,7 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -95,7 +95,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -112,10 +112,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-129.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-129.md index 792d49fb04..9eec8d1fdd 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-129.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-129.md @@ -11,13 +11,13 @@ linkTitle: 7.4.2-129 (April 2024) weight: 69 --- -This is a maintenance release for ​[​Redis Enterprise Software version 7.4.2](https://redis.io/downloads/#software). This version fixes several issues that affect [version 7.4.2-126]({{}}). +This is a maintenance release for ​[​Redis Enterprise Software version 7.4.2](https://redis.io/downloads/#software). This version fixes several issues that affect [version 7.4.2-126](/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-126.md). ## Highlights This version offers: -- Fixes for bugs and known limitations that affect Redis Enterprise Software [version 7.4.2-126]({{}}) +- Fixes for bugs and known limitations that affect Redis Enterprise Software [version 7.4.2-126](/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-126.md) ## New in this release @@ -33,7 +33,7 @@ This version offers: ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -42,7 +42,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -59,10 +59,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-169.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-169.md index 024e2368e9..eb7a2e23f9 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-169.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-169.md @@ -27,7 +27,7 @@ This version offers: ### Enhancements -- Allow configuring `cnm_http_workers` and `cnm_http_max_threads_per_worker` using a [`PUT /v1/cluster`]({{}}) REST API request. You can update these settings if the API load is higher than the cluster can handle by default. Configuring more workers than the default will consume more memory. +- Allow configuring `cnm_http_workers` and `cnm_http_max_threads_per_worker` using a [`PUT /v1/cluster`](/content/operate/rs/references/rest-api/requests/cluster/_index.md#put-cluster) REST API request. You can update these settings if the API load is higher than the cluster can handle by default. Configuring more workers than the default will consume more memory. - Reduced Cluster Configuration Store CPU usage, following the addition of the internal caching mechanism in the resource management calculations. @@ -37,27 +37,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8.13]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8.13](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0.20](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21) Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6.18]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6.18](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8.13]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8.13](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.15]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}) +- [RedisGraph v2.10.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) ### Resolved issues @@ -75,7 +75,7 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: - RS117188: Replaced the policy cache mechanism. Cache data from the versions file. -- RS120425: Skip [`rlcheck`]({{}}) `ccs_dns` check when `pdns_server` is not enabled. +- RS120425: Skip [`rlcheck`](/content/operate/rs/references/cli-utilities/rlcheck/_index.md) `ccs_dns` check when `pdns_server` is not enabled. - RS118252: For databases with OSS Cluster API enabled, endpoints can bind to nodes that have master shards even if `max_listeners=0`. @@ -93,7 +93,7 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -102,7 +102,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -119,10 +119,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-216.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-216.md index 9f93f48138..b6dbae7eed 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-216.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-216.md @@ -33,27 +33,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8.13]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8.13](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0.20 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21) Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6.18]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6.18](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8.13]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8.13](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.15]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}) +- [RedisGraph v2.10.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md) ### Resolved issues @@ -77,14 +77,14 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: ### Product lifecycle updates -After August 31, 2024, Redis Enterprise Software versions 6.2.4 and 6.2.8 will not be included in [supported upgrade paths]({{}}) for Redis Enterprise Software versions beyond 7.4.x. Redis Enterprise Software versions 6.2.10, 6.2.12 and 6.2.18 continue to be part of the upgrade path. +After August 31, 2024, Redis Enterprise Software versions 6.2.4 and 6.2.8 will not be included in [supported upgrade paths](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths) for Redis Enterprise Software versions beyond 7.4.x. Redis Enterprise Software versions 6.2.10, 6.2.12 and 6.2.18 continue to be part of the upgrade path. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -93,7 +93,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | July 2025 | Feb 2025 | Aug 2024 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -110,10 +110,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-54.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-54.md index a53e0cf79a..b187f7bb7a 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-54.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-2-54.md @@ -42,27 +42,27 @@ This version offers: - Added full support for TLS 1.3: - - TLS 1.3 cipher suites are now configurable for database connections. See [Configure cipher suites]({{< relref "/operate/rs/security/encryption/tls/ciphers" >}}) for details. + - TLS 1.3 cipher suites are now configurable for database connections. See [Configure cipher suites](/content/operate/rs/security/encryption/tls/ciphers.md) for details. - - TLS 1.3 can be set as the minimum TLS version. See [Configure TLS protocol]({{< relref "/operate/rs/security/encryption/tls/tls-protocols" >}}) for details. + - TLS 1.3 can be set as the minimum TLS version. See [Configure TLS protocol](/content/operate/rs/security/encryption/tls/tls-protocols.md) for details. -- Automatic recovery of databases from persistence files is configurable using the REST API. See [Configure automatic recovery]({{< relref "/operate/rs/databases/recover#configure-automatic-recovery" >}}) for details. +- Automatic recovery of databases from persistence files is configurable using the REST API. See [Configure automatic recovery](/content/operate/rs/databases/recover.md#configure-automatic-recovery) for details. -- New clusters fully support IPv6, including for internal traffic. See [Enable IPv6 for internal traffic]({{< relref "/operate/rs/networking/multi-ip-ipv6#enable-ipv6-for-internal-traffic" >}}) for details. +- New clusters fully support IPv6, including for internal traffic. See [Enable IPv6 for internal traffic](/content/operate/rs/networking/multi-ip-ipv6.md#enable-ipv6-for-internal-traffic) for details. ### Enhancements - New Cluster Manager UI enhancements: - - [Create]({{< relref "/operate/rs/databases/active-active/create" >}}) and [manage]({{< relref "/operate/rs/databases/active-active/manage" >}}) Active-Active databases. + - [Create](/content/operate/rs/databases/active-active/create.md) and [manage](/content/operate/rs/databases/active-active/manage.md) Active-Active databases. - - [Configure database defaults]({{< relref "/operate/rs/databases/configure/db-defaults" >}}): endpoint configuration, database proxy, and shards placement. + - [Configure database defaults](/content/operate/rs/databases/configure/db-defaults.md): endpoint configuration, database proxy, and shards placement. - - Configure [TLS cipher suites]({{< relref "/operate/rs/security/encryption/tls/ciphers#edit-ciphers-ui" >}}) and [minimum TLS protocol]({{< relref "/operate/rs/security/encryption/tls/tls-protocols#edit-tls-ui" >}}). + - Configure [TLS cipher suites](/content/operate/rs/security/encryption/tls/ciphers.md#edit-ciphers-ui) and [minimum TLS protocol](/content/operate/rs/security/encryption/tls/tls-protocols.md#edit-tls-ui). - - Configure LDAP [authentication timeout]({{< relref "/operate/rs/security/access-control/ldap/enable-role-based-ldap#authentication-timeout" >}}). + - Configure LDAP [authentication timeout](/content/operate/rs/security/access-control/ldap/enable-role-based-ldap.md#authentication-timeout). -- [Maintenance mode]({{< relref "/operate/rs/clusters/maintenance-mode" >}}) enhancements: +- [Maintenance mode](/content/operate/rs/clusters/maintenance-mode.md) enhancements: - Only the latest maintenance mode snapshot is kept. @@ -70,17 +70,17 @@ This version offers: - `keep_slave_shards` is deprecated. Use `evict_ha_replica` and `evict_active_active_replica` instead. - - View or delete node snapshots using [`/v1/nodes/{node_uid}/snapshots`]({{< relref "/operate/rs/references/rest-api/requests/nodes/snapshots" >}}) REST API requests. + - View or delete node snapshots using [`/v1/nodes/{node_uid}/snapshots`](/content/operate/rs/references/rest-api/requests/nodes/snapshots.md) REST API requests. - Added support for RHEL 9. - Improved `actions` REST API: - - Improved `progress` field returned by [`GET /v1/actions`]({{< relref "/operate/rs/references/rest-api/requests/actions" >}}) requests. + - Improved `progress` field returned by [`GET /v1/actions`](/content/operate/rs/references/rest-api/requests/actions/_index.md) requests. - - New request to get the status of all currently executing, pending, or completed actions for a specific database: [`GET /v1/actions/bdb/`]({{< relref "/operate/rs/references/rest-api/requests/actions/bdb" >}}) + - New request to get the status of all currently executing, pending, or completed actions for a specific database: [`GET /v1/actions/bdb/`](/content/operate/rs/references/rest-api/requests/actions/bdb.md) -- [`GET /v1/users`]({{< relref "/operate/rs/references/rest-api/requests/users#get-all-users" >}}) REST API requests include a new `status` field in the response, which indicates whether the user can sign in: +- [`GET /v1/users`](/content/operate/rs/references/rest-api/requests/users/_index.md#get-all-users) REST API requests include a new `status` field in the response, which indicates whether the user can sign in: - `active`: user can sign in @@ -132,10 +132,10 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: - You can only change the discovery service policy using `sentinel_tls_mode`. - - When retrieving the value of the current policy using [`GET /v1/cluster`]({{< relref "/operate/rs/references/rest-api/requests/cluster#get-cluster" >}}), both fields are returned for backward compatibility. + - When retrieving the value of the current policy using [`GET /v1/cluster`](/content/operate/rs/references/rest-api/requests/cluster/_index.md#get-cluster), both fields are returned for backward compatibility. - Port 3345 is now reserved for internal use. -- Type of `progress` field returned by [`GET /v1/actions`]({{< relref "/operate/rs/references/rest-api/requests/actions" >}}) request modified from `integer` to `float`. +- Type of `progress` field returned by [`GET /v1/actions`](/content/operate/rs/references/rest-api/requests/actions/_index.md) request modified from `integer` to `float`. ### Deprecations @@ -145,7 +145,7 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: - The maintenance mode option `keep_slave_shards` is deprecated in `rladmin` and the REST API. Use `evict_ha_replica` and `evict_active_active_replica` instead. -- `/v1/debuginfo` REST API paths are deprecated. Use the new paths [`/v1/cluster/debuginfo`]({{< relref "/operate/rs/references/rest-api/requests/cluster/debuginfo" >}}), [`/v1/nodes/debuginfo`]({{< relref "/operate/rs/references/rest-api/requests/nodes/debuginfo" >}}), and [`/v1/bdbs/debuginfo`]({{< relref "/operate/rs/references/rest-api/requests/bdbs/debuginfo" >}}) instead. +- `/v1/debuginfo` REST API paths are deprecated. Use the new paths [`/v1/cluster/debuginfo`](/content/operate/rs/references/rest-api/requests/cluster/debuginfo.md), [`/v1/nodes/debuginfo`](/content/operate/rs/references/rest-api/requests/nodes/debuginfo.md), and [`/v1/bdbs/debuginfo`](/content/operate/rs/references/rest-api/requests/bdbs/debuginfo.md) instead. #### Legacy UI deprecation @@ -159,11 +159,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### Operating system retirements -- RHEL 7 and Oracle Linux 7 were previously announced as deprecated in the [Redis Enterprise Software 7.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases#deprecations" >}}). As of Redis Enterprise Software 7.4.2, RHEL 7 and Oracle Linux 7 are no longer supported. +- RHEL 7 and Oracle Linux 7 were previously announced as deprecated in the [Redis Enterprise Software 7.2.4 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md#deprecations). As of Redis Enterprise Software 7.4.2, RHEL 7 and Oracle Linux 7 are no longer supported. #### Security retirements @@ -175,7 +175,7 @@ To prepare for the future removal of Redis 6.0: ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software. @@ -186,7 +186,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise | 7.4.2 | 7.2.4 | 6.4.2 | 6.2.18 | 6.2.12 | 6.2.10 | 6.2.8 | 6.2.4 | |------------------|-------|-------|-------|--------|--------|--------|--------|-------| | **Release date** | Feb
    2024 | Aug
    2023 | Feb
    2023 | Sept
    2022 | Aug
    2022 | Feb
    2022 | Oct
    2021 | Aug
    2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | – | July
    2025 | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | – | July
    2025 | Feb
    2025 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | Aug
    2024 | | **Ubuntu**[1](#table-note-1) | | 20.04 | ✅ | ✅ | ✅[6](#table-note-6) | – | – | – | – | – | | 18.04 | ⚠️ | ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -212,20 +212,20 @@ The following table provides a snapshot of supported platforms as of this Redis 1. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -2. RHEL and CentOS deployments require [firewall configuration]({{< relref "/operate/rs/installing-upgrading/configuring/centos-rhel-firewall" >}}). +2. RHEL and CentOS deployments require [firewall configuration](/content/operate/rs/installing-upgrading/configuring/centos-rhel-firewall.md). 3. Based on the corresponding RHEL version. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. -5. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes" >}}). +5. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/_index.md). -6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43" >}}). +6. Ubuntu 20.04 support was added in Redis Enterprise Software [6.4.2-43](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md). -7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61" >}}). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69" >}}). +7. A release candidate for Amazon Linux 2 support was added in Redis Enterprise Software [6.4.2-61](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-61.md). Official support for Amazon Linux 2 was added in Redis Enterprise Software [6.4.2-69](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-69.md). -8. Redis Enterprise Software [6.4.2-103]({{< relref "/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103" >}}) and later supports RHEL 8.8. +8. Redis Enterprise Software [6.4.2-103](/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md) and later supports RHEL 8.8. ## Downloads @@ -247,11 +247,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-102.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-102.md index 41b62f432c..4819530429 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-102.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-102.md @@ -28,27 +28,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ## Version changes @@ -56,15 +56,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -80,11 +80,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -122,13 +122,13 @@ See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph- Starting with the next major version, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -137,7 +137,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -154,10 +154,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads @@ -187,11 +187,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-188.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-188.md index d3650eb07f..cb0f87bd12 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-188.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-188.md @@ -28,27 +28,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ### Resolved issues @@ -60,15 +60,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -84,11 +84,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -126,13 +126,13 @@ See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph- Starting with the next major version, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -141,7 +141,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -159,9 +159,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -193,11 +193,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-22.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-22.md index 25a96e1c81..c36c5b9fa2 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-22.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-22.md @@ -28,9 +28,9 @@ This version offers: - Added support for SHA-384 certificates when using mutual TLS for client authentication. -- Added an option to the [optimize_shards_placement]({{}}) REST API request to consider replication when calculating the database’s optimized shard placement. +- Added an option to the [optimize_shards_placement](/content/operate/rs/references/rest-api/requests/bdbs/actions/optimize_shards_placement.md) REST API request to consider replication when calculating the database’s optimized shard placement. -- Added `shard_uid` and `shard_role` for each persistence file in the response body of the [recover]({{}}) REST API request. When the database has master_persistence enabled, these fields help identify the primary shard's persistence file, which is most up-to-date and recommended for recovery. +- Added `shard_uid` and `shard_role` for each persistence file in the response body of the [recover](/content/operate/rs/references/rest-api/requests/bdbs/actions/recover.md) REST API request. When the database has master_persistence enabled, these fields help identify the primary shard's persistence file, which is most up-to-date and recommended for recovery. #### Redis module feature sets @@ -38,27 +38,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8.13]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8.13](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0.20 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6.18]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6.18](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8.13]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8.13](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4.9](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10.15]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10.15](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ### Resolved issues @@ -80,15 +80,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -104,7 +104,7 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. ### Upcoming changes @@ -112,13 +112,13 @@ To prepare for the future removal of Redis 6.0: Starting with version 7.6, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -127,7 +127,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -144,10 +144,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads @@ -175,11 +175,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-232.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-232.md index 40b06813aa..81f935cc17 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-232.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-232.md @@ -27,27 +27,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ## Version changes @@ -55,15 +55,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -79,11 +79,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -121,13 +121,13 @@ See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph- Starting with the next major version, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -136,7 +136,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -155,9 +155,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -189,11 +189,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-268.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-268.md index 9d63e59c92..e85debff27 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-268.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-268.md @@ -27,27 +27,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ## Version changes @@ -55,15 +55,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -79,11 +79,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -119,13 +119,13 @@ RedisGraph reached end of life on January 31, 2025. See the [RedisGraph end-of-l Starting with the next major version, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -134,7 +134,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -153,9 +153,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -186,11 +186,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-272.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-272.md index 7d825711a6..4196b5f173 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-272.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-272.md @@ -27,27 +27,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ## Version changes @@ -55,15 +55,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -79,11 +79,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -119,13 +119,13 @@ RedisGraph reached end of life on January 31, 2025. See the [RedisGraph end-of-l Starting with the next major version, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -134,7 +134,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -153,9 +153,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -186,11 +186,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-279.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-279.md index 6f678fbc76..b49bb0cb05 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-279.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-279.md @@ -27,27 +27,27 @@ Redis Software comes packaged with several modules. As of version 7.4.2, Redis S Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ## Version changes @@ -55,15 +55,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle]({{}}). +The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -79,11 +79,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Software 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Software 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Software 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -119,13 +119,13 @@ RedisGraph reached end of life on January 31, 2025. See the [RedisGraph end-of-l Starting with the next major version, Redis Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -134,7 +134,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -153,9 +153,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -186,11 +186,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-280.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-280.md index 668d1d1778..553eb6030b 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-280.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-280.md @@ -27,27 +27,27 @@ Redis Software comes packaged with several modules. As of version 7.4.2, Redis S Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ## Version changes @@ -55,15 +55,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle]({{}}). +The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -79,11 +79,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Software 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Software 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Software 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -119,13 +119,13 @@ RedisGraph reached end of life on January 31, 2025. See the [RedisGraph end-of-l Starting with the next major version, Redis Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -136,7 +136,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -155,9 +155,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -190,11 +190,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-283.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-283.md index 0a9c826cee..44c9b4e9d9 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-283.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-283.md @@ -27,27 +27,27 @@ Redis Software comes packaged with several modules. As of version 7.4.2, Redis S Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ## Version changes @@ -55,15 +55,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle]({{}}). +The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -79,11 +79,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Software 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Software 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Software 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -119,13 +119,13 @@ RedisGraph reached end of life on January 31, 2025. See the [RedisGraph end-of-l Starting with the next major version, Redis Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -136,7 +136,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -155,9 +155,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -190,11 +190,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-77.md b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-77.md index c04f5b4733..4a69d1aacc 100644 --- a/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-77.md +++ b/content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-77.md @@ -30,27 +30,27 @@ Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Bundled Redis modules compatible with Redis database version 7.2: -- [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) +- [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md) -- [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}}) +- [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md) -- [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}}) +- [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md) -- [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) +- [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) - [RedisGears 2.0 preview](https://github.com/RedisGears/RedisGears/releases/tag/v2.0.20-m21): The RedisGears preview will not be promoted to GA and will be removed in a future release. Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: -- [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) +- [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md) -- [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}}) +- [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md) -- [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}}) +- [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md) -- [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) +- [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) -- [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}}): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. +- [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md): RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. ### Resolved issues @@ -68,15 +68,15 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2: #### End-of-life policy extension -The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle]({{}}). +The end-of-life policy for Redis Enterprise Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Enterprise Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Enterprise Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Enterprise Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Enterprise Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. ### Deprecations @@ -92,11 +92,11 @@ To prepare for the future removal of Redis 6.0: - For Redis Enterprise 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Enterprise 7.2.4 and 7.4.x clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -134,13 +134,13 @@ See the [RedisGraph end-of-life announcement](https://redis.com/blog/redisgraph- Starting with the next major version, Redis Enterprise Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules. @@ -149,7 +149,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Enterprise
    major versions | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:| | **Release date** | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | – | – | – | | RHEL 8 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | @@ -166,10 +166,10 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. 4. -[Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Enterprise Software are certified for development and testing only. +[Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Enterprise Software are certified for development and testing only. ## Downloads @@ -199,11 +199,11 @@ The following legacy UI features are not yet available in the new Cluster Manage - Remove a node. - Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions. + Use the REST API or legacy UI instead. See [Remove a cluster node](/content/operate/rs/clusters/remove-node.md) for instructions. - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. 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 ca2b6df084..5286878eee 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 @@ -61,11 +61,11 @@ Redis Software version 7.8.2 introduces the following breaking changes: - The default value of `latest_with_modules` has changed to `true`. - - [`rladmin upgrade db`]({{}}) will always upgrade the database's modules. + - [`rladmin upgrade db`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md#upgrade-db) will always upgrade the database's modules. - - When you [upgrade a database]({{}}) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades. + - When you [upgrade a database](/content/operate/rs/references/rest-api/requests/bdbs/upgrade.md#post-bdbs-upgrade) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades. -- Authentication method changes for [`/v1/users/password`]({{}}) REST API requests. +- Authentication method changes for [`/v1/users/password`](/content/operate/rs/references/rest-api/requests/users/password.md) REST API requests. - `PUT`, `POST`, and `DELETE` methods require users to include their usernames and a current password in the authentication header to change their password lists. If the authentication header is not provided, the response status will be `401 Unauthorized`. @@ -75,7 +75,7 @@ Redis Software version 7.8.2 introduces the following breaking changes: - `DELETE` requests will ignore the `username` parameter provided in the request body. -- Authentication method changes for [`POST /v1/users/authorize`]({{}}) REST API requests. +- Authentication method changes for [`POST /v1/users/authorize`](/content/operate/rs/references/rest-api/requests/users/authorize.md) REST API requests. - The `POST` method requires users to include their usernames and a current password in the authentication header to generate a JSON Web Token. @@ -87,7 +87,7 @@ Redis Software version 7.8.2 introduces the following breaking changes: When new major versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Software and update any applications that connect to your database to handle these changes. -Confirm your Redis database version (`redis_version`) using the Cluster Manager UI or run the following [`INFO`]({{< relref "/commands/info" >}}) command with [`redis-cli`]({{< relref "/operate/rs/references/cli-utilities/redis-cli" >}}): +Confirm your Redis database version (`redis_version`) using the Cluster Manager UI or run the following [`INFO`](/content/commands/info.md) command with [`redis-cli`](/content/operate/rs/references/cli-utilities/redis-cli/_index.md): ```sh $ redis-cli -p INFO @@ -110,19 +110,19 @@ redis_version:7.0.8 #### End-of-life policy extension -The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle]({{}}). +The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -163,15 +163,15 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Deprecations #### API deprecations -- Deprecated `background_op` field from BDB REST API object. Use [`GET /v1/actions/bdb/`]({{}}) instead. +- Deprecated `background_op` field from BDB REST API object. Use [`GET /v1/actions/bdb/`](/content/operate/rs/references/rest-api/requests/actions/bdb.md) instead. -- Deprecated the following fields for [upgrade database]({{}}) REST API requests: +- Deprecated the following fields for [upgrade database](/content/operate/rs/references/rest-api/requests/bdbs/upgrade.md) REST API requests: - `keep_redis_version`; use `redis_version` instead @@ -179,23 +179,23 @@ See [Ports and port ranges used by Redis Software]({{}}) REST API requests: +- Deprecated the following `module_list` fields for [create database](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#post-bdbs-v1) REST API requests: - `module_id`; use `module_name` instead - `semantic_version`; use module_args instead -- `min_redis_version` is only relevant to Redis database versions earlier than 7.4 and is replaced with `compatible_redis_version` in [module REST API]({{}}) responses. +- `min_redis_version` is only relevant to Redis database versions earlier than 7.4 and is replaced with `compatible_redis_version` in [module REST API](/content/operate/rs/references/rest-api/requests/modules/_index.md) responses. -- Deprecated the [`rladmin upgrade modules`]({{}}) command. Use [`rladmin upgrade db`]({{}}) instead. +- Deprecated the [`rladmin upgrade modules`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md#upgrade-module) command. Use [`rladmin upgrade db`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md#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`](/content/operate/rs/references/rest-api/requests/bdbs/upgrade.md#post-bdbs-upgrade) to upgrade modules instead. - Deprecated the `required_version` option for the bootstrap cluster API. #### V1 Prometheus metrics deprecation - V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{}}) now, or wait to use new preconfigured dashboards when they become available in a future release. + V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL](/content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2.md) now, or wait to use new preconfigured dashboards when they become available in a future release. #### Download center modules deprecation @@ -219,9 +219,9 @@ To prepare for the removal of Redis database version 6.0 before you upgrade to R rladmin tune cluster redis_upgrade_policy latest ``` - 1. [Upgrade Redis 6.0 databases]({{}}) to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. + 1. [Upgrade Redis 6.0 databases](/content/operate/rs/installing-upgrading/upgrading/upgrade-database.md) to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Software 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Software 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### Ubuntu 18.04 not supported @@ -233,13 +233,13 @@ Ubuntu 18.04 was deprecated in Redis Software version 7.2.4 and is no longer sup Starting with version 7.8, Redis Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -248,7 +248,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -267,9 +267,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -293,7 +293,7 @@ The following table provides a snapshot of supported platforms as of this Redis ldd /opt/redislabs/bin/rl_rdbloader ``` - This issue was fixed in [Redis Software version 7.8.6-36]({{}}). + This issue was fixed in [Redis Software version 7.8.6-36](/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md). ## Known limitations @@ -302,7 +302,7 @@ The following table provides a snapshot of supported platforms as of this Redis If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -310,7 +310,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. 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 f6efabab40..012e3eb287 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 @@ -43,15 +43,15 @@ This version offers: ### New features -- Redis Community Edition and Redis Stack 7.4 features are now available when you [create]({{}}) or [upgrade]({{}}) a database with database version 7.4, including: +- Redis Community Edition and Redis Stack 7.4 features are now available when you [create](/content/operate/rs/databases/create.md) or [upgrade](/content/operate/rs/installing-upgrading/upgrading/upgrade-database.md) a database with database version 7.4, including: - - [Hash field expiration]({{}}) + - [Hash field expiration](/content/develop/data-types/hashes.md#field-expiration) - New vector data types to reduce ‌memory usage - Time series insertion filters - - See the [Redis 7.4 release blog post](https://redis.io/blog/announcing-redis-community-edition-and-redis-stack-74/) and [Redis Community Edition 7.4 release notes]({{}}) for details. + - See the [Redis 7.4 release blog post](https://redis.io/blog/announcing-redis-community-edition-and-redis-stack-74/) and [Redis Community Edition 7.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md) for details. - Client-side caching support: @@ -61,7 +61,7 @@ This version offers: - Supported for Redis databases with Redis versions 7.4 and later. - - For more information, see the [client-side caching introduction]({{}}) and [client-side caching compatibility with Redis Software]({{}}). + - For more information, see the [client-side caching introduction](/content/develop/clients/client-side-caching.md) and [client-side caching compatibility with Redis Software](/content/operate/rs/references/compatibility/client-side-caching.md). - Database availability API: @@ -69,7 +69,7 @@ This version offers: - Load balancers and automated monitoring tools can use this API to monitor database availability. - - See [Check database availability]({{}}) and the [REST API reference]({{}}) for details. + - See [Check database availability](/content/operate/rs/monitoring/db-availability.md) and the [REST API reference](/content/operate/rs/references/rest-api/requests/bdbs/availability.md) for details. - Metrics stream engine preview: @@ -79,9 +79,9 @@ This version offers: - Exports raw data instead of aggregated data to improve monitoring at scale and accuracy compared to v1 Prometheus metrics. - - For an initial list of metrics exported by the new metrics stream engine, see [Prometheus metrics v2]({{}}). While the metrics stream engine is in preview, this document provides only a partial list. More metrics will be added. + - For an initial list of metrics exported by the new metrics stream engine, see [Prometheus metrics v2](/content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md). While the metrics stream engine is in preview, this document provides only a partial list. More metrics will be added. - - V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{}}) now, or wait to use new preconfigured dashboards when they become available in a future release. + - V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL](/content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2.md) now, or wait to use new preconfigured dashboards when they become available in a future release. - The new metrics stream engine resolved some known issues and bugs: @@ -99,51 +99,51 @@ This version offers: - RS65948: Fixed an issue where the metrics exporter generated duplicate stats headers when the cluster had both regular databases and Active-Active databases. -- [Rebalance shard placement REST API request]({{}}), which distributes the database's shards across nodes based on the database's shard placement policy. See [Shard placement policy]({{}}) for more information about shard placement and available policies. +- [Rebalance shard placement REST API request](/content/operate/rs/references/rest-api/requests/bdbs/actions/rebalance.md), which distributes the database's shards across nodes based on the database's shard placement policy. See [Shard placement policy](/content/operate/rs/databases/memory-performance/shard-placement-policy.md) for more information about shard placement and available policies. -- [Shard failover REST API requests]({{}}), which perform failover on specified primary shards and promotes their replicas to primary shards. +- [Shard failover REST API requests](/content/operate/rs/references/rest-api/requests/shards/actions/failover.md), which perform failover on specified primary shards and promotes their replicas to primary shards. -- REST API requests to [stop traffic]({{}}) or [resume traffic]({{}}) to a database. +- REST API requests to [stop traffic](/content/operate/rs/references/rest-api/requests/bdbs/actions/stop_traffic.md) or [resume traffic](/content/operate/rs/references/rest-api/requests/bdbs/actions/resume_traffic.md) to a database. ### Enhancements - New Cluster Manager UI enhancements: - - Perform node actions from the **Nodes** screen to [verify nodes]({{}}), [set a node as primary or secondary]({{}}), [remove nodes]({{}}), and manage node alert settings. + - Perform node actions from the **Nodes** screen to [verify nodes](/content/operate/rs/clusters/add-node.md#verify-node), [set a node as primary or secondary](/content/operate/rs/clusters/change-node-role.md), [remove nodes](/content/operate/rs/clusters/remove-node.md), and manage node alert settings. - - Categorize databases with [custom tags]({{}}). When you add new tags to a database, the keys and values already used by existing tags will appear as suggestions. + - Categorize databases with [custom tags](/content/operate/rs/databases/configure/db-tags.md). When you add new tags to a database, the keys and values already used by existing tags will appear as suggestions. - Moved several settings on the database configuration screen: - - The eviction setting now appears in the [**Capacity**]({{}}) section. + - The eviction setting now appears in the [**Capacity**](/content/operate/rs/databases/configure/_index.md#capacity) section. - - [**High availability**]({{}}) and [**Durability**]({{}}) have separate sections. + - [**High availability**](/content/operate/rs/databases/configure/_index.md#high-availability) and [**Durability**](/content/operate/rs/databases/configure/_index.md#durability) have separate sections. - Improved error messages on the sign-in screen for locked out users versus incorrect or expired passwords. - Flush an Active-Active database. -- A new **User Manager** role designed for user administration is available for [role-based access control]({{}}). +- A new **User Manager** role designed for user administration is available for [role-based access control](/content/operate/rs/security/access-control/_index.md). - This management role allows assigned users to create, edit, and delete users using the Cluster Manager UI and REST API. - - For more details about the privileges granted by the **User Manager** role, see [Cluster Manager UI permissions]({{}}) and [REST API permissions]({{}}). + - For more details about the privileges granted by the **User Manager** role, see [Cluster Manager UI permissions](/content/operate/rs/security/access-control/create-cluster-roles.md#cluster-manager-ui-permissions) and [REST API permissions](/content/operate/rs/references/rest-api/permissions.md#user-manager-role). - When you upgrade a database, the upgrade process also attempts to upgrade database modules by default. - - [`rladmin upgrade db`]({{}}) will always upgrade the database's modules. + - [`rladmin upgrade db`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md#upgrade-db) will always upgrade the database's modules. - - If you [upgrade a database]({{}}) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades. + - If you [upgrade a database](/content/operate/rs/references/rest-api/requests/bdbs/upgrade.md#post-bdbs-upgrade) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades. -- Added support for [log rotation]({{}}) based on both size and time. +- Added support for [log rotation](/content/operate/rs/clusters/logging/log-security.md#log-rotation) based on both size and time. -- [Minimum password length]({{}}), previously hardcoded as 8 characters, is now configurable in the Cluster Manager UI and the REST API. +- [Minimum password length](/content/operate/rs/security/access-control/manage-passwords/password-complexity-rules.md#change-minimum-password-length), previously hardcoded as 8 characters, is now configurable in the Cluster Manager UI and the REST API. -- The [cluster license expiration alert threshold]({{}}), which determines how far in advance you want to be notified of the license expiration, is configurable in the Cluster Manager UI and the REST API. +- The [cluster license expiration alert threshold](/content/operate/rs/clusters/configure/license-keys.md#configure-license-expiration-alert), which determines how far in advance you want to be notified of the license expiration, is configurable in the Cluster Manager UI and the REST API. -- The Cluster Manager UI's time zone can be configured with an [update CM settings REST API request]({{}}). +- The Cluster Manager UI's time zone can be configured with an [update CM settings REST API request](/content/operate/rs/references/rest-api/requests/cm_settings/_index.md#put-cm-settings). -- Timeouts for raising connection alarms can be configured with an [update database configuration REST API request]({{}}): +- Timeouts for raising connection alarms can be configured with an [update database configuration REST API request](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#put-bdbs): - `crdt_sync_connection_alarm_timeout_seconds`: if the syncer takes longer than the specified number of seconds to connect to an Active-Active database, raise a connection alarm. @@ -164,7 +164,7 @@ This version offers: Redis Software version 7.8.2 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -174,9 +174,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -242,11 +242,11 @@ Redis Software version 7.8.2 introduces the following breaking changes: - The default value of `latest_with_modules` has changed to `true`. - - [`rladmin upgrade db`]({{}}) will always upgrade the database's modules. + - [`rladmin upgrade db`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md#upgrade-db) will always upgrade the database's modules. - - When you [upgrade a database]({{}}) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades. + - When you [upgrade a database](/content/operate/rs/references/rest-api/requests/bdbs/upgrade.md#post-bdbs-upgrade) using the REST API, you can set `"latest_with_modules": false` in the request body to prevent module upgrades. -- Authentication method changes for [`/v1/users/password`]({{}}) REST API requests. +- Authentication method changes for [`/v1/users/password`](/content/operate/rs/references/rest-api/requests/users/password.md) REST API requests. - `PUT`, `POST`, and `DELETE` methods require users to include their usernames and a current password in the authentication header to change their password lists. If the authentication header is not provided, the response status will be `401 Unauthorized`. @@ -256,7 +256,7 @@ Redis Software version 7.8.2 introduces the following breaking changes: - `DELETE` requests will ignore the `username` parameter provided in the request body. -- Authentication method changes for [`POST /v1/users/authorize`]({{}}) REST API requests. +- Authentication method changes for [`POST /v1/users/authorize`](/content/operate/rs/references/rest-api/requests/users/authorize.md) REST API requests. - The `POST` method requires users to include their usernames and a current password in the authentication header to generate a JSON Web Token. @@ -268,7 +268,7 @@ Redis Software version 7.8.2 introduces the following breaking changes: When new major versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Software and update any applications that connect to your database to handle these changes. -Confirm your Redis database version (`redis_version`) using the Cluster Manager UI or run the following [`INFO`]({{< relref "/commands/info" >}}) command with [`redis-cli`]({{< relref "/operate/rs/references/cli-utilities/redis-cli" >}}): +Confirm your Redis database version (`redis_version`) using the Cluster Manager UI or run the following [`INFO`](/content/commands/info.md) command with [`redis-cli`](/content/operate/rs/references/cli-utilities/redis-cli/_index.md): ```sh $ redis-cli -p INFO @@ -291,19 +291,19 @@ redis_version:7.0.8 #### End-of-life policy extension -The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle]({{}}). +The end-of-life policy for Redis Software versions 6.2 and later has been extended to 24 months after the formal release of the subsequent major version. For the updated end-of-life schedule, see the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md). #### Supported upgrade paths -Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path]({{}}). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. +Redis Software versions 6.2.4 and 6.2.8 do not support direct upgrades beyond version 7.4.x. Versions 6.2.10, 6.2.12, and 6.2.18 are part of the [upgrade path](/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md#supported-upgrade-paths). To upgrade from 6.2.4 or 6.2.8 to versions later than 7.4.x, an intermediate upgrade is required. The next major Redis Software release will still bundle Redis database version 6.2 and allow database upgrades from Redis database version 6.2 to 7.x. -See the [Redis Software product lifecycle]({{}}) for more information about release numbers. +See the [Redis Software product lifecycle](/content/operate/rs/installing-upgrading/product-lifecycle.md) for more information about release numbers. #### End of triggers and functions preview -The [triggers and functions]({{}}) (RedisGears) preview has been discontinued. +The [triggers and functions](/content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/_index.md) (RedisGears) preview has been discontinued. - Commands such as `TFCALL`, `TFCALLASYNC`, and `TFUNCTION` will be deprecated and will return error messages. @@ -333,9 +333,9 @@ If your database currently uses triggers and functions, you need to: #### API deprecations -- Deprecated `background_op` field from BDB REST API object. Use [`GET /v1/actions/bdb/`]({{}}) instead. +- Deprecated `background_op` field from BDB REST API object. Use [`GET /v1/actions/bdb/`](/content/operate/rs/references/rest-api/requests/actions/bdb.md) instead. -- Deprecated the following fields for [upgrade database]({{}}) REST API requests: +- Deprecated the following fields for [upgrade database](/content/operate/rs/references/rest-api/requests/bdbs/upgrade.md) REST API requests: - `keep_redis_version`; use `redis_version` instead @@ -343,21 +343,21 @@ If your database currently uses triggers and functions, you need to: - `new_module`; use `new_module_args` instead -- Deprecated the following `module_list` fields for [create database]({{}}) REST API requests: +- Deprecated the following `module_list` fields for [create database](/content/operate/rs/references/rest-api/requests/bdbs/_index.md#post-bdbs-v1) REST API requests: - `module_id`; use `module_name` instead - `semantic_version`; use module_args instead -- `min_redis_version` is only relevant to Redis database versions earlier than 7.4 and is replaced with `compatible_redis_version` in [module REST API]({{}}) responses. +- `min_redis_version` is only relevant to Redis database versions earlier than 7.4 and is replaced with `compatible_redis_version` in [module REST API](/content/operate/rs/references/rest-api/requests/modules/_index.md) responses. -- Deprecated the [`rladmin upgrade modules`]({{}}) command. Use [`rladmin upgrade db`]({{}}) instead. +- Deprecated the [`rladmin upgrade modules`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md#upgrade-module) command. Use [`rladmin upgrade db`](/content/operate/rs/references/cli-utilities/rladmin/upgrade.md#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`](/content/operate/rs/references/rest-api/requests/bdbs/upgrade.md#post-bdbs-upgrade) to upgrade modules instead. #### V1 Prometheus metrics deprecation - V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{}}) now, or wait to use new preconfigured dashboards when they become available in a future release. + V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL](/content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2.md) now, or wait to use new preconfigured dashboards when they become available in a future release. #### Download center modules deprecation @@ -381,9 +381,9 @@ To prepare for the removal of Redis database version 6.0 before you upgrade to R rladmin tune cluster redis_upgrade_policy latest ``` - 1. [Upgrade Redis 6.0 databases]({{}}) to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. + 1. [Upgrade Redis 6.0 databases](/content/operate/rs/installing-upgrading/upgrading/upgrade-database.md) to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes. -- For Redis Software 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes. +- For Redis Software 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md#redis-72-breaking-changes) and update any applications that connect to your database to handle these changes. #### Ubuntu 18.04 not supported @@ -395,13 +395,13 @@ Ubuntu 18.04 was deprecated in Redis Software version 7.2.4 and is no longer sup Starting with version 7.8, Redis Software containers with the image tag `x.y.z-build` will be based on RHEL instead of Ubuntu. -This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes]({{}}) product and use Ubuntu-specific commands. +This change will only affect you if you use containers outside the official [Redis Enterprise for Kubernetes](/content/operate/kubernetes/_index.md) product and use Ubuntu-specific commands. To use Ubuntu-based images after this change, you can specify the operating system suffix in the image tag. For example, use the image tag `7.4.2-216.focal` instead of `7.4.2-216`. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -410,7 +410,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -428,9 +428,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -457,7 +457,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-60.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-60.md index ab063f4638..70a50e89f9 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-60.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-60.md @@ -26,7 +26,7 @@ This version offers: Redis Software version 7.8.2 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -36,9 +36,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -52,7 +52,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -61,7 +61,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -79,9 +79,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -109,7 +109,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md index 15aa521047..2bab88d011 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md @@ -31,9 +31,9 @@ This version offers: - Certificate-based authentication can be used in addition to basic authentication with a username and password. - - To set up certificate-based authentication, use [REST API]({{}}) requests to do the following: + - To set up certificate-based authentication, use [REST API](/content/operate/rs/references/rest-api/_index.md) requests to do the following: - 1. Configure a trusted CA certificate `mtls_trusted_ca` using an [update cluster certificate]({{}}) request: + 1. Configure a trusted CA certificate `mtls_trusted_ca` using an [update cluster certificate](/content/operate/rs/references/rest-api/requests/cluster/certificates/_index.md#put-cluster-update_cert) request: ```sh PUT /v1/cluster/update_cert @@ -43,7 +43,7 @@ This version offers: } ``` - 1. [Update cluster settings]({{}}) with mutual TLS configuration: + 1. [Update cluster settings](/content/operate/rs/references/rest-api/requests/cluster/_index.md#put-cluster) with mutual TLS configuration: ```sh PUT /v1/cluster @@ -61,7 +61,7 @@ This version offers: } ``` - 1. Include `"auth_method": "certificate"` and `certificate_subject_line` in the request body when you [create new users]({{}}) or [update existing users]({{}}): + 1. Include `"auth_method": "certificate"` and `certificate_subject_line` in the request body when you [create new users](/content/operate/rs/references/rest-api/requests/users/_index.md#post-user) or [update existing users](/content/operate/rs/references/rest-api/requests/users/_index.md#put-user): ```sh POST /v1/users | PUT /v1/users/ @@ -79,13 +79,13 @@ This version offers: - If you create or update a Redis ACL using the REST API, you can use the `dry_run` query parameter to validate the request without actually applying the update. - - [Create Redis ACL]({{}}) example request: + - [Create Redis ACL](/content/operate/rs/references/rest-api/requests/redis_acls/_index.md#post-redis_acl) example request: ```sh POST /v1/redis_acls?dry_run ``` - - [Update Redis ACL]({{}}) example request: + - [Update Redis ACL](/content/operate/rs/references/rest-api/requests/redis_acls/_index.md#put-redis_acl) example request: ```sh PUT /v1/redis_acls/?dry_run @@ -95,7 +95,7 @@ This version offers: Redis Software version 7.8.4 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -105,9 +105,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -129,7 +129,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -138,7 +138,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -156,9 +156,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -201,7 +201,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md index 5fd0351076..5a3349794f 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md @@ -25,13 +25,13 @@ This version offers: ### New features -- Added support for Ubuntu 22. See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +- Added support for Ubuntu 22. See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. ### Redis database versions Redis Software version 7.8.4 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -41,9 +41,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -63,7 +63,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -72,7 +72,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -91,9 +91,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -135,7 +135,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -143,7 +143,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md index 9cfa235f17..db6633dc9a 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.4 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -57,7 +57,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -66,7 +66,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -85,9 +85,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -129,7 +129,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -137,7 +137,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-119.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-119.md index 4d1d514a1d..8829257e61 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-119.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-119.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -53,7 +53,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -62,7 +62,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -81,9 +81,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -109,7 +109,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -117,7 +117,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md index 0f8fc15b25..d7bd906c41 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md @@ -25,19 +25,19 @@ This version offers: ### New features -- The hashing algorithm for user passwords is now configurable using [`rladmin`]({{}}) or the [REST API]({{}}). When you [change the hashing algorithm]({{}}), it rehashes the administrator password and passwords for all users, including default users. +- The hashing algorithm for user passwords is now configurable using [`rladmin`](/content/operate/rs/references/cli-utilities/rladmin/_index.md) or the [REST API](/content/operate/rs/references/rest-api/_index.md). When you [change the hashing algorithm](/content/operate/rs/security/access-control/manage-passwords/password-hashing-algorithm.md), it rehashes the administrator password and passwords for all users, including default users. The hashing algorithm options are `SHA-256` or `PBKDF2`. The default hashing algorithm is `SHA-256`. To change the password hashing algorithm, use one of the following methods: - - [`rladmin cluster change_password_hashing_algorithm`]({{}}): + - [`rladmin cluster change_password_hashing_algorithm`](/content/operate/rs/references/cli-utilities/rladmin/cluster/change_password_hashing_algorithm.md): ```sh rladmin cluster change_password_hashing_algorithm PBKDF2 ``` - - [Change password hashing algorithm REST API request]({{}}): + - [Change password hashing algorithm REST API request](/content/operate/rs/references/rest-api/requests/cluster/change_password_hashing_algorithm.md#patch-change-password-hashing-algorithm): ```sh PATCH /v1/cluster/change_password_hashing_algorithm @@ -46,27 +46,27 @@ This version offers: ### Enhancements -- If you create or update users or roles using the [REST API]({{}}), you can use the `dry_run` query parameter to validate the request without actually applying the update. +- If you create or update users or roles using the [REST API](/content/operate/rs/references/rest-api/_index.md), you can use the `dry_run` query parameter to validate the request without actually applying the update. - - [Create role]({{}}) example request: + - [Create role](/content/operate/rs/references/rest-api/requests/roles/_index.md#post-role) example request: ```sh POST /v1/roles?dry_run ``` - - [Update role]({{}}) example request: + - [Update role](/content/operate/rs/references/rest-api/requests/roles/_index.md#put-role) example request: ```sh PUT /v1/roles/?dry_run ``` - - [Create user]({{}}) example request: + - [Create user](/content/operate/rs/references/rest-api/requests/users/_index.md#post-user) example request: ```sh POST /v1/users?dry_run ``` - - [Update user]({{}}) example request: + - [Update user](/content/operate/rs/references/rest-api/requests/users/_index.md#put-user) example request: ```sh PUT /v1/users/?dry_run @@ -76,7 +76,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -86,9 +86,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -100,7 +100,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -109,7 +109,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -128,9 +128,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -172,7 +172,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -180,7 +180,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-152.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-152.md index e5a11b1a3c..a56bb3d3de 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-152.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-152.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -63,7 +63,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -72,7 +72,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -91,9 +91,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -119,7 +119,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -127,7 +127,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-207.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-207.md index 443ab0aeda..656569bc78 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-207.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-207.md @@ -33,7 +33,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -43,9 +43,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -57,7 +57,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -66,7 +66,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -85,9 +85,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -113,7 +113,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -121,7 +121,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-253.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-253.md index 073e02a0b5..6e7a7592de 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-253.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-253.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -37,9 +37,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -53,7 +53,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -62,7 +62,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -81,9 +81,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -109,7 +109,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -117,7 +117,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-256.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-256.md index cdd19f6753..e9432f61da 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-256.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-256.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -45,7 +45,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -54,7 +54,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -73,9 +73,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -101,7 +101,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -109,7 +109,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-260.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-260.md index 69fddc36a1..09b0e01603 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-260.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-260.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -45,7 +45,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -54,7 +54,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -73,9 +73,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -101,7 +101,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -109,7 +109,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-263.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-263.md index 44770ceee5..9f573c854a 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-263.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-263.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -45,7 +45,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -54,7 +54,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -73,9 +73,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -101,7 +101,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -109,7 +109,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-286.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-286.md index 46762a3ff1..5cc70840f8 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-286.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-286.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. Redis Software comes packaged with several modules. As of version 7.8.2, Redis Software includes three feature sets, compatible with different Redis database versions. @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -47,7 +47,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -58,7 +58,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -77,9 +77,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -107,7 +107,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -115,7 +115,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-303.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-303.md index 0e456c46f5..dff1592c44 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-303.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-303.md @@ -21,7 +21,7 @@ This version offers internal fixes and improvements Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. Redis Software comes packaged with several modules. As of version 7.8.2, Redis Software includes three feature sets, compatible with different Redis database versions. @@ -31,9 +31,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -43,7 +43,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -54,7 +54,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -73,9 +73,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -103,7 +103,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -111,7 +111,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-315.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-315.md index b81f90dd04..9b96ea4dc1 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-315.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-315.md @@ -33,7 +33,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. Redis Software comes packaged with several modules. As of version 7.8.2, Redis Software includes three feature sets, compatible with different Redis database versions. @@ -43,9 +43,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -59,7 +59,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -70,7 +70,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -89,9 +89,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -119,7 +119,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -127,7 +127,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md index 6ea075b8ce..5012290cd4 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -51,7 +51,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -60,7 +60,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -79,9 +79,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -107,7 +107,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -115,7 +115,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-60.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-60.md index 6373669084..8f6151949e 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-60.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-60.md @@ -25,7 +25,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -35,9 +35,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -57,7 +57,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -66,7 +66,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | – | – | – | – | @@ -85,9 +85,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -113,7 +113,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -121,7 +121,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-95.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-95.md index 21f23a18b8..28e97ec520 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-95.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-95.md @@ -35,7 +35,7 @@ This version offers: Redis Software version 7.8.6 includes three Redis database versions: 7.4.0, 7.2.4, and 6.2.13. -The [default Redis database version]({{}}) is 7.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 7.4. ### Redis module feature sets @@ -45,9 +45,9 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}})
    [RedisGraph v2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md" >}})[1](#module-note-1) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md)
    [RedisGraph v2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md)[1](#module-note-1) | 1. RedisGraph end-of-life has been announced and will be removed in a future release. See the [RedisGraph end-of-life announcement](https://redis.io/blog/redisgraph-eol/) for more details. @@ -63,7 +63,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -72,7 +72,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | – | – | – | – | @@ -91,9 +91,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -119,7 +119,7 @@ The following table shows the SHA256 checksums for the available packages: If the cluster contains any databases that use modules, you must upload module packages for the target OS version to a node in the existing cluster before you upgrade the cluster's operating system. -See [Upgrade a cluster's operating system]({{}}) for detailed upgrade instructions. +See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) for detailed upgrade instructions. #### New Cluster Manager UI limitations @@ -127,7 +127,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/_index.md b/content/operate/rs/release-notes/rs-8-0-releases/_index.md index 15bf521132..c437b75707 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/_index.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/_index.md @@ -49,7 +49,7 @@ For more detailed release notes, select a build version from the following table ## Version changes -- [`POST /v1/cluster/actions/change_master`]({{}}) REST API requests will no longer allow a node that exists but is not finished bootstrapping to become the primary node. Such requests will now return the status code `406 Not Acceptable`. +- [`POST /v1/cluster/actions/change_master`](/content/operate/rs/references/rest-api/requests/cluster/actions.md#post-cluster-action) REST API requests will no longer allow a node that exists but is not finished bootstrapping to become the primary node. Such requests will now return the status code `406 Not Acceptable`. - Node status now returns the actual provisional RAM and flash values even when the maximum number of shards on the node (`max_redis_servers`) is reached. Previously, the API returned 0 for `provisional_ram_of_node` and `provisional_flash_of_node` when a node reached its shard limit. This change affects REST API node status requests and the `rladmin status nodes` command's output. @@ -57,15 +57,15 @@ For more detailed release notes, select a build version from the following table ### Breaking changes -- Upgrading to Redis Software version 8.0.10 through 8.0.16-29 can cause LDAP authentication to fail with "certificate signed by unknown authority" errors if your cluster currently uses LDAP authentication. This issue was fixed in [Redis Software version 8.0.16-33]({{}}). +- Upgrading to Redis Software version 8.0.10 through 8.0.16-29 can cause LDAP authentication to fail with "certificate signed by unknown authority" errors if your cluster currently uses LDAP authentication. This issue was fixed in [Redis Software version 8.0.16-33](/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-33.md). - For Redis Software versions 8.0.2 through 8.0.10, LDAP filters for `user_dn_query` and `dn_group_query` strictly require parentheses to function correctly. Filters that previously worked without parentheses will no longer work after upgrading to these versions. For example, you must include the parentheses in `(sAMAccountName=%u)`. As of version 8.0.16, this breaking change no longer applies, and both `(sAMAccountName=%u)` and `sAMAccountName=%u` are valid filters. - Redis Software installation script changes: - - Changed the `--skip-updating-env-path` option to `--update-env-path` when running [`install.sh`]({{}}). + - Changed the `--skip-updating-env-path` option to `--update-env-path` when running [`install.sh`](/content/operate/rs/installing-upgrading/install/install-script.md). - - Changed the `skip_updating_env_path` parameter to `update_env_path` in the [installation answers file]({{}}). + - Changed the `skip_updating_env_path` parameter to `update_env_path` in the [installation answers file](/content/operate/rs/installing-upgrading/install/manage-installation-questions.md#configure-file-to-answer). ### Redis database version 8 breaking changes {#redis-8-breaking-changes} @@ -73,7 +73,7 @@ When new major versions of Redis Open Source change existing commands, upgrading #### ACL behavior changes -Before Redis 8, the existing [ACL]({{}}) categories `@read`, `@write`, `@dangerous`, `@admin`, `@slow`, and `@fast` did not include commands for Redis Search and the JSON, time series, and probabilistic data structures. +Before Redis 8, the existing [ACL](/content/operate/rs/security/access-control/redis-acl-overview.md) categories `@read`, `@write`, `@dangerous`, `@admin`, `@slow`, and `@fast` did not include commands for Redis Search and the JSON, time series, and probabilistic data structures. Starting with Redis 8, Redis includes all Query Engine, JSON, time series, Bloom filter, cuckoo filter, top-k, count-min sketch, and t-digest commands in these existing ACL categories. @@ -89,7 +89,7 @@ As a result: - For example, a user with `+@all -@write` will not be able to execute `JSON.SET`. - - Explicit inclusion of new [command categories]({{}}) is required to maintain access. The new categories are: `@search`, `@json`, `@timeseries`, `@bloom`, `@cuckoo`, `@topk`, `@cms`, and `@tdigest`. + - Explicit inclusion of new [command categories](/content/operate/oss_and_stack/management/security/acl.md#command-categories) is required to maintain access. The new categories are: `@search`, `@json`, `@timeseries`, `@bloom`, `@cuckoo`, `@topk`, `@cms`, and `@tdigest`. - ACL rules such as `+@read +JSON.GET` can now be simplified as `+@read` because `JSON.GET` is included in the `@read` category. @@ -165,15 +165,15 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-software) for a complete list. ### Deprecations #### API deprecations -- Deprecated the `policy` field for [bootstrap]({{}}) REST API requests. Use [`PUT /v1/cluster/policy`]({{< relref "/operate/rs/references/rest-api/requests/cluster/policy#put-cluster-policy" >}}) to change cluster policies after cluster creation instead. +- Deprecated the `policy` field for [bootstrap](/content/operate/rs/references/rest-api/requests/bootstrap/_index.md) REST API requests. Use [`PUT /v1/cluster/policy`](/content/operate/rs/references/rest-api/requests/cluster/policy.md#put-cluster-policy) to change cluster policies after cluster creation instead. -- Deprecated the `module_args` field for [database]({{}}) REST API requests. Use the new module configuration objects `search`, `timeseries`, and `probabilistic` instead. +- Deprecated the `module_args` field for [database](/content/operate/rs/references/rest-api/requests/bdbs/_index.md) REST API requests. Use the new module configuration objects `search`, `timeseries`, and `probabilistic` instead. - Deprecated `event_archive_cleanup_task_settings` for `job_scheduler` REST API requests. @@ -191,15 +191,15 @@ See [Ports and port ranges used by Redis Software]({{}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming. +The existing [internal monitoring engine](/content/operate/rs/monitoring/v1_monitoring.md) is deprecated. We recommend transitioning to the new [metrics stream engine](/content/operate/rs/monitoring/metrics_stream_engine/_index.md) for improved performance, enhanced integration capabilities, and modernized metrics streaming. -V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide]({{}}) or use [new preconfigured dashboards]({{}}). +V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide](/content/operate/rs/references/metrics/prometheus-metrics-v1-to-v2.md) or use [new preconfigured dashboards](/content/integrate/prometheus-with-redis-enterprise/_index.md#grafana-dashboards-for-redis-software). -As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan]({{}}) for guidance. +As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan](/content/operate/rs/references/alerts/alerts-v1-to-v2.md) for guidance. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -208,7 +208,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -227,9 +227,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -241,7 +241,7 @@ The following table provides a snapshot of supported platforms as of this Redis - RS193156: Active Directory LDAP authentication can fail in the Cluster Manager UI after upgrading to Redis Software version 8.0.16-33 due to an issue with LDAP TLS client certificate handling. Users previously authenticated through Active Directory can no longer sign in to the Cluster Manager UI after the upgrade. - As a workaround, configure an LDAP client certificate using an [update cluster certificates]({{}}) REST API request: + As a workaround, configure an LDAP client certificate using an [update cluster certificates](/content/operate/rs/references/rest-api/requests/cluster/certificates/_index.md) REST API request: ```sh PUT https://:/v1/cluster/certificates @@ -256,7 +256,7 @@ The following table provides a snapshot of supported platforms as of this Redis } ``` - See [Create certificates]({{}}) and [Update certificates]({{}}) for more detailed instructions. + See [Create certificates](/content/operate/rs/security/certificates/create-certificates.md) and [Update certificates](/content/operate/rs/security/certificates/updating-certificates.md) for more detailed instructions. This issue was fixed in Redis Software version 8.0.18. @@ -298,7 +298,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-64.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-64.md index 84054e3bf5..be53ed5fd8 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-64.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-64.md @@ -29,7 +29,7 @@ This version offers: #### Redis 8.4 feature set and enhancements -The Redis 8.4 feature set is now available when you [create]({{}}) or [upgrade]({{}}) a database with database version 8.4. +The Redis 8.4 feature set is now available when you [create](/content/operate/rs/databases/create.md) or [upgrade](/content/operate/rs/installing-upgrading/upgrading/upgrade-database.md) a database with database version 8.4. Redis 8.4 builds on the foundation of Redis 8.2 with significant enhancements to cluster operations, string manipulation, and stream processing capabilities. @@ -45,7 +45,7 @@ This release delivers major improvements across multiple areas: - Improved JSON handling with better memory efficiency -- See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) for more details. +- See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) for more details. #### Redis Flex operational optimizations @@ -90,7 +90,7 @@ Redis Software now supports ARM architecture on RHEL 9 and Ubuntu 22.04, enablin Redis Software version 8.0.10 includes the following Redis database versions: 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.4. ### Redis feature sets @@ -100,12 +100,12 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -157,7 +157,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -166,7 +166,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -185,9 +185,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -237,7 +237,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-76.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-76.md index 5452c925c5..5b3a44438a 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-76.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-76.md @@ -29,7 +29,7 @@ This version offers: Redis Software version 8.0.10 includes the following Redis database versions: 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.4. ### Redis feature sets @@ -39,12 +39,12 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -60,7 +60,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -69,7 +69,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -88,9 +88,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -140,7 +140,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-81.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-81.md index 449274526e..ea3924d8c3 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-81.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-10-81.md @@ -25,13 +25,13 @@ This version offers: ### Enhancements -- Added license information to [usage reports]({{}}), including activation date, expiration date, shard limits, and shard usage. +- Added license information to [usage reports](/content/operate/rs/references/rest-api/requests/usage_report/_index.md), including activation date, expiration date, shard limits, and shard usage. ### Redis database versions Redis Software version 8.0.10 includes the following Redis database versions: 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.4. ### Redis feature sets @@ -41,12 +41,12 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -60,7 +60,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -69,7 +69,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -88,9 +88,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -142,7 +142,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-29.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-29.md index ff925c1f69..d9832ffeb6 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-29.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-29.md @@ -43,23 +43,23 @@ Redis Software's new health report is a read-only, consolidated snapshot of a cl - High availability health -The new health report consolidates cluster and database health information that was previously scattered across multiple APIs and CLI commands, such as [`rladmin status extra all`]({{}}) and required SSH access to view. +The new health report consolidates cluster and database health information that was previously scattered across multiple APIs and CLI commands, such as [`rladmin status extra all`](/content/operate/rs/references/cli-utilities/rladmin/status.md) and required SSH access to view. Now, you can access the cluster and database health reports using the **Overview** screen in the Cluster manager UI or the new health API paths: -- [Cluster health report]({{}}): +- [Cluster health report](/content/operate/rs/references/rest-api/api-reference.md#tag/Cluster/operation/cluster_cluster_health_report): ```sh GET /v4/cluster/health ``` -- [Database health report]({{}}): +- [Database health report](/content/operate/rs/references/rest-api/api-reference.md#tag/Database/operation/cluster_database_health_report): ```sh GET /v4/bdb//health ``` -For more information, see [Consolidated health report]({{}}). +For more information, see [Consolidated health report](/content/operate/rs/monitoring/health-report.md). #### Global Active-Active configuration in the Cluster Manager UI @@ -69,15 +69,14 @@ Previously, when modifying Active-Active databases using the CRDB API, configura Global configuration is now the default in the Cluster Manager UI. You can still make local configuration changes when needed, which will override global settings on the database instances where they are applied. -{{< warning >}} -Applying global configuration changes will override any local settings created using the API or earlier Cluster Manager UI versions. To preserve existing local changes, manage them in the **Local** configuration tab before applying global changes. -{{< /warning >}} +> [!WARNING] +> Applying global configuration changes will override any local settings created using the API or earlier Cluster Manager UI versions. To preserve existing local changes, manage them in the **Local** configuration tab before applying global changes. -For more information, see [Manage Active-Active databases]({{< relref "/operate/rs/databases/active-active/manage#database-settings" >}}). +For more information, see [Manage Active-Active databases](/content/operate/rs/databases/active-active/manage.md#database-settings). ### Enhancements -- Added the ability to undo configuration overrides for an Active-Active database instance and reset it to the default database configuration using a REST API request to [update an Active-Active database]({{}}). For example: +- Added the ability to undo configuration overrides for an Active-Active database instance and reset it to the default database configuration using a REST API request to [update an Active-Active database](/content/operate/rs/references/rest-api/requests/crdbs/_index.md#patch-crdbs). For example: ```sh PATCH /v1/crdbs/ @@ -89,7 +88,7 @@ For more information, see [Manage Active-Active databases]({{< relref "/operate/ ]} ``` -- For [smart client handoffs]({{}}): +- For [smart client handoffs](/content/operate/rs/clusters/configure/sch.md): - Added smart client handoff support for databases with OSS cluster API enabled. @@ -99,7 +98,7 @@ For more information, see [Manage Active-Active databases]({{< relref "/operate/ Redis Software version 8.0.16 includes the following Redis database versions: 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.4. ### Redis feature sets @@ -109,12 +108,12 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -178,7 +177,7 @@ If the version is earlier than 3.3.0, upgrade the `openssl` and `openssl-libs` p ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -187,7 +186,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -206,9 +205,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -258,7 +257,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-33.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-33.md index bde0f2552d..6bbddc5234 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-33.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-16-33.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 8.0.16 includes the following Redis database versions: 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.4. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.4. ### Redis feature sets @@ -37,12 +37,12 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -70,7 +70,7 @@ If the version is earlier than 3.3.0, upgrade the `openssl` and `openssl-libs` p ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -79,7 +79,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -98,9 +98,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -122,7 +122,7 @@ The following table shows the SHA256 checksums for the available packages: - RS193156: Active Directory LDAP authentication can fail in the Cluster Manager UI after upgrading to Redis Software version 8.0.16-33 due to an issue with LDAP TLS client certificate handling. Users previously authenticated through Active Directory can no longer sign in to the Cluster Manager UI after the upgrade. - As a workaround, configure an LDAP client certificate using an [update cluster certificates]({{}}) REST API request: + As a workaround, configure an LDAP client certificate using an [update cluster certificates](/content/operate/rs/references/rest-api/requests/cluster/certificates/_index.md) REST API request: ```sh PUT https://:/v1/cluster/certificates @@ -137,7 +137,7 @@ The following table shows the SHA256 checksums for the available packages: } ``` - See [Create certificates]({{}}) and [Update certificates]({{}}) for more detailed instructions. + See [Create certificates](/content/operate/rs/security/certificates/create-certificates.md) and [Update certificates](/content/operate/rs/security/certificates/updating-certificates.md) for more detailed instructions. - RS155734: Endpoint availability metrics do not work as expected due to a calculation error. @@ -169,7 +169,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-23.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-23.md index bcdcab8422..4f4b87ebeb 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-23.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-23.md @@ -33,7 +33,7 @@ This version offers: #### Redis 8.6 feature set and enhancements -The Redis 8.6 feature set is now available when you [create]({{}}) or [upgrade]({{}}) a database with database version 8.6. +The Redis 8.6 feature set is now available when you [create](/content/operate/rs/databases/create.md) or [upgrade](/content/operate/rs/installing-upgrading/upgrading/upgrade-database.md) a database with database version 8.6. Redis 8.6 builds on the foundation of Redis 8.4 with significant enhancements to stream reliability, memory management, and security features. @@ -55,17 +55,17 @@ This release delivers major improvements across multiple areas: - More than 20 performance and resource utilization improvements -- See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) for more details. +- See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) for more details. #### Disk-based search indexing preview A preview of disk-based indexing for `TEXT` and `VECTOR` is now available in Redis Software. Search indices are stored on disk instead of in memory, which allows cost optimization for large datasets at the expense of query performance. -To try this preview, select **Query Engine** in the **Capabilities** section when [creating a new Flex database]({{}}) in the Cluster Manager UI. +To try this preview, select **Query Engine** in the **Capabilities** section when [creating a new Flex database](/content/operate/rs/flex/get-started.md) in the Cluster Manager UI. #### Active-Active database upgrade API -A new REST API endpoint allows automated upgrading of Active-Active databases through a single request instead of the previous manual process of upgrading each Active-Active database participant separately. The [`POST /v1/crdbs/{crdb_guid}/upgrade`]({{}}) request manages the entire upgrade process automatically, including: +A new REST API endpoint allows automated upgrading of Active-Active databases through a single request instead of the previous manual process of upgrading each Active-Active database participant separately. The [`POST /v1/crdbs/{crdb_guid}/upgrade`](/content/operate/rs/references/rest-api/requests/crdbs/upgrade.md) request manages the entire upgrade process automatically, including: - Upgrading all Active-Active database participants across regions. @@ -73,13 +73,12 @@ A new REST API endpoint allows automated upgrading of Active-Active databases th - Handling CRDB featureset version upgrade after all participants are upgraded. -{{}} -The previous method of upgrading Active-Active databases by manually upgrading each participant separately is also still supported. -{{}} +> [!NOTE] +> The previous method of upgrading Active-Active databases by manually upgrading each participant separately is also still supported. ### Enhancements -- Implemented the [JSON string reuse mechanism]({{}}) for Active-Active databases to reduce memory usage. +- Implemented the [JSON string reuse mechanism](/content/develop/data-types/json/ram.md#json-string-reuse-mechanism) for Active-Active databases to reduce memory usage. - REST API enhancements: @@ -93,7 +92,7 @@ The previous method of upgrading Active-Active databases by manually upgrading e Redis Software version 8.0.18 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. ### Redis feature sets @@ -103,13 +102,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -197,11 +196,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -210,7 +209,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -229,9 +228,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -281,7 +280,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-36.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-36.md index be98d4370b..409e2f8775 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-36.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-18-36.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 8.0.18 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. ### Redis feature sets @@ -37,13 +37,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -99,11 +99,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -112,7 +112,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -131,9 +131,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -183,7 +183,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17.md index f183ca508e..205d430022 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17.md @@ -45,13 +45,13 @@ This version offers: #### Redis 8.0 and 8.2 feature sets -Redis 8.0 and 8.2 feature sets are now available when you [create]({{}}) or [upgrade]({{}}) a database with database version 8.2. +Redis 8.0 and 8.2 feature sets are now available when you [create](/content/operate/rs/databases/create.md) or [upgrade](/content/operate/rs/installing-upgrading/upgrading/upgrade-database.md) a database with database version 8.2. ##### Redis 8.0 feature set and enhancements -- Preview of a new [vector set]({{}}) data structure that supports high-dimensional vector similarity search, ideal for AI use cases such as semantic search and recommendation systems. +- Preview of a new [vector set](/content/develop/data-types/vector-sets/_index.md) data structure that supports high-dimensional vector similarity search, ideal for AI use cases such as semantic search and recommendation systems. -- New hash commands [`HGETEX`]({{}}), [`HSETEX`]({{}}), and [`HGETDEL`]({{}}), which can simplify caching and session management patterns. +- New hash commands [`HGETEX`](/content/commands/hgetex.md), [`HSETEX`](/content/commands/hsetex.md), and [`HGETDEL`](/content/commands/hgetdel.md), which can simplify caching and session management patterns. - Enhanced access control lists (ACLs) to support new data structures introduced in Redis 8. @@ -69,13 +69,13 @@ Redis 8.0 and 8.2 feature sets are now available when you [create]({{}}) and [Redis Open Source 8.0 release notes]({{}}) for more details. +- See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) for more details. ##### Redis 8.2 feature set and enhancements -- New Redis streams commands [`XDELEX`]({{}}) and [`XACKDEL`]({{}}) that simplify consumer group management and stream lifecycle operations. +- New Redis streams commands [`XDELEX`](/content/commands/xdelex.md) and [`XACKDEL`](/content/commands/xackdel.md) that simplify consumer group management and stream lifecycle operations. -- New operators `DIFF`, `DIFF1`, `ANDOR`, and `ONE` for the [`BITOP`]({{}}) command, which enable more complex bitmap workflows and can simplify operations that previously required multiple commands. +- New operators `DIFF`, `DIFF1`, `ANDOR`, and `ONE` for the [`BITOP`](/content/commands/bitop.md) command, which enable more complex bitmap workflows and can simplify operations that previously required multiple commands. - New keyspace notification event types `OVERWRITTEN` and `TYPE_CHANGED` that provide better visibility into data changes. @@ -83,11 +83,11 @@ Redis 8.0 and 8.2 feature sets are now available when you [create]({{}}) type, which supports vector compression. + - New [SVS-VAMANA vector index](/content/develop/ai/search-and-query/vectors/_index.md#svs-vamana-index) type, which supports vector compression. - - New `SHARD_K_RATIO` parameter for [K-nearest neighbor (KNN) vector queries]({{}}), which favors network latency over accuracy to provide faster responses when exact precision isn't critical. + - New `SHARD_K_RATIO` parameter for [K-nearest neighbor (KNN) vector queries](/content/develop/ai/search-and-query/vectors/_index.md#knn-vector-search), which favors network latency over accuracy to provide faster responses when exact precision isn't critical. -- See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) for more details. +- See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) for more details. #### Built-in capabilities with Redis 8 @@ -95,9 +95,9 @@ Redis Software databases created with or upgraded to Redis version 8 include all | Database type | Automatically enabled capabilities | |---------------|------------------------------------| -| RAM-only | [Search and query]({{}})
    [JSON]({{}})
    [Time series]({{}})
    [Probabilistic]({{}}) | -| Flash-enabled ([Redis Flex]({{}})) | [JSON]({{}})
    [Probabilistic]({{}}) | -| [Active-Active]({{}})[1](#enabled-modules-table-note-1) | [Search and query]({{}})
    [JSON]({{}}) | +| RAM-only | [Search and query](/content/operate/oss_and_stack/stack-with-enterprise/search/_index.md)
    [JSON](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md)
    [Time series](/content/operate/oss_and_stack/stack-with-enterprise/timeseries/_index.md)
    [Probabilistic](/content/operate/oss_and_stack/stack-with-enterprise/bloom/_index.md) | +| Flash-enabled ([Redis Flex](/content/operate/rs/databases/flash/_index.md)) | [JSON](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md)
    [Probabilistic](/content/operate/oss_and_stack/stack-with-enterprise/bloom/_index.md) | +| [Active-Active](/content/operate/rs/databases/active-active/_index.md)[1](#enabled-modules-table-note-1) | [Search and query](/content/operate/oss_and_stack/stack-with-enterprise/search/search-active-active.md)
    [JSON](/content/operate/oss_and_stack/stack-with-enterprise/json/_index.md) | 1. Upgrading existing Active-Active databases to Redis version 8 does not automatically enable these capabilities. Only new Active-Active databases created with Redis version 8 enable these capabilities by default. @@ -125,30 +125,30 @@ Past limitations requiring minimum RAM allocation to store all the database's ke For more information about Redis Flex, see: -- [Redis Flex overview]({{< relref "/operate/rs/databases/flash" >}}) -- [Redis Flex quick start]({{< relref "/operate/rs/databases/flash/quickstart" >}}) +- [Redis Flex overview](/content/operate/rs/databases/flash/_index.md) +- [Redis Flex quick start](/content/operate/rs/databases/flash/quickstart.md) #### Lag-aware availability API -The [database availability API]({{}}) now supports lag-aware availability checks that consider replication lag tolerance. +The [database availability API](/content/operate/rs/references/rest-api/requests/bdbs/availability.md) now supports lag-aware availability checks that consider replication lag tolerance. You can reduce the risk of data inconsistencies during disaster recovery by incorporating lag-aware availability checks into your disaster recovery solution and ensuring failover-failback flows only occur when databases are accessible and sufficiently synchronized. The lag tolerance threshold is 100 milliseconds by default. Depending on factors such as workload, network conditions, and throughput, you might want to adjust the lag tolerance threshold using one of the following methods: -- Change the default threshold for the entire cluster by setting `availability_lag_tolerance_ms` with an [update cluster]({{}}) request. +- Change the default threshold for the entire cluster by setting `availability_lag_tolerance_ms` with an [update cluster](/content/operate/rs/references/rest-api/requests/cluster/_index.md#put-cluster) request. -- Override the default threshold by adding the `availability_lag_tolerance_ms` query parameter to specific lag-aware [availability checks]({{}}). For example: +- Override the default threshold by adding the `availability_lag_tolerance_ms` query parameter to specific lag-aware [availability checks](/content/operate/rs/references/rest-api/requests/bdbs/availability.md). For example: ```sh GET /v1/bdbs//availability?extend_check=lag&availability_lag_tolerance_ms=100 ``` -For more details, see [Check database availability for monitoring and load balancers]({{}}). +For more details, see [Check database availability for monitoring and load balancers](/content/operate/rs/monitoring/db-availability.md). #### Metrics stream engine GA -The [metrics stream engine]({{}}) is now generally available: +The [metrics stream engine](/content/operate/rs/monitoring/metrics_stream_engine/_index.md) is now generally available: - The metrics stream engine's exporter-based infrastructure provides access to more accurate, real-time data. This enhanced, scalable monitoring system allows you to set up more effective alerts and respond to issues faster. @@ -156,21 +156,21 @@ The [metrics stream engine]({{}}). +- For a list of metrics exported by the metrics stream engine, see [Prometheus metrics v2](/content/operate/rs/references/metrics/prometheus-metrics-v2.md). -- To transition to the metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{}}) or use [new preconfigured dashboards]({{}}). +- To transition to the metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL](/content/operate/rs/references/metrics/prometheus-metrics-v1-to-v2.md) or use [new preconfigured dashboards](/content/integrate/prometheus-with-redis-enterprise/_index.md#grafana-dashboards-for-redis-software). -- As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan]({{}}) for guidance. +- As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan](/content/operate/rs/references/alerts/alerts-v1-to-v2.md) for guidance. -- See [Best practices for monitoring]({{}}) for a list of recommended metrics to monitor. +- See [Best practices for monitoring](/content/operate/rs/monitoring/metrics_stream_engine/_index.md#best-practices-for-monitoring) for a list of recommended metrics to monitor. #### Customer-managed certificates for internode encryption -Instead of using Redis Software's self-signed certificates for internode encryption, you can provide certificates generated by your Certificate Authority (CA). See [Customer-provided certificates ]({{}}) for details. +Instead of using Redis Software's self-signed certificates for internode encryption, you can provide certificates generated by your Certificate Authority (CA). See [Customer-provided certificates ](/content/operate/rs/security/encryption/internode-encryption.md#customer-provided-certificates) for details. #### Smart client handoffs -Smart client handoffs enable zero-disruption maintenance for Redis databases by allowing clients to reconnect gracefully during planned operations like cluster upgrades or database version upgrades. Applications stay online with no hard disconnects or timeout errors. See [Smart client handoffs]({{}}) for more information. +Smart client handoffs enable zero-disruption maintenance for Redis databases by allowing clients to reconnect gracefully during planned operations like cluster upgrades or database version upgrades. Applications stay online with no hard disconnects or timeout errors. See [Smart client handoffs](/content/operate/rs/clusters/configure/sch.md) for more information. ### Enhancements @@ -180,11 +180,11 @@ Smart client handoffs enable zero-disruption maintenance for Redis databases by - Copying module packages to a node in the cluster before cluster recovery is no longer required. - - Added new REST API requests to manage custom, user-defined modules. See [Custom module management APIs]({{}}) for details. + - Added new REST API requests to manage custom, user-defined modules. See [Custom module management APIs](/content/operate/rs/references/rest-api/requests/modules/user-defined.md) for details. - - Added module configuration fields to the database configuration. Use `search`, `query_performance_factor`, `timeseries`, and `probabilistic` objects to configure Redis modules instead of the deprecated `module_args` field. These fields are visible in [`GET /v1/bdbs`]({{}}) requests only when using the `extended=true` query parameter. + - Added module configuration fields to the database configuration. Use `search`, `query_performance_factor`, `timeseries`, and `probabilistic` objects to configure Redis modules instead of the deprecated `module_args` field. These fields are visible in [`GET /v1/bdbs`](/content/operate/rs/references/rest-api/requests/bdbs/_index.md) requests only when using the `extended=true` query parameter. - - Added `--update-db-config-modules` option to the [`crdb-cli crdb update`]({{}}) command to streamline updating module information in the CRDB configuration after upgrading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules. + - Added `--update-db-config-modules` option to the [`crdb-cli crdb update`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/update.md) command to streamline updating module information in the CRDB configuration after upgrading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules. ```sh crdb-cli crdb update --crdb-guid --update-db-config-modules true @@ -192,23 +192,23 @@ Smart client handoffs enable zero-disruption maintenance for Redis databases by - Added a check to block new user creation after the maximum limit of 32,000 users has been reached: - - Added a [cluster alert]({{}}) `cluster_users_count_approaches_limit`, which triggers when the number of users surpasses a threshold percentage of the maximum user limit. This alert is enabled with a 90% threshold by default on new clusters. + - Added a [cluster alert](/content/operate/rs/references/rest-api/objects/cluster/alert_settings.md) `cluster_users_count_approaches_limit`, which triggers when the number of users surpasses a threshold percentage of the maximum user limit. This alert is enabled with a 90% threshold by default on new clusters. - - Added a `users_count` cluster metric to [Prometheus metrics v2]({{}}) that shows the current number of users on the cluster. + - Added a `users_count` cluster metric to [Prometheus metrics v2](/content/operate/rs/references/metrics/prometheus-metrics-v2.md) that shows the current number of users on the cluster. - Additional REST API enhancements: - - New `last_login` field for [users]({{}}), which stores the UNIX timestamp of the user's last successful login to the Cluster Manager UI or REST API. + - New `last_login` field for [users](/content/operate/rs/references/rest-api/requests/users/_index.md), which stores the UNIX timestamp of the user's last successful login to the Cluster Manager UI or REST API. - - Added [cluster configuration]({{}}) fields: + - Added [cluster configuration](/content/operate/rs/references/rest-api/requests/cluster/_index.md) fields: - `disconnect_clients_on_password_removal`: Controls whether client connections using removed, revoked, or rotated passwords are actively disconnected. - `replica_sconns_on_demand`: When enabled, the DMC stops holding persistent connections to replica shards and reduces the number of internode connections by half. - - `metrics_auth`: If set to `true`, enables basic authentication for Prometheus exporters and restricts access to authenticated users with `admin`, `cluster_member`, or `cluster_viewer` [management roles]({{}}). + - `metrics_auth`: If set to `true`, enables basic authentication for Prometheus exporters and restricts access to authenticated users with `admin`, `cluster_member`, or `cluster_viewer` [management roles](/content/operate/rs/references/rest-api/permissions.md). - - Added [database configuration]({{}}) fields: + - Added [database configuration](/content/operate/rs/references/rest-api/requests/bdbs/_index.md) fields: - `conns_global_maximum_dedicated`: Defines the maximum number of dedicated server connections for a database across all workers. @@ -238,7 +238,7 @@ Smart client handoffs enable zero-disruption maintenance for Redis databases by Redis Software version 8.0.2 includes five Redis database versions: 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.2. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.2. ### Redis feature sets @@ -248,11 +248,11 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -352,7 +352,7 @@ The following table shows which Redis modules are compatible with each Redis dat ## Version changes -- [`POST /v1/cluster/actions/change_master`]({{}}) REST API requests will no longer allow a node that exists but is not finished bootstrapping to become the primary node. Such requests will now return the status code `406 Not Acceptable`. +- [`POST /v1/cluster/actions/change_master`](/content/operate/rs/references/rest-api/requests/cluster/actions.md#post-cluster-action) REST API requests will no longer allow a node that exists but is not finished bootstrapping to become the primary node. Such requests will now return the status code `406 Not Acceptable`. - Node status now returns the actual provisional RAM and flash values even when the maximum number of shards on the node (`max_redis_servers`) is reached. Previously, the API returned 0 for `provisional_ram_of_node` and `provisional_flash_of_node` when a node reached its shard limit. This change affects REST API node status requests and the `rladmin status nodes` command's output. @@ -362,9 +362,9 @@ The following table shows which Redis modules are compatible with each Redis dat - Redis Software installation script changes: - - Changed the `--skip-updating-env-path` option to `--update-env-path` when running [`install.sh`]({{}}). + - Changed the `--skip-updating-env-path` option to `--update-env-path` when running [`install.sh`](/content/operate/rs/installing-upgrading/install/install-script.md). - - Changed the `skip_updating_env_path` parameter to `update_env_path` in the [installation answers file]({{}}). + - Changed the `skip_updating_env_path` parameter to `update_env_path` in the [installation answers file](/content/operate/rs/installing-upgrading/install/manage-installation-questions.md#configure-file-to-answer). ### Redis database version 8 breaking changes {#redis-8-breaking-changes} @@ -372,7 +372,7 @@ When new major versions of Redis Open Source change existing commands, upgrading #### ACL behavior changes -Before Redis 8, the existing [ACL]({{}}) categories `@read`, `@write`, `@dangerous`, `@admin`, `@slow`, and `@fast` did not include commands for Redis Search and the JSON, time series, and probabilistic data structures. +Before Redis 8, the existing [ACL](/content/operate/rs/security/access-control/redis-acl-overview.md) categories `@read`, `@write`, `@dangerous`, `@admin`, `@slow`, and `@fast` did not include commands for Redis Search and the JSON, time series, and probabilistic data structures. Starting with Redis 8, Redis includes all Query Engine, JSON, time series, Bloom filter, cuckoo filter, top-k, count-min sketch, and t-digest commands in these existing ACL categories. @@ -388,7 +388,7 @@ As a result: - For example, a user with `+@all -@write` will not be able to execute `JSON.SET`. - - Explicit inclusion of new [command categories]({{}}) is required to maintain access. The new categories are: `@search`, `@json`, `@timeseries`, `@bloom`, `@cuckoo`, `@topk`, `@cms`, and `@tdigest`. + - Explicit inclusion of new [command categories](/content/operate/oss_and_stack/management/security/acl.md#command-categories) is required to maintain access. The new categories are: `@search`, `@json`, `@timeseries`, `@bloom`, `@cuckoo`, `@topk`, `@cms`, and `@tdigest`. - ACL rules such as `+@read +JSON.GET` can now be simplified as `+@read` because `JSON.GET` is included in the `@read` category. @@ -438,15 +438,15 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Deprecations #### API deprecations -- Deprecated the `policy` field for [bootstrap]({{}}) REST API requests. Use [`PUT /v1/cluster/policy`]({{< relref "/operate/rs/references/rest-api/requests/cluster/policy#put-cluster-policy" >}}) to change cluster policies after cluster creation instead. +- Deprecated the `policy` field for [bootstrap](/content/operate/rs/references/rest-api/requests/bootstrap/_index.md) REST API requests. Use [`PUT /v1/cluster/policy`](/content/operate/rs/references/rest-api/requests/cluster/policy.md#put-cluster-policy) to change cluster policies after cluster creation instead. -- Deprecated the `module_args` field for [database]({{}}) REST API requests. Use the new module configuration objects `search`, `timeseries`, and `probabilistic` instead. +- Deprecated the `module_args` field for [database](/content/operate/rs/references/rest-api/requests/bdbs/_index.md) REST API requests. Use the new module configuration objects `search`, `timeseries`, and `probabilistic` instead. #### Redis Search deprecations @@ -462,15 +462,15 @@ See [Ports and port ranges used by Redis Software]({{}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming. +The existing [internal monitoring engine](/content/operate/rs/monitoring/v1_monitoring.md) is deprecated. We recommend transitioning to the new [metrics stream engine](/content/operate/rs/monitoring/metrics_stream_engine/_index.md) for improved performance, enhanced integration capabilities, and modernized metrics streaming. -V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide]({{}}) or use [new preconfigured dashboards]({{}}). +V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide](/content/operate/rs/references/metrics/prometheus-metrics-v1-to-v2.md) or use [new preconfigured dashboards](/content/integrate/prometheus-with-redis-enterprise/_index.md#grafana-dashboards-for-redis-software). -As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan]({{}}) for guidance. +As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan](/content/operate/rs/references/alerts/alerts-v1-to-v2.md) for guidance. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -479,7 +479,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -498,9 +498,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -543,7 +543,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-41.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-41.md index 886d531a2b..6f0fa85265 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-41.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-41.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 8.0.2 includes five Redis database versions: 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.2. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.2. ### Redis feature sets @@ -37,11 +37,11 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -59,7 +59,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -68,7 +68,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -87,9 +87,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -132,7 +132,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-108.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-108.md index 8c9fad79ef..06ccd07fa4 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-108.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-108.md @@ -33,7 +33,7 @@ This version offers: Redis Software version 8.0.20 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. Redis Software includes multiple feature sets, compatible with different Redis database versions. @@ -43,13 +43,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -103,11 +103,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -118,7 +118,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -138,9 +138,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -196,7 +196,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-19.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-19.md index ed4937dc97..c41c03a756 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-19.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-19.md @@ -33,7 +33,7 @@ This version offers: Redis Software now enables secure client certificate authentication for LDAP users, combining strong authentication with centralized role-based authorization managed through LDAP. -See [Certificate-based authentication for LDAP]({{}}) for details and instructions. +See [Certificate-based authentication for LDAP](/content/operate/rs/security/access-control/ldap/certificate-based-authentication.md) for details and instructions. #### Amazon Linux 2023 support @@ -41,17 +41,17 @@ Redis Software now supports the Amazon Linux 2023 operating system. #### Enhancements -- Added a `traffic_manually_disabled` field to the [BDB object]({{}}) to indicate whether database traffic was manually stopped using a [`stop_traffic`]({{}}) REST API request. [`rladmin status extra all`]({{}}) also conditionally displays a `TRAFFIC_MANUALLY_DISABLED` column if any database's traffic was manually stopped. +- Added a `traffic_manually_disabled` field to the [BDB object](/content/operate/rs/references/rest-api/objects/bdb/_index.md) to indicate whether database traffic was manually stopped using a [`stop_traffic`](/content/operate/rs/references/rest-api/requests/bdbs/actions/stop_traffic.md) REST API request. [`rladmin status extra all`](/content/operate/rs/references/cli-utilities/rladmin/status.md) also conditionally displays a `TRAFFIC_MANUALLY_DISABLED` column if any database's traffic was manually stopped. -- Added a `crdt_supported_module_featureset_version_map` field to the response for REST API requests to [get cluster info]({{}}). This new field provides aggregated module featureset version information, enabling clients to query which featureset versions are supported by each module across the cluster. +- Added a `crdt_supported_module_featureset_version_map` field to the response for REST API requests to [get cluster info](/content/operate/rs/references/rest-api/requests/cluster/_index.md#get-cluster). This new field provides aggregated module featureset version information, enabling clients to query which featureset versions are supported by each module across the cluster. -- Exposed new search [metrics]({{}}). +- Exposed new search [metrics](/content/operate/rs/monitoring/metrics_stream_engine/prometheus-metrics-v2.md#shard-metrics). ### Redis database versions Redis Software version 8.0.20 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. ### Redis feature sets @@ -61,13 +61,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -143,11 +143,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -156,7 +156,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -176,9 +176,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -234,7 +234,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-44.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-44.md index 76cd3eadd8..131a4454eb 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-44.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-44.md @@ -35,7 +35,7 @@ This version offers: Redis Software version 8.0.20 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. Redis Software includes multiple feature sets, compatible with different Redis database versions. @@ -45,13 +45,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -125,11 +125,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -140,7 +140,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -160,9 +160,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -218,7 +218,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-68.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-68.md index a474b29789..1abf0672b5 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-68.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-68.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 8.0.20 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. Redis Software includes multiple feature sets, compatible with different Redis database versions. @@ -37,13 +37,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -111,11 +111,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -126,7 +126,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -146,9 +146,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -204,7 +204,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-96.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-96.md index 80584a7142..43f5e196b6 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-96.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-20-96.md @@ -27,7 +27,7 @@ This version offers: Redis Software version 8.0.20 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. Redis Software includes multiple feature sets, compatible with different Redis database versions. @@ -37,13 +37,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -103,11 +103,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. {{< collapsible "Show supported platforms" >}} @@ -118,7 +118,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -138,9 +138,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -196,7 +196,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security diff --git a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-6-54.md b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-6-54.md index 6058399bdd..aa1b360f04 100644 --- a/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-6-54.md +++ b/content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-6-54.md @@ -39,23 +39,23 @@ When SSO is activated: - With just-in-time (JIT) user provisioning, Redis Software automatically creates a user account the first time a new user signs in with SSO. -For more information and setup instructions, see [SAML single sign-on]({{}}). +For more information and setup instructions, see [SAML single sign-on](/content/operate/rs/security/access-control/saml-sso.md). Known limitation: You cannot change the default service provider address using the Cluster Manager UI. You can only change this address using a REST API request. ### Enhancements -- Added error report to Replica Of [migration status]({{}}) REST API responses. +- Added error report to Replica Of [migration status](/content/operate/rs/references/rest-api/requests/migrations/_index.md) REST API responses. -- Added support for automatically downloading and installing user-defined modules during bootstrap operations. You can now specify `user_defined_modules` in [bootstrap requests]({{}}) for `create_cluster`, `join_cluster`, and `recover_cluster` actions. See [Add user-defined modules during bootstrapping]({{}}) for details. +- Added support for automatically downloading and installing user-defined modules during bootstrap operations. You can now specify `user_defined_modules` in [bootstrap requests](/content/operate/rs/references/rest-api/requests/bootstrap/_index.md#post-bootstrap) for `create_cluster`, `join_cluster`, and `recover_cluster` actions. See [Add user-defined modules during bootstrapping](/content/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster.md#bootstrap-user-defined-module) for details. -- Added `cert` and `private_key` fields to the [CRDB database config object]({{}}) for an optional PEM-encoded server certificate for the underlying database instance. +- Added `cert` and `private_key` fields to the [CRDB database config object](/content/operate/rs/references/rest-api/objects/crdb/database_config.md) for an optional PEM-encoded server certificate for the underlying database instance. ### Redis database versions Redis Software version 8.0.6 includes five Redis database versions: 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.2. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.2. ### Redis feature sets @@ -65,11 +65,11 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | ### Resolved issues @@ -103,7 +103,7 @@ The following table shows which Redis modules are compatible with each Redis dat ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -112,7 +112,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | – | – | – | – | @@ -131,9 +131,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -184,7 +184,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-2-releases/_index.md b/content/operate/rs/release-notes/rs-8-2-releases/_index.md index f6d2022721..0f9e9a39be 100644 --- a/content/operate/rs/release-notes/rs-8-2-releases/_index.md +++ b/content/operate/rs/release-notes/rs-8-2-releases/_index.md @@ -89,15 +89,15 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-software) for a complete list. ### Deprecations #### API deprecations -- The `db_conns_auditing` cluster policy and database configuration field is deprecated. Use the `audit_settings.audit_mode` field instead. Setting `db_conns_auditing` to `true` is equivalent to setting `audit_mode` to `connection`. See [Audit events]({{}}) for the current auditing configuration. +- The `db_conns_auditing` cluster policy and database configuration field is deprecated. Use the `audit_settings.audit_mode` field instead. Setting `db_conns_auditing` to `true` is equivalent to setting `audit_mode` to `connection`. See [Audit events](/content/operate/rs/security/audit-events.md) for the current auditing configuration. -- The `gradual_src_mode`, `gradual_sync_mode`, and `gradual_sync_max_shards_per_source` parameters are deprecated. Use `gradual_sync_policy` instead. You can set it with [`rladmin tune db`]({{}}) or the REST API. +- The `gradual_src_mode`, `gradual_sync_mode`, and `gradual_sync_max_shards_per_source` parameters are deprecated. Use `gradual_sync_policy` instead. You can set it with [`rladmin tune db`](/content/operate/rs/references/cli-utilities/rladmin/tune.md) or the REST API. - The `old_password` field in `POST /v1/users/password` and `PUT /v1/users/password` requests is deprecated and ignored. It was optional and had no effect when adding or resetting a password, so you can remove it from these requests. `old_password` is still required for `DELETE /v1/users/password`, which uses it to identify the password to delete. @@ -109,15 +109,15 @@ See [Ports and port ranges used by Redis Software]({{}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming. +The existing [internal monitoring engine](/content/operate/rs/monitoring/v1_monitoring.md) is deprecated. We recommend transitioning to the new [metrics stream engine](/content/operate/rs/monitoring/metrics_stream_engine/_index.md) for improved performance, enhanced integration capabilities, and modernized metrics streaming. -V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide]({{}}) or use [new preconfigured dashboards]({{}}). +V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide](/content/operate/rs/references/metrics/prometheus-metrics-v1-to-v2.md) or use [new preconfigured dashboards](/content/integrate/prometheus-with-redis-enterprise/_index.md#grafana-dashboards-for-redis-software). -As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan]({{}}) for guidance. +As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan](/content/operate/rs/references/alerts/alerts-v1-to-v2.md) for guidance. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. ✅ Supported – The platform is supported for this version of Redis Software and Redis Stack modules. @@ -126,7 +126,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.2 | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Jul 2026 | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | ✅ | – | – | – | – | @@ -146,9 +146,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -186,7 +186,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. - Search and export the log. diff --git a/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-25.md b/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-25.md index f0b5c1b679..c2999632bd 100644 --- a/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-25.md +++ b/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-25.md @@ -27,9 +27,9 @@ This version offers: ### Database-scoped management roles -You can now scope the `db_member` and `db_viewer` [management roles]({{}}) to specific databases instead of granting access to every database in the cluster. This lets you give application or tenant teams management access to only their own databases in a shared cluster. +You can now scope the `db_member` and `db_viewer` [management roles](/content/operate/rs/security/access-control/create-cluster-roles.md) to specific databases instead of granting access to every database in the cluster. This lets you give application or tenant teams management access to only their own databases in a shared cluster. -- To scope a role, specify the databases it applies to using the new `resources` field when you create or update a [role]({{}}). For example, `"resources": [{"type": "db", "uids": ["1", "2"]}]` scopes the role to databases `1` and `2`. +- To scope a role, specify the databases it applies to using the new `resources` field when you create or update a [role](/content/operate/rs/references/rest-api/objects/role.md). For example, `"resources": [{"type": "db", "uids": ["1", "2"]}]` scopes the role to databases `1` and `2`. - Roles without a `resources` scope continue to apply to all databases, so existing roles are unaffected. @@ -45,7 +45,7 @@ Redis Software now supports auditing of data path commands (CRUD operations), in - Monitor the auditing pipeline with new `audit_sink_*` metrics. -For more information, see [Audit events]({{}}). +For more information, see [Audit events](/content/operate/rs/security/audit-events.md). ### FIPS 140-3 support @@ -61,11 +61,11 @@ For FIPS-mode limitations, see [Increased memory usage in FIPS mode](#increased- ### Enhancements -- **Disable Basic authentication for the REST API.** You can now disable Basic and Digest authentication for the cluster management REST API using the new `control_plane_basic_authentication` cluster setting. Basic authentication remains enabled by default; when you disable it, the cluster rejects Basic and Digest authentication on inbound REST API requests. Configure it with [`rladmin tune cluster`]({{}}) or an [update cluster settings]({{}}) REST API request. Cluster join and Active-Active (CRDB) management operations support certificate credentials when Basic and Digest authentication are disabled or unavailable. See [Disable basic authentication for the REST API]({{}}). +- **Disable Basic authentication for the REST API.** You can now disable Basic and Digest authentication for the cluster management REST API using the new `control_plane_basic_authentication` cluster setting. Basic authentication remains enabled by default; when you disable it, the cluster rejects Basic and Digest authentication on inbound REST API requests. Configure it with [`rladmin tune cluster`](/content/operate/rs/references/cli-utilities/rladmin/tune.md) or an [update cluster settings](/content/operate/rs/references/rest-api/requests/cluster/_index.md#put-cluster) REST API request. Cluster join and Active-Active (CRDB) management operations support certificate credentials when Basic and Digest authentication are disabled or unavailable. See [Disable basic authentication for the REST API](/content/operate/rs/security/access-control/disable-basic-authentication.md). -- **Expose database tags in metrics.** You can now expose selected [database tags]({{}}) as labels in [v2 metrics]({{}}) through a new `db_tags` metric, so you can group, filter, and alert on database metrics by your own tags. Enable it in the cluster's metrics configuration using the `expose_db_tags` and `metrics_tag_keys_exposed` settings. +- **Expose database tags in metrics.** You can now expose selected [database tags](/content/operate/rs/databases/configure/db-tags.md) as labels in [v2 metrics](/content/operate/rs/monitoring/metrics_stream_engine/prometheus-metrics-v2.md) through a new `db_tags` metric, so you can group, filter, and alert on database metrics by your own tags. Enable it in the cluster's metrics configuration using the `expose_db_tags` and `metrics_tag_keys_exposed` settings. -- **Faster replica synchronization.** Redis Software now manages gradual (parallel) synchronization through a `gradual_sync_policy` that applies tuned defaults for common scenarios, such as migration, adding a replica, and Active-Active. This speeds up replica bootstrap in multi-node and multi-shard deployments, such as during upgrades and scaling events, while leaving small deployments unaffected. You can select a policy or set custom parameters with [`rladmin tune db`]({{}}) or the REST API. +- **Faster replica synchronization.** Redis Software now manages gradual (parallel) synchronization through a `gradual_sync_policy` that applies tuned defaults for common scenarios, such as migration, adding a replica, and Active-Active. This speeds up replica bootstrap in multi-node and multi-shard deployments, such as during upgrades and scaling events, while leaving small deployments unaffected. You can select a policy or set custom parameters with [`rladmin tune db`](/content/operate/rs/references/cli-utilities/rladmin/tune.md) or the REST API. - **Certificate–cipher suite validation.** When you upload a cluster certificate, Redis Software now validates that the certificate is compatible with the configured cipher suites and rejects incompatible certificates at upload time, so mismatches are caught early instead of surfacing later. For example, uploading an ECDSA certificate while only RSA-authenticated cipher suites are configured now fails at upload. The check applies to the control-plane certificates (such as `api`, `cm`, and `metrics_exporter`) and to the proxy certificate against the data-path cipher suites. If an upload is rejected, update either the certificate or the configured cipher suites so they are compatible. @@ -73,7 +73,7 @@ For FIPS-mode limitations, see [Increased memory usage in FIPS mode](#increased- Redis Software version 8.2.0 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. Redis Software includes multiple feature sets, compatible with different Redis database versions. @@ -83,13 +83,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -213,13 +213,13 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Deprecations -- The `db_conns_auditing` cluster policy and database configuration field is deprecated. Use the `audit_settings.audit_mode` field instead. Setting `db_conns_auditing` to `true` is equivalent to setting `audit_mode` to `connection`. See [Audit events]({{}}) for the current auditing configuration. +- The `db_conns_auditing` cluster policy and database configuration field is deprecated. Use the `audit_settings.audit_mode` field instead. Setting `db_conns_auditing` to `true` is equivalent to setting `audit_mode` to `connection`. See [Audit events](/content/operate/rs/security/audit-events.md) for the current auditing configuration. -- The `gradual_src_mode`, `gradual_sync_mode`, and `gradual_sync_max_shards_per_source` parameters are deprecated. Use `gradual_sync_policy` instead. You can set it with [`rladmin tune db`]({{}}) or the REST API. +- The `gradual_src_mode`, `gradual_sync_mode`, and `gradual_sync_max_shards_per_source` parameters are deprecated. Use `gradual_sync_policy` instead. You can set it with [`rladmin tune db`](/content/operate/rs/references/cli-utilities/rladmin/tune.md) or the REST API. - The `old_password` field in `POST /v1/users/password` and `PUT /v1/users/password` requests is deprecated and ignored. It was optional and had no effect when adding or resetting a password, so you can remove it from these requests. `old_password` is still required for `DELETE /v1/users/password`, which uses it to identify the password to delete. @@ -231,7 +231,7 @@ See [Ports and port ranges used by Redis Software]({{}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. **Amazon Linux 2 is no longer supported.** Starting with Redis Software version 8.0.22, Redis Software no longer builds or publishes Amazon Linux 2 (`amzn2`) packages. Use Amazon Linux 2023 instead. @@ -244,7 +244,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.2 | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Jul 2026 | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | ✅ | – | – | – | – | @@ -264,9 +264,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -338,7 +338,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security diff --git a/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-46.md b/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-46.md index 2a5145d81d..8d714947a3 100644 --- a/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-46.md +++ b/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-46.md @@ -33,7 +33,7 @@ This version offers: Redis Software version 8.2.0 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. Redis Software includes multiple feature sets, compatible with different Redis database versions. @@ -43,13 +43,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -107,11 +107,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. **Amazon Linux 2 is no longer supported.** Starting with Redis Software version 8.0.22, Redis Software no longer builds or publishes Amazon Linux 2 (`amzn2`) packages. Use Amazon Linux 2023 instead. @@ -124,7 +124,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.2 | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Jul 2026 | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | ✅ | – | – | – | – | @@ -144,9 +144,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -218,7 +218,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security diff --git a/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-78.md b/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-78.md index 5f27180300..46f9643cba 100644 --- a/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-78.md +++ b/content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-78.md @@ -49,7 +49,7 @@ Redis Software now supports FIPS 140-3 for RHEL 9 containerized Redis on AWS EKS Redis Software version 8.2.0 includes the following Redis database versions: 8.6.2, 8.4.0, 8.2.1, 8.0.2, 7.4.3, 7.2.7, and 6.2.13. -The [default Redis database version]({{}}) is 8.6. +The [default Redis database version](/content/operate/rs/databases/configure/db-defaults.md#database-version) is 8.6. Redis Software includes multiple feature sets, compatible with different Redis database versions. @@ -59,13 +59,13 @@ The following table shows which Redis modules are compatible with each Redis dat | Redis database version | Compatible Redis modules | |------------------------|--------------------------| -| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6]({{}}) and [Redis Open Source 8.6 release notes]({{}}) | -| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4]({{}}) and [Redis Open Source 8.4 release notes]({{}}) | -| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2]({{}}) and [Redis Open Source 8.2 release notes]({{}}) | -| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0]({{}}) and [Redis Open Source 8.0 release notes]({{}}) | -| 7.4 | [RediSearch 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}})
    [RedisJSON 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md" >}})
    [RedisTimeSeries 1.12]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md" >}})
    [RedisBloom 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md" >}}) | -| 7.2 | [RediSearch 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})
    [RedisJSON 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md" >}})
    [RedisTimeSeries 1.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md" >}})
    [RedisBloom 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md" >}}) | -| 6.2 | [RediSearch 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}})
    [RedisJSON 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md" >}})
    [RedisTimeSeries 1.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md" >}})
    [RedisBloom 2.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md" >}}) | +| 8.6 | RediSearch 8.6
    RedisJSON 8.6
    RedisTimeSeries 8.6
    RedisBloom 8.6
    See [What's new in Redis 8.6](/content/develop/whats-new/8-6.md) and [Redis Open Source 8.6 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.6-release-notes.md) | +| 8.4 | RediSearch 8.4
    RedisJSON 8.4
    RedisTimeSeries 8.4
    RedisBloom 8.4
    See [What's new in Redis 8.4](/content/develop/whats-new/8-4.md) and [Redis Open Source 8.4 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes.md) | +| 8.2 | RediSearch 8.2
    RedisJSON 8.2
    RedisTimeSeries 8.2
    RedisBloom 8.2
    See [What's new in Redis 8.2](/content/develop/whats-new/8-2.md) and [Redis Open Source 8.2 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md) | +| 8.0 | RediSearch 8.0
    RedisJSON 8.0
    RedisTimeSeries 8.0
    RedisBloom 8.0
    See [What's new in Redis 8.0](/content/develop/whats-new/8-0.md) and [Redis Open Source 8.0 release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md) | +| 7.4 | [RediSearch 2.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md)
    [RedisJSON 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md)
    [RedisTimeSeries 1.12](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md)
    [RedisBloom 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md) | +| 7.2 | [RediSearch 2.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md)
    [RedisJSON 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md)
    [RedisTimeSeries 1.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md)
    [RedisBloom 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md) | +| 6.2 | [RediSearch 2.6](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md)
    [RedisJSON 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md)
    [RedisTimeSeries 1.8](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md)
    [RedisBloom 2.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md) | {{< /collapsible >}} @@ -135,11 +135,11 @@ Ports reserved as of Redis Software version 7.8.2: | 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more | | 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics | -See [Ports and port ranges used by Redis Software]({{}}) for a complete list. +See [Ports and port ranges used by Redis Software](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-enterprise-software) for a complete list. ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference](/content/operate/rs/references/supported-platforms.md) for more details about operating system compatibility. **Amazon Linux 2 is no longer supported.** Starting with Redis Software version 8.0.22, Redis Software no longer builds or publishes Amazon Linux 2 (`amzn2`) packages. Use Amazon Linux 2023 instead. @@ -152,7 +152,7 @@ The following table provides a snapshot of supported platforms as of this Redis | Redis Software
    major versions | 8.2 | 8.0 | 7.22 | 7.8 | 7.4 | 7.2 | 6.4 | 6.2 | |---------------------------------|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| | **Release date** | Jul 2026 | Oct 2025 | May 2025 | Nov 2024 | Feb 2024 | Aug 2023 | Feb 2023 | Aug 2021 | -| [**End-of-life date**]({{< relref "/operate/rs/installing-upgrading/product-lifecycle#endoflife-schedule" >}}) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | +| [**End-of-life date**](/content/operate/rs/installing-upgrading/product-lifecycle.md#endoflife-schedule) | Determined after
    next major release | Jul 2028 | Oct 2027 | May 2027 | Nov 2026 | Feb 2026 | Aug 2025 | Feb 2025 | | **Platforms** | | | | | | | | | | RHEL 9 &
    compatible distros[1](#table-note-1) | ✅ | ✅ | ✅ | ✅ | ✅ | – | – | – | | RHEL 9
    FIPS mode[5](#table-note-5) | ✅ | ✅ | ✅ | ✅ | – | – | – | – | @@ -172,9 +172,9 @@ The following table provides a snapshot of supported platforms as of this Redis 2. The server version of Ubuntu is recommended for production installations. The desktop version is only recommended for development deployments. -3. See the [Redis Enterprise for Kubernetes documentation]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) for details about support per version and Kubernetes distribution. +3. See the [Redis Enterprise for Kubernetes documentation](/content/operate/kubernetes/reference/supported_k8s_distributions.md) for details about support per version and Kubernetes distribution. -4. [Docker images]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) of Redis Software are certified for development and testing only. +4. [Docker images](/content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md) of Redis Software are certified for development and testing only. 5. Supported only if [FIPS was enabled during RHEL installation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/switching-rhel-to-fips-mode_security-hardening#proc_installing-the-system-with-fips-mode-enabled_switching-rhel-to-fips-mode) to ensure FIPS compliance. @@ -246,7 +246,7 @@ The following legacy UI features are not yet available in the new Cluster Manage - Purge an Active-Active instance. - Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead. + Use [`crdb-cli crdb purge-instance`](/content/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance.md) instead. ## Security From c7a6c0c1526318d4523b41b907967c973a107a5a Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Thu, 24 Sep 2026 09:33:02 +0100 Subject: [PATCH 2/2] DOC-7104: Normalize relref-plus-concatenated-suffix links to canonical /content/*.md form Review on this PR flagged malformed links: relref shortcodes originally written as `{{< relref "/section" >}}literal/suffix/path` (relying on relref's implicit trailing slash for a section target) only went through stage 1 of migrate_shortcode_links.py (unwrap the shortcode) and never matched stage 3's linkify pattern, so they were left as a bare /operate/... path instead of the canonical /content/.md[#anchor] form used everywhere else in this migration. Fixed 21 instances across 9 files (13 more than the 8 the reviewer manually flagged -- found the rest with a corpus-wide grep for the same shape). All 21 resolve to a real content file; verified via build/diff_rendered_hrefs.py that the fix changes zero rendered hrefs (140/140 pages match) and introduces zero new render-link warnings. 8 remaining instances in this same shape are genuinely pre-existing dead links (2 different broken targets: content/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/* doesn't exist -- the real bloom release notes live at .../release-notes/redisbloom/*; and .../active-active/develop/hyperloglog-active-active.md doesn't exist either) that predate this migration and were invisible to any prior check, since Hugo's relref shortcode only validates its own target, never text concatenated onto it afterward. Left unchanged (same broken behavior before/after, no regression) and flagged in the PR for a content decision rather than guessing the intended real target. Co-Authored-By: Claude Sonnet 5 --- .../legacy-release-notes/redis-enterprise-5.md | 2 +- .../legacy-release-notes/rs-5-2-june-2018.md | 2 +- .../legacy-release-notes/rs-5-4-14-february-2020.md | 10 +++++----- .../legacy-release-notes/rs-5-6-0-april-2020.md | 10 +++++----- .../rs/release-notes/rs-6-2-10-february-2022.md | 2 +- content/operate/rs/release-notes/rs-6-2-12.md | 2 +- .../rs/release-notes/rs-6-2-18-releases/_index.md | 2 +- .../release-notes/rs-6-2-18-releases/rs-6-2-18-43.md | 2 +- .../rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md | 8 ++++---- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md b/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md index 3177a475f3..c5d41a9884 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md +++ b/content/operate/rs/release-notes/legacy-release-notes/redis-enterprise-5.md @@ -50,7 +50,7 @@ provide smart and automatic conflict resolution based on the data type's intent. For more information, go here. For information, go to [Developing with -CRDBs](/operate/rs/databases/active-active/develop/develop-for-aa/). +CRDBs](/content/operate/rs/databases/active-active/develop/develop-for-aa.md). ### Redis modules diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md index 9828ccd742..394c942ca6 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-2-june-2018.md @@ -29,7 +29,7 @@ than 4.5, you should first upgrade to version 5.0 (or at least RS 5.2 adds active-active Redis (CRDB) support for Sorted Sets and Lists. Now all major Redis data types are supported with CRDT, so you can use Redis Enterprise in an active-active manner for all your Redis -use cases, with seamless conflict resolution. [Click here](/operate/rs/databases/active-active/develop/develop-for-aa/) +use cases, with seamless conflict resolution. [Click here](/content/operate/rs/databases/active-active/develop/develop-for-aa.md) for more information about how to develop applications with geo-replicated CRDBs. diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md index 31ea124c2c..a228236659 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-4-14-february-2020.md @@ -20,11 +20,11 @@ Follow these [instructions](/content/operate/rs/installing-upgrading/upgrading/_ - Version [5.0.7](https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES) of OSS Redis is merged into RS 5.4.14. - The following GA releases of Redis Modules are bundled in RS 5.4.14: - - [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version 2.2.1 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md#redisbloom-221-january-2020)) - - [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version 2.0.1 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md#redisgraph-20-ga-201---january-2020)) - - [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version 1.0.4 (update, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes)) - - [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version 1.4.25 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.4-release-notes.md#redisearch-1425-march-2020)) - - [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version 1.2.3 (updated, [release notes](/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes)) + - [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version 2.2.1 (updated, [release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md#redisbloom-221-january-2020)) + - [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version 2.0.1 (updated, [release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md#redisgraph-20-ga-201---january-2020)) + - [RedisJSON](https://redislabs.com/redis-enterprise/redis-json/), version 1.0.4 (update, [release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md)) + - [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version 1.4.25 (updated, [release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.4-release-notes.md#redisearch-1425-march-2020)) + - [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version 1.2.3 (updated, [release notes](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes.md)) ## Additional capabilities diff --git a/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md b/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md index 3815a6aab3..2817dba6c7 100644 --- a/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md +++ b/content/operate/rs/release-notes/legacy-release-notes/rs-5-6-0-april-2020.md @@ -103,11 +103,11 @@ Redis Enterprise 5.6.0 adds RHEL 7.7, 7.8 to its [supported platforms](/content/ The following GA releases of Redis Modules are bundled in RS 5.6.0: -- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.1](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes) -- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.10](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes) -- [RedisJson](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes) -- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [1.6.11](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.6-release-notes) (updated) -- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.3](/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes) +- [RedisBloom](https://redislabs.com/redis-enterprise/redis-bloom/), version [2.2.1](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md) +- [RedisGraph](https://redislabs.com/redis-enterprise/redis-graph/), version [2.0.10](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.0-release-notes.md) +- [RedisJson](https://redislabs.com/redis-enterprise/redis-json/), version [1.0.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-1.0-release-notes.md) +- [RediSearch](https://redislabs.com/redis-enterprise/redis-search/), version [1.6.11](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.6-release-notes.md) (updated) +- [RedisTimeSeries](https://redislabs.com/redis-enterprise/redis-time-series/), version [1.2.3](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes.md) ## Additional capabilities diff --git a/content/operate/rs/release-notes/rs-6-2-10-february-2022.md b/content/operate/rs/release-notes/rs-6-2-10-february-2022.md index 7bafd71f3c..46828367e8 100644 --- a/content/operate/rs/release-notes/rs-6-2-10-february-2022.md +++ b/content/operate/rs/release-notes/rs-6-2-10-february-2022.md @@ -109,7 +109,7 @@ For help upgrading a module, see [Add a module to a cluster](/content/operate/os `crdb-cli crdb update --crdb-guid --force` - - For Active-Passive (Replica Of) databases: use the admin console to verify that the destination syncer has the correct certificate for the source proxy (DMC). For details, see [Configure TLS for Replica Of](/operate/rs/databases/import-export/replica-of/create/#configure-tls-on-replica-database). + - For Active-Passive (Replica Of) databases: use the admin console to verify that the destination syncer has the correct certificate for the source proxy (DMC). For details, see [Configure TLS for Replica Of](/content/operate/rs/databases/import-export/replica-of/create.md#configure-tls-on-replica-database). ### Issues resolved in build 96 diff --git a/content/operate/rs/release-notes/rs-6-2-12.md b/content/operate/rs/release-notes/rs-6-2-12.md index 9e9f77e374..b52eb5c6c4 100644 --- a/content/operate/rs/release-notes/rs-6-2-12.md +++ b/content/operate/rs/release-notes/rs-6-2-12.md @@ -42,7 +42,7 @@ The following table shows the MD5 checksums for the available packages. - Session and security attributes in the admin console - You can now use the admin console to configure [password complexity rules](/content/operate/rs/security/access-control/manage-passwords/_index.md#password-complexity-rules), [user login lockout](/operate/rs/security/access-control/manage-users/login-lockout/#user-login-lockout), and [session timeout](/operate/rs/security/access-control/manage-users/login-lockout/#session-timeout). + You can now use the admin console to configure [password complexity rules](/content/operate/rs/security/access-control/manage-passwords/_index.md#password-complexity-rules), [user login lockout](/content/operate/rs/security/access-control/manage-users/login-lockout.md#user-login-lockout), and [session timeout](/content/operate/rs/security/access-control/manage-users/login-lockout.md#session-timeout). - Mount point import enhancement diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md b/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md index 457e953c9d..b686703c61 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/_index.md @@ -48,7 +48,7 @@ For more detailed release notes, select a build version from the following table ### Active-Active database persistence -The snapshot option for [data persistence on Active-Active databases](/operate/rs/databases/active-active/manage/#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, switch to AOF persistence. Use `crdb-cli` to do so: +The snapshot option for [data persistence on Active-Active databases](/content/operate/rs/databases/active-active/manage.md#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, switch to AOF persistence. Use `crdb-cli` to do so: ```text crdb-cli crdb update --crdb-guid --default-db-config '{"data_persistence": "aof", "aof_policy":"appendfsync-every-sec"}' ``` diff --git a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md index 89ce4be258..fbf5410c5e 100644 --- a/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md +++ b/content/operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-43.md @@ -121,7 +121,7 @@ To address this issue, do one of the following: #### Active-Active database persistence -The snapshot option for [data persistence on Active-Active databases](/operate/rs/databases/active-active/manage/#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, we strongly encourage you to switch to AOF persistence. Use `crdb-cli` to do so: +The snapshot option for [data persistence on Active-Active databases](/content/operate/rs/databases/active-active/manage.md#data-persistence) will be deprecated in a future version of Redis Enterprise Software. If you have an Active-Active database using snapshot persistence, we strongly encourage you to switch to AOF persistence. Use `crdb-cli` to do so: ```text crdb-cli crdb update --crdb-guid --default-db-config '{"data_persistence": "aof", "aof_policy":"appendfsync-every-sec"}' ``` diff --git a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md index 0110f965fc..def40d813c 100644 --- a/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md +++ b/content/operate/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md @@ -49,15 +49,15 @@ Support for `rladmin` will be added in a future 6.4.2 maintenance release. Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (v6.2.6)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/ ): -- [RediSearch v2.6.4](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes/#v264-december-2022) +- [RediSearch v2.6.4](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md#v264-december-2022) -- [RedisJSON v2.4.5](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes/#v245-february-2023) +- [RedisJSON v2.4.5](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md#v245-february-2023) - [RedisBloom v2.4.3](/operate/oss_and_stack/stack-with-enterprise/bloom/release-notes/redisbloom-2.4-release-notes/#v24-ga-v243-november-2022) -- [RedisGraph v2.10.5](/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes/#v2105-december-2022) +- [RedisGraph v2.10.5](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md#v2105-december-2022) -- [RedisTimeSeries v1.8.5](/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes/#v185-january-2023) +- [RedisTimeSeries v1.8.5](/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md#v185-january-2023) See [Upgrade modules](/content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md) to learn how to upgrade a module for a database.