You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
RedisShake 版本(RedisShake Version):4.2.0
Redis 源端版本(Redis Source Version):6.2.7
Redis 目的端版本(Redis Destination Version):6.2.7
The text was updated successfully, but these errors were encountered:
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.
问题描述(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)
The text was updated successfully, but these errors were encountered: