【已解决】Magento 2升级后提示: Unable to unserialize value?
Magento 2升级后提示: Unable to unserialize value? 这个错误,是因为有启用了redis在SSH里的网站根目录下执行以下代码即可redis-cli flushall
Magento 2升级后提示: Unable to unserialize value? 这个错误,是因为有启用了redis在SSH里的网站根目录下执行以下代码即可redis-cli flushall
默认的Magento2是使用Zend_Cache_Backend_File作为缓存处理,更改为redis,可以让Magento2运行速度更快.使用redis可以作为我们Magento2的session及page储存,使用redis可以完全替代memcached,并且更好的运行.Redis通过索引文件中的tag标记来工作,不需要对每个缓存文件进行完整的扫描,所以速度更快。 Redis是一...