layout: post title: centos redis설치 categories: centos redis tags: centos redis –

centos redis설치

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum –enablerepo=epel,remi install redis
systemctl restart redis.service
systemctl enable redis.service