-
Notifications
You must be signed in to change notification settings - Fork 77
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
redis have a password #42
Labels
Comments
Pass the |
My question: How to connect redis with only password? I try REDIS_BACKEND=redis://pass@host:port but it is not working |
You need the : in front of the password. |
I try REDIS_BACKEND=redis://:pass@host:port but it is not working |
Huh. PHP must need a fake user, then. Resque ignores it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My question:
hey when I try to run the worker, how do I get it to get the redis configuration, because my redis have a password.
QUEUE='*' vendor/bin/resque
PHP Fatal error: Uncaught CredisException: NOAUTH Authentication required. in
My Environment
The text was updated successfully, but these errors were encountered: