带配置文件启动
./redis-server redis.conf
关闭
无密码模式 ./redis-cli -h xxx -p xxx shutdown
密码模式 ./redis-cli -h xxx -p xxx -a [your passwd] shutdown
本文共 184 字,大约阅读时间需要 1 分钟。
带配置文件启动
./redis-server redis.conf
关闭
无密码模式 ./redis-cli -h xxx -p xxx shutdown
密码模式 ./redis-cli -h xxx -p xxx -a [your passwd] shutdown
转载于:https://www.cnblogs.com/webyyq/p/9170627.html