이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

« 이전 버전 6 다음 »

This topic is How to setup redis


Redis support several OS, but we recommand Linux

  • this document write for CentOS


Ready to Install


Download Redis-stable version (http://download.redis.io/redis-stable.tar.gz)


Install


  1. tar xvfz redis-stable.tar.gz
  2. cd redis-stable
  3. make
  4. sudo make install 


How to set configuration for Redis


  1. redis Server

    sudo ./REDIS_PATH/src/redis-sever (redis.conf)