美文网首页
Mac下安装使用Brew安装Redis

Mac下安装使用Brew安装Redis

作者: 安安静静的码代码 | 来源:发表于2021-06-15 16:02 被阅读0次

安装Brew

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

安装Redis

brew install redis
  • 安装位置:/usr/local/Cellar/
  • 配置文件:/usr/local/etc/redis.conf

启动

brew services start redis

相关文章

网友评论

      本文标题:Mac下安装使用Brew安装Redis

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