-
-
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
When I run in laravel, it throw exception: Class Redis not found? #6
Comments
Laravel config/database.php: redis client is phpredis. Laravel Cache use redis cache. |
Had you added redis to the php.ini that you send with the If it's added in the |
you are right. When I use php -c php.ini, I need add |
If you create in |
Also if you use Workerman, and only 1 server, we can create a Workerman cache. |
And without the |
maybe you are right. add |
php.ini content: https://github.com/joanhey/AdapterMan/blob/master/cli-php.ini
The text was updated successfully, but these errors were encountered: