美文网首页
Mac brew安装redis

Mac brew安装redis

作者: 格老子 | 来源:发表于2018-04-25 23:32 被阅读150次

    1、安装redis

    $ brew install redis

    image

    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

          本文链接:https://www.haomeiwen.com/subject/xwmulftx.html