-
Notifications
You must be signed in to change notification settings - Fork 656
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
Problem running horizon in laravel 6 #659
Comments
Which driver are you using? If phpredis: do you have the |
1 Replace in config\app.php 2 Replace in config\database.php 'redis' => [
|
Looks like you got bitten by the change to the skeleton as well. We added a note about this in the upgrade guide: https://laravel.com/docs/6.0/upgrade#redis-default-client. Try the solution from @JavBautista |
Problem solve I change redis clinet from phpredis to predis. Thanks for all |
Solved it by running |
I still have this problem. Running Horizon gives me:
I have redis correctly installed. This route returns me the key that I've set.
I also changed the Facade from 'Redis' to 'RedisManager'. I'm not using predis if i am correct. |
My problem now is who can help? |
did you resolve it ? I got same your issue and fixed it later inside docker config. |
Description:
I get error message when I try to running horizon in laravel 6 and this error is
and when I try to rename Redis Facade in
config/app.php
, I get diveren messege like thisSteps To Reproduce:
The text was updated successfully, but these errors were encountered: