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
In cluster mode, the keys command only returns the matching key of the current node, and does not return the keys of other nodes
keys
The text was updated successfully, but these errors were encountered:
Yes, KEYS and SCAN are for the currently connected node, I can't come up with a good way of querying all keys among clusters. Do you have any ideas?
KEYS
SCAN
And I don't think redis-cli support this either.
Sorry, something went wrong.
redis-cli is not supported, but it would be better if there is a way to query the experience of all nodes.😀😀
No branches or pull requests
In cluster mode, the
keys
command only returns the matching key of the current node, and does not return the keys of other nodesThe text was updated successfully, but these errors were encountered: