설치 전 준비

Remi 저장소에 Redis 패키지가 배포되므로 Remi 저장소를 설치 해야 할 것

remi 저장소 설치 방법

Redis 는 Epel 저장소에 있는 jemalloc 패키지를 필요로 하므로 Epel 저장소를 설치 해야 할 것

epel 저장소 설치 방법

Redis 설치

[root@localhost ~]# yum --enablerepo=epel,remi install redis

Redis 실행

## CentOS 6
[root@localhost ~]# service redis restart
## CentOS 7
[root@localhost ~]# systemctl restart  redis.service