We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--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?
The text was updated successfully, but these errors were encountered:
@rookie7799 Thanks for stopping by and reporting.
I can't reproduce this issue. Can you double check and confirm?
Sorry, something went wrong.
tried it again, the output has everything that's stored in redis
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.
No branches or pull requests
--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?
The text was updated successfully, but these errors were encountered: