stickermule / rump

Hot sync two Redis servers using dumps.
MIT License
491 stars 94 forks source link

Include a way to only dump keys matching patterns #33

Open retpolanne opened 4 years ago

retpolanne commented 4 years ago

Report

I had a situation where I had a Redis full of stuff and I wanted to only transfer the keys matching some-pattern* to another Redis. For now, Rump doesn't support dumping only a pattern; however, both Redis and Radix supports it.

It would be great if Rump supported dumping keys matching a pattern.

mewa commented 4 years ago

@vinicyusmacedo FYI, I have already implemented it here. We've successfully used it to migrate a multitude of redis servers.