redis-server ../redis.conf 开启服务,进程得守护着,命令终端不能退出
redis-server& ../redis.conf 开启服务,进程不用留在终端打开的效果
解决办法:
https://www.cnblogs.com/AllWjw/p/15771097.html