Snapchat / KeyDB

A Multithreaded Fork of Redis
https://keydb.dev
BSD 3-Clause "New" or "Revised" License
11.01k stars 564 forks source link

[Help] Migration from cluster redis to keydb cluster #836

Open ashutoshkumar-plivo opened 1 month ago

ashutoshkumar-plivo commented 1 month ago

Hey everyone,

  1. I have cluster-redis and one standalone keydb server can i use replicaof command for migration and later on i make keydb-server as cluster mode ?
  2. In KeyDB cluster, is it possible to setup multi-master in cross regions ?
s4m4n commented 1 month ago
  1. Yes!
ashutoshkumar-plivo commented 1 month ago
  1. Yes!

multi-master what they have talked about in documentation is related to standalone keydb instances not cluster mode , correct me if I am wrong , when I tried to use replicaof command in conf of keydb cluster node it was giving me error replicaof command is not supported in cluster mode