colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
389 stars 142 forks source link

PHP Fatal error: Redis::multi(): Can't activate multi in pipeline mode! #128

Closed digitalcrab closed 6 years ago

digitalcrab commented 6 years ago

phpredis 3.1.3 php 7.0

Xon commented 6 years ago

You need phpredis 3.1.4 to use multi + pipeline. This is documented for older versions of phpredis.

The Credis's standalone mode can do multi + pipeline modes