安装:https://www.jianshu.com/p/af33284aa57a
brew install redis #直接就安装成功了,你不用其他操作,如果下载tar包需要编译
启动
redis-server /usr/local/etc/redis.conf #后边的为配置文件地址
关闭
redis-cli shutdown
设置为后台运行
配置文件中 daemonize no 改为 yes
安装:https://www.jianshu.com/p/af33284aa57a
brew install redis #直接就安装成功了,你不用其他操作,如果下载tar包需要编译
启动
redis-server /usr/local/etc/redis.conf #后边的为配置文件地址
关闭
redis-cli shutdown
设置为后台运行
配置文件中 daemonize no 改为 yes