-
Notifications
You must be signed in to change notification settings - Fork 59
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
Filter keys #7
Comments
Hi @utkarsh-devops , you can not at the moment, I will look into adding this, but can't promise a timeframe! 👍 |
Started looking into this, a couple of forks implemented it, it's not too hard since it's supported by Radix (the redis library we use). However it breaks the progress bar, since we use the database size to know when we are done - and we wouldn't be able to rely on this if we only dump part of it. 🤔 I'll think about this a bit more. |
I think I might get rid of the progress bar and output some statistics instead... I think a progress bar was somewhat useful, but it makes less sense in the context of multiple databases and using filters. Let me know if anyone really likes it, otherwise it's going away :) |
Implemented & released v0.4.0 ^ - had to rework the logging, so the progress bar is gone & replaced by some stats :) Be sure to use single quotes if you are going to use * in your filters! |
Thanks @yannh You've created a very nice tool and it works perfectly well. I just have one query on keys filtering. How can I filter specific keys and dump those only?
eg:
xyz:
The text was updated successfully, but these errors were encountered: