美文网首页
Mac下使用brew安装redis@3.2

Mac下使用brew安装redis@3.2

作者: 摩卡奇 | 来源:发表于2019-10-24 14:20 被阅读0次
    brew install redis@3.2
    
    redis@3.2 is keg-only, which means it was not symlinked into /usr/local,
    because this is an alternate version of another formula.
    
    If you need to have redis@3.2 first in your PATH run:
      echo 'export PATH="/usr/local/opt/redis@3.2/bin:$PATH"' >> ~/.zshrc
    
    
    To have launchd start redis@3.2 now and restart at login:
      brew services start redis@3.2
    Or, if you don't want/need a background service you can just run:
      /usr/local/opt/redis@3.2/bin/redis-server /usr/local/etc/redis.conf
    ==> Summary
    🍺  /usr/local/Cellar/redis@3.2/3.2.13: 13 files, 1.7MB
    
    brew services start redis@3.2
    

    相关文章

      网友评论

          本文标题:Mac下使用brew安装redis@3.2

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