tair-opensource / RedisShake

RedisShake is a Redis data processing and migration tool.
https://tair-opensource.github.io/RedisShake/
MIT License
3.82k stars 696 forks source link

Sentinel AOF to Cluster RDB #873

Open SolidSnail727 opened 3 days ago

SolidSnail727 commented 3 days ago

问题描述(Issue Description)。

Hello, I have a question. I need to migrate my data from Redis Sentinel to Redis Cluster. The thing is, my Redis Sentinel uses AOF to persist data, and Redis Cluster uses RDB(AOF is disabled). How will data migration work in this case and which values should I use for "sync_aof" and "sync_rdb" parameters to transfer the data correctly?

环境信息(Environment)

suxb201 commented 1 day ago

Redis Sentinel 不存储数据,你需要重新确认你的源端 Redis 类型。

SolidSnail727 commented 23 hours ago

Hello, thank you for your response. I understand that Redis Sentinel itself does not store data, but rather monitors the Redis instances that do. I have 1 master and 2 replicas (total 3 instances of Redis, version 6.2.7) that are monitored by Redis Sentinel.

suxb201 commented 23 hours ago

https://tair-opensource.github.io/RedisShake/en/guide/mode.html#redis-sentinel-architecture