Redis Quick Start RHEL/CentOS 에 redis 설치 Redis Bind Compile wget http://download.redis.io/redis-stable.tar.gz tar xvzf redis-stable.tar.gz cd redis-stable make centOS # 저장소 설치 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm # 설치 yum --enablerepo=epel,remi install redis # 자동시작 ## CentOS 6 chkco..