steverobbins / Magento-Redismanager

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

Clear caches by keys #1

Closed steverobbins closed 10 years ago

steverobbins commented 10 years ago

Have pre-populated options to clear all caches specific to an area. This will search for keys that match certain criteria. For example, clearing CMS cache will clean tags that match "CMS" or "BLOCK", etc.

Have a free form text input to clear keys that match a custom search.