colinmollenhour / Cm_Cache_Backend_Redis

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

Make it false again lua for indentifying the issue #182

Closed glo71317 closed 5 months ago

glo71317 commented 6 months ago

Reference issue - https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/issues/181

Xon commented 5 months ago

This PR is ignoring the lock-file change in the linked issue which result in lua being disabled after updating.

Try with explicitly pinning against ~1.17.0 rather than ~1.16.0 to determine if the performance issues are actually related to lua being enabled/disabled.