-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Closed
Labels
Description
- Laravel Version: 6.18.36
- PHP Version: 7.2.33 and 7.3.21
- Database Driver & Version: MYSQL 5.7.31
Description:
When updated laravel version redis stopped working.
I have changed configurations and try various options, nothing worked.
Also i removed and reinstall phpredis extension but still nothing.
I believe the problem has something to do with this pull request
Also problem seems to be on unix machines only, windows are working.
If i revert to version 6.18.35 is working perfectly
Steps To Reproduce:
Update laravel 6.x to latest version
Set your REDIS_CLIENT in env to phpredis
Set your CACHE_DRIVER in env to redis