redis-tools icon indicating copy to clipboard operation
redis-tools copied to clipboard

Added Reds Cluster support to redis-copy script

Open jadbox opened this issue 10 years ago • 2 comments

In addition, you can specify the destination table, clustering supports table merging strategies and you can manually specify prefix values to destination keys.

jadbox avatar Feb 13 '15 23:02 jadbox

Useful for me, thank you!

FYI, there's a small bug: the clustered value passed to main() on line 345 needs to be an int(). Alternatively, line 226 should be if self.clustered == "0":

Same goes for toTable

grvhi avatar Jun 30 '15 15:06 grvhi

@jadbox any update on this ? Thanks

salimane avatar Aug 29 '15 16:08 salimane