习惯使用 ps aux | grep redis 查看redis服务器进程 sudo kill -9 pid 杀死redis服务器 但有时杀不掉,或者使用 /etc/init.d/redis-server stop