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
Many users would like to use kvrocks2redis to migrate the data from Kvrocks to Redis or other Kvrocks instances. But kvrocks2redis is hard to set up and use, we can improve it by making configurations more clear and simple.
Investigate if possible to read the increment change streams from the local as well after parsing the DB dir, so that we can remove the source kvrocks host:port configuration.
Add the support for migrating data from Kvrocks to the Redis cluster
Perhaps we could make kvrocks2redis a command-line tool.
In addition, the current single-threaded model uses files as queue, which is very inefficient. Generally, kvrocks has a large amount of data, and in practice, migration takes a very, very long time. Maybe we can provide a multi-threaded solution as an alternative?
Many users would like to use kvrocks2redis to migrate the data from Kvrocks to Redis or other Kvrocks instances. But kvrocks2redis is hard to set up and use, we can improve it by making configurations more clear and simple.
cluster-enable
tocluster-enabled
for keeping consistent with Kvrocks. Refer Fix typo in new kvrocks2redis doc kvrocks-website#141 (comment). Rename cluster-enable in kvrocks2redis to cluster-enabled #1673The text was updated successfully, but these errors were encountered: