首先連接xshell,然后執行如下命令即可:
service network restar #重啟網絡 ip addr #查找ip [root@localhost ~]# cd /usr/local/redis [root@localhost redis]# ./bin/redis-server ./redis.conf [root@localhost redis]# ./bin/redis-cli 127.0.0.1:6379> exit [root@localhost redis]# ./bin/redis-cli shutdown [root@localhost redis]# ps -ef | grep -i redis