Mac brew安装redis
Posted 柠檬没我萌
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac brew安装redis相关的知识,希望对你有一定的参考价值。
1、安装redis
$ brew install redis
Error:Failed to download resource "reds" // 下载reds失败
不过不需要担心,brew会已经从其它地方下载并正确安装了
配置文件路径: /usr/local/etc/redis.conf
2、启动redis(可选)
$ redis-server
3、添加至开机启动项(可选)
$ ln -f /usr/local/Cellar/redis/2.8.13/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
以上是关于Mac brew安装redis的主要内容,如果未能解决你的问题,请参考以下文章