-
Notifications
You must be signed in to change notification settings - Fork 51
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
Cannot use 'KEYS' with redis-cluster. #93
Comments
is there a stacktrace too? |
Sure
|
Thanks for reporting this issue, @fredams and for the quick response, @scones! Apparently, KEYS should not be used according to the Redis-Docs[1], so the Predis Library used by php-resque does not support it for clustered configurations[2]. The best solution would be to refactor the related code to use SCAN or Redis sets instead of KEYS. PRs are welcome for that 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i'm using predis, but when i start the workers i'm getting this message:
Config file:
Can anyone help me please?
thanks
The text was updated successfully, but these errors were encountered: