Skip to content

redis/redis-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository creates the redis-tools rpm, uploading it to our S3 RPM feed.

Redis Open Source - Install using RPM Package Manager

  1. Create the file /etc/yum.repos.d/redis.repo with the following contents.
  • For Rocky Linux 9 / AlmaLinux 9 / etc...
[Redis]
name=Redis
baseurl=http://packages.redis.io/rpm/rockylinux9
enabled=1
gpgcheck=1
  • For Rocky Linux 8 / AlmaLinux 8 / etc...
[Redis]
name=Redis
baseurl=http://packages.redis.io/rpm/rockylinux8
enabled=1
gpgcheck=1
  1. Run the following commands:
curl -fsSL https://packages.redis.io/gpg > /tmp/redis.key
sudo rpm --import /tmp/redis.key
sudo yum install redis

Tip

Redis will not start automatically, nor will it start at boot time. To do this, run the following commands.

sudo systemctl enable redis
sudo systemctl start redis

Supported Operating Systems

Redis officially tests the latest version of this distribution against the following OSes:

  • CentOS 9
  • Rocky Linux 8.10
  • Rocky Linux 9.5
  • AlmaLinux 8.10
  • AlmaLinux 9.5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages