[root@localhost ~]# cd /usr/local/redis
[root@localhost redis]# ./bin/redis-server ./redis.conf  //启动Redis
[root@localhost redis]# ./bin/redis-cli  //启动客户端
127.0.0.1:6379> exit  //退出客户端
[root@localhost redis]# ./bin/redis-cli shutdown  //关闭Redis