Please select the redis executable path [] /usr/local/redis/bin/redis-server
确认Redis的启动项,这块默认就是刚刚安装路径,直接回车
Selected config:
Port : 6379
Config file : /usr/local/redis/bin/redis.conf
Log file : /usr/local/redis/log/redis.log
Data dir : /usr/local/redis/data
Executable : /usr/local/redis/bin/redis-server
Cli Executable : /usr/local/redis/bin/redis-cli
Is this ok? Then press ENTER to go on or Ctrl-C to abort.
出现successful,成功
Copied /tmp/6379.conf => /etc/init.d/redis_6379
Installing service...
Successfully added to chkconfig!
Successfully added to runlevels 345!
Starting Redis server...
Installation successful!