redis官网
需要gcc环境
国内homebrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
brew install redis
Homebrew安装的软件会默认在/usr/local/Cellar/路径下
redis的配置文件redis.conf存放在/usr/local/etc路径下
redis-benchmark: 性能测试工具,可以再本地查看性能如何
redis-check-aof: 修复有问题的AOF文件
redis-check-dump
redis-sentinel: redis集群使用
redis-server:redis服务启动命令
redis-cli:客户端,操作入口
cd/opt/redis
找到redis.conf文件