You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/install/install-stack/rpm.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ description: How to install Redis Open Source using RPM
8
8
linkTitle: RPM
9
9
title: Install Redis Open Source on Linux
10
10
weight: 3
11
-
bannerText: These installation instructions are not yet complete for Redis 8 in Redis Open Source (Redis 8). For installation instructions prior to Redis 8, see [these pages]({{< relref "/operate/oss_and_stack/install/archive" >}}).
12
11
---
13
12
14
13
## Install Redis Open Source on Red Hat, CentOS, or Rocky Linux using RPM
@@ -18,7 +17,7 @@ Follow these steps to install Redis Open Source.
18
17
19
18
1. Create the file `/etc/yum.repos.d/redis.repo` with the following contents.
20
19
21
-
- For Rocky Linux 9 / AlmaLinux 9 / etc...
20
+
- For Rocky Linux 9 and AlmaLinux 9
22
21
{{< highlight ini >}}
23
22
[Redis]
24
23
name=Redis
@@ -27,7 +26,7 @@ Follow these steps to install Redis Open Source.
27
26
gpgcheck=1
28
27
{{< /highlight >}}
29
28
30
-
- For Rocky Linux 8 / AlmaLinux 8 / etc...
29
+
- For Rocky Linux 8 and AlmaLinux 8
31
30
{{< highlight ini >}}
32
31
[Redis]
33
32
name=Redis
@@ -42,12 +41,12 @@ Follow these steps to install Redis Open Source.
0 commit comments