带配置文件启动
./redis-server redis.conf
关闭
无密码模式 ./redis-cli -h xxx -p xxx shutdown
密码模式 ./redis-cli -h xxx -p xxx -a [your passwd] shutdown