QingCloudAppcenter / Redis

Source repo for Redis Apps on QingCloud.
Apache License 2.0
1 stars 9 forks source link

关闭 bgsave 以后在某些情况下还会生成 rdb 文件导致集群重启后会加载之前的数据 #105

Open hlwanghl opened 4 years ago

hlwanghl commented 4 years ago

看看 redis 有没有解决办法,没有的话可能我们可以在启动前检查一下,提前删除掉。

MrYourM commented 4 years ago

repl-diskless-sync yes ,该参数可以开启无盘复制,但是该方式在 4.0 和 5.0 仅仅是测试阶段,不建议开启,更多的我再看下