停止redis服务 redis-cli -h 127.0.0.1 -p 6379 shutdown 查看redis进程 ps -ef |grep redis 查看6379端口号 netstat -lntp | grep 6379 终止进程 kill -9 PID