-
Notifications
You must be signed in to change notification settings - Fork 78
redis have a password #42
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
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. |
This question looks answered to me. I will close it! If you still have questions left feel free to re-open 🙂 |
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: