mac退出redis的方法:
找到redis的進程pid,直接kill,例如:
查找redis進程命令:
ps -ef | grep redis
關閉redis:
sudo kill 111 //kill 111進程