时间:2021-07-01 10:21:17 帮助过:6人阅读
mac 上用brew安装完redis 扩展后如何开启配置呢??
不太明白题主的意思,是说用brew安装后找不到配置文件吗?
如果是的话,配置文件在/usr/local/etc/redis.conf
我一般写到.bash_profile
中
etc=/usr/local/etc
export etc
使用时一般会这样用
vim $etc/redis.conf
brew info redis