Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a way to only dump keys matching patterns #33

Open
1 task done
retpolanne opened this issue Dec 23, 2019 · 1 comment
Open
1 task done

Include a way to only dump keys matching patterns #33

retpolanne opened this issue Dec 23, 2019 · 1 comment

Comments

@retpolanne
Copy link

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
Copy link

mewa commented May 12, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants