GitHub user caipengbo added a comment to the discussion: How can I migrate data from sentinel kv to kv-cluster?
At the moment, I can think of 2 options: 1. [kvrocks2redis](https://github.com/apache/kvrocks/tree/unstable/utils/kvrocks2redis): It's single-threaded and can be very slow, and it won't sync to a cluster where the destination is multiple shards (a single shard works). If the incremental data is large, the temporary files generated during the migration can be very large. 2. [RedisShake](https://github.com/tair-opensource/RedisShake): Select scan reader mode, which may also be slow for large data. GitHub link: https://github.com/apache/kvrocks/discussions/2164#discussioncomment-8770439 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
