-
Notifications
You must be signed in to change notification settings - Fork 19
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
[InvalidArgumentException] Unknown connection scheme: 'redis' #48
Comments
From the snippet you provided your |
This is my predis code.
I didn't set any password on redis. 127.0.0.1:6379 should be where my redis is running. Currently I'm just following https://book.cakephp.org/queue/1/en/index.html#configuration since the docs is stating using redis. |
Try setting the following as your
|
i still get the same error message.
By the way I'm using the Queuing Mailer Actions. In case it help to be more specific. |
I've been trying this plugin for mailing purpose. Somehow I've an issue connecting to redis.
When I'm using predis directly, I can't connect and submit my data to the redis.
This is my stack trace
My configuration look like this.
The text was updated successfully, but these errors were encountered: