rdd icon indicating copy to clipboard operation
rdd copied to clipboard

why not scan instead of keys *?

Open 72squared opened this issue 10 years ago • 0 comments

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.

72squared avatar Dec 10 '14 17:12 72squared