From 65909c1bda986e042248186eb73a26983f108c06 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 26 Oct 2023 13:20:26 +0300 Subject: [PATCH 1/2] RHEL9 feed instructon update --- docs/stack/install/install-stack/linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/stack/install/install-stack/linux.md b/docs/stack/install/install-stack/linux.md index 04c56ea..cbf7517 100644 --- a/docs/stack/install/install-stack/linux.md +++ b/docs/stack/install/install-stack/linux.md @@ -23,7 +23,7 @@ sudo apt-get install redis-stack-server ## From the official RPM Feed -You can install recent stable versions of Redis Stack from the official packages.redis.io YUM repository. The repository currently supports RHEL7/CentOS7, and RHEL8/Centos8. Add the repository to the repository index, and install the package. +You can install recent stable versions of Redis Stack from the official packages.redis.io YUM repository. The repository currently supports RHEL7/CentOS7, RHEL8/Centos8, and RHEL9/Centos9. Add the repository to the repository index, and install the package. Create the file /etc/yum.repos.d/redis.repo with the following contents @@ -42,6 +42,8 @@ sudo yum install epel-release sudo yum install redis-stack-server {{< / highlight >}} +Please remember to replace rhel7 with either rhel8 or rhel9, based on your operating system. + ## With snap From [Download](/download/), get the latest Stack snap package. From 797598bb97ff7195833f75f9df7bee58eb1d652e Mon Sep 17 00:00:00 2001 From: Chayim Date: Wed, 20 Dec 2023 13:30:33 +0200 Subject: [PATCH 2/2] Update docs/stack/install/install-stack/linux.md Co-authored-by: David Dougherty --- docs/stack/install/install-stack/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stack/install/install-stack/linux.md b/docs/stack/install/install-stack/linux.md index cbf7517..2ba8189 100644 --- a/docs/stack/install/install-stack/linux.md +++ b/docs/stack/install/install-stack/linux.md @@ -42,7 +42,7 @@ sudo yum install epel-release sudo yum install redis-stack-server {{< / highlight >}} -Please remember to replace rhel7 with either rhel8 or rhel9, based on your operating system. +Be sure to replace _rhel7_ with either _rhel8_ or _rhel9_ as appropriate. ## With snap