Closed MountainX closed 4 years ago
This is related to running PHP 7.4. It was fixed here: https://github.com/colinmollenhour/credis/pull/131 I just tagged it as 1.11.1
Magento2 will need to pull in the latest version.
Confirmed that this no longer occurs in Magento 2.4.0 on PHP 7.4 which was just GA released today
I have magento 2.4 setup and getting above issue with php 7.4. Please help
If you upgraded from <7.4, you might try manually clearing redis.
redis-cli flushall
or
telnet localhost 6379
flushall
Magento 2 is failing to start. The logs show this error:
I have a standard Redis installation. There is no custom code in the site. Redis was installed in the usual way according to these Magento Dev Docs.
Here's the code referenced by the error message:
Has anyone run into this error yet? Is there a solution (other than disabling Redis)?
Version info: