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

regular expression doesn't match #18

Open
rookie7799 opened this issue Oct 24, 2012 · 3 comments
Open

regular expression doesn't match #18

rookie7799 opened this issue Oct 24, 2012 · 3 comments

Comments

@rookie7799
Copy link

--command json -k "tw_id:111.*" dump.rdb

matches everything including:
"tw_id:524869205:username"

it should be matching:
"tw_id:11123456:username"
"tw_id:111:username"
"tw_id:111999:username"
etc

No?

@sripathikrishnan
Copy link
Owner

@rookie7799 Thanks for stopping by and reporting.

I can't reproduce this issue. Can you double check and confirm?

@rookie7799
Copy link
Author

tried it again, the output has everything that's stored in redis

@rookie7799
Copy link
Author

I think i found the problem: it's when you add -f
the output file contains everything.
If you leave it out - it's fine.

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

No branches or pull requests

2 participants