Last Updated: February 25, 2016
·
1.287K
· brain64bit

Install Redis on Centos

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
yum install redis -y

ref: http://thoughts.z-dev.org/2013/05/27/install-redis-on-centos-6-4/