You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: