brew安装redis(4.0.6)
brew install redis
安装的目录
启动redis
使用redis
关闭redis-cli 客户端
关闭redis
关闭客户端redis-cli和redis-server
不在客户端交互模式下关闭
查看redis的运行情况
运行后自动在后台运行,关闭后也会继续运行。可以使用端口检测命令来查看。
测试redis-server是否启动
卸载redis和其他文件
brew uninstall redis
客户端管理工具
https://www.jianshu.com/p/214baa511f2e
brew cask install rdm 多试几次才成功