steverobbins / Magento-Redismanager

Superuser control for Redis in Magento
137 stars 31 forks source link

Added synchronized flushing with Magento's cache & all required changes henceforth #31

Closed hvanmegen closed 6 years ago

hvanmegen commented 6 years ago

Added synchronized flushing with Magento's cache because I felt like making my customers feel like morons by having to flush their caches on 2 separate pages.

I had to move some functionality from the controller to the helper in order to call it easily from my Observer.php.

The synchronized flushing is disabled by default, so existing installations should have no issues.

I could not translate the newly added translatable strings to Korean, but I left the english ones in there.