Mac下安装使用Brew安装Redis

安装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)