Redis mac安装及配置信息
# Redis mac 安装及配置信息 # 安装命令 1brew install redis # 开启服务 1brew services start redis # 关闭服务 1brew services stop redis 如果出现提示类似于 执行 1brew update 然后,继续执行上述命令即可 # 指定端口 12345redis-cli -h localhost -p 6379-h ip地址-p 端口号-a 密码(如果需要) # 配置文件开启密码 12cd /opt/homebrew/etcopen redis.conf # 如何查找配置文件位置 1brew list...
more...




