如何找到redis.conf文件?
因为你用brew安装的redis
brew list redis
之后 cd /opt/homebrew/Cellar/redis/7.0.0
以访达的形式打开当前目录:
open .
得到这个文件:
打开下面这个文件
他告诉你redis.conf的路径:
vim /opt/homebrew/etc/redis.conf
redis中的conf文件中找到这一行:
dir /opt/homebrew/var/db/redis/
你打开/opt/homebrew/var/db/redis/ 这个目录 dump.rdb就在这个里面。
参考文章:
brew安装Redis redis.conf文件位置_好运haoyun的博客-CSDN博客_brew redis 配置文件