rdd
rdd copied to clipboard
why not scan instead of keys *?
https://github.com/r043v/rdd/blob/master/rdd.c#L291
seems like it should use SCAN, or at least optionally support it:
http://redis.io/commands/scan
which would make it more performant.
Also, you could use the newer DUMP and RESTORE commands to grab the data and pipe it back in.