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

Set persistent in _clientOptions #113

Closed Xon closed 7 years ago

Xon commented 7 years ago

Fixes "Undefined property: stdClass::$persistent" as this variable isn't populated as expected

colinmollenhour commented 7 years ago

Thanks!