Ubuntu安装redis后redis.conf配置为空 使用 sudo apt install redis 后 redis.conf 为空,刚开始还没注意,后面才发现是权限问题 -rw-r- 更改一下权限:755 sudo chmod 755 redis.conf