macOS brew安装redis
安装Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
安装完成后写上下面的配置,目的是为了关闭homebrew每次检查更新(加快速度)
关闭: |
安装Redis
brew install redis |
命令
- 启动Redis
后台启动
redis-server & - 关闭Redis
redis-cli shutdown
- 验证程序看到pong就代表成功了
redis-cli ping
其他配置
vim /usr/local/etc/redis.conf |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Soyl's Blog!
评论