#vi /etc/redis/6379.conf logfile "/var/log/redis/redis.log"
保存后退出vi, 重启redis服务,即可。
注意,如果不设置6379.conf 里的logfile。 就会导致redis无法写日志, 进而导致,无法把redis数据写入到磁盘文件里。
时间: 2024-10-07 19:35:10
#vi /etc/redis/6379.conf logfile "/var/log/redis/redis.log"
保存后退出vi, 重启redis服务,即可。
注意,如果不设置6379.conf 里的logfile。 就会导致redis无法写日志, 进而导致,无法把redis数据写入到磁盘文件里。