RedisShake icon indicating copy to clipboard operation
RedisShake copied to clipboard

RedisShake配置文档 shake.toml 配置项详细说明

Open JesseWhite007 opened this issue 10 months ago • 1 comments

问题描述(Issue Description)

shake.toml 中配置项详细说明:最好添加上应用场景;比如 1 aof 文件size递增最大值是多少,达到最大之后会怎么样,新开一个rename后的aof文件进行写入吗([file_writer] filepath=xxx)
2 是否必须配置redis_writer,能否只写aof数据到本地,不同步到目标redis(只做备份的不做恢复和forward场景,) off_reply = false # turn off the server reply ????? 3 [file_writer] filepath = "/opt/redis-shake/data/aof_backup" 这个aof文件中内容,在集群场景下,是保存所有源端集群主节点的aof数据 如果能把配置项使用方式在官方文档中写的更详细就好了,谢谢

环境信息(Environment)

  • RedisShake 版本(RedisShake Version):redis-shake version v4.4.0 linux/amd64 (Git SHA: bbca45b9)
  • Redis 源端版本(Redis Source Version):redis-cli 6.2.17
  • Redis 目的端版本(Redis Destination Version):redis-cli 6.2.17
  • Redis 部署方式(standalone/cluster/sentinel):集群
  • 是否在云服务商实例上部署(Deployed on Cloud Provider):no

日志信息(Logs)

no

其他信息(Additional Information)

no

JesseWhite007 avatar Jun 13 '25 07:06 JesseWhite007

@JesseWhite007 必须配置 writer,但是 write 可以是文件。file writer 的文件确实缺失,因为用的人少,欢迎使用后帮补充下文档。 off_reply 是 Redis 的特性:https://redis.io/docs/latest/commands/client-reply/

suxb201 avatar Jun 13 '25 07:06 suxb201