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

Support 'safe_load' directive #177

Open colinmollenhour opened 11 months ago

colinmollenhour commented 11 months ago

Add 'safe_load' directive for overriding "read from slaves" feature on the fly in case one needs to ensure that replication lag cannot introduce race conditions.

colinmollenhour commented 11 months ago

No longer needed after the update to https://github.com/OpenMage/magento-lts/pull/3530 - Is there any other use-case for this feature or should it just be closed?