File tree 1 file changed +13
-3
lines changed
content/operate/oss_and_stack/install/install-stack
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,25 @@ Follow these steps to install Redis Open Source.
18
18
19
19
1 . Create the file ` /etc/yum.repos.d/redis.repo ` with the following contents.
20
20
21
- {{< highlight bash >}}
21
+ - For Rocky Linux 9 / AlmaLinux 9 / etc...
22
+ {{< highlight ini >}}
23
+ [ Redis]
24
+ name=Redis
25
+ baseurl=http://packages.redis.io/rpm/rockylinux9
26
+ enabled=1
27
+ gpgcheck=1
28
+ {{< /highlight >}}
29
+
30
+ - For Rocky Linux 8 / AlmaLinux 8 / etc...
31
+ {{< highlight ini >}}
22
32
[ Redis]
23
33
name=Redis
24
- baseurl=http://packages.redis.io/rpm/rhel9 # replace rhel9 with the appropriate value for your platform and remove this comment
34
+ baseurl=http://packages.redis.io/rpm/rockylinux8
25
35
enabled=1
26
36
gpgcheck=1
27
37
{{< /highlight >}}
28
38
29
- 1 . Run the following commands:
39
+ 2 . Run the following commands:
30
40
31
41
{{< highlight bash >}}
32
42
curl -fsSL https://packages.redis.io/gpg > /tmp/redis.key
You can’t perform that action at this time.
0 commit comments