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

Add getInfo() and getHitMissPercentage() #143

Closed edannenberg closed 4 years ago

edannenberg commented 4 years ago

I was looking to display some Redis server stats in our backend but couldn't find anything except cache filling percentage. The patch is running in production.