Redis latest version

xml

Active member
I have cpanel dedicated server running Centos 7 and from what I googled it was recommended to install the EPEL repository which has old version of redis 3.2.12

How to get and install redis 5.0.3 using yum?
 
For Centos 7 the default repo should be:

Code:
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum update
yum install redis
 
for fedorapreject.org redis is old version redis 3.2.12-2.el7
for remirepo.net there is preoblem with thier netwok the connection keep failing
 
Never had any problem with them
You can choose other mirrors other than the main one
 
I prefer to use the repo. I don't like to install RPMs directly to avoid dependencies problems and lack of updates
 
Back
Top Bottom