-
Notifications
You must be signed in to change notification settings - Fork 351
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
why keys command not working with proxy. #50
Comments
KEYS is very dangerous, avoid to use it, use SCAN to replace it. |
Hi @fortrue thanks for update, we have tried to use SCAN and we are using KEYS with care and PATTER with KEYS so it shouldn't be a big issue but SCAN seems to have too slow in production. |
Hi, even cluster command also not working |
"cluster" is a Predixy inner command. |
Thanks for update.. |
When I am trying keys , keys * it is not finding keys from cluster.
127.0.0.1:7000> keys *
(error) ERR unknown command 'keys'
The text was updated successfully, but these errors were encountered: