1、开启
cd /home/redis/bin/
2、关闭
./redis-cli -a password -h 127.0.0.1 -p port shutdown
3、重启
./redis-server redis.conf