diff --git a/object-cache.php b/object-cache.php index 4b130057df211d5e8365a4bca54db515a9ab9cee..c4badcc73d5b609787f6b5ce8e461a29edd106b2 100644 --- a/object-cache.php +++ b/object-cache.php @@ -591,6 +591,7 @@ class WP_Object_Cache { ?><p> <strong>Cache Hits:</strong> <?php echo number_format_i18n( $this->cache_hits ); ?><br /> <strong>Cache Misses:</strong> <?php echo number_format_i18n( $this->cache_misses ); ?><br /> + <strong>Using Redis?</strong> <?php echo $this->can_redis() ? 'yes' : 'no'; ?><br /> </p> <p> </p> <p><strong>Caches Retrieved:</strong></p>