redis知识详解 中文官网
cd /usr/local/Cellar/redis/bin ./redis-server redis.conf //服务器端 ./redis-cli [-p] [端口] //客户端
ps -ef|grep redis kill 端口