Skip to content
Snippets Groups Projects
Commit 7a33f017 authored by Erick Hitter's avatar Erick Hitter
Browse files

Note that Redis was used in stats output

parent 08499267
Branches
No related tags found
No related merge requests found
......@@ -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>&nbsp;</p>
<p><strong>Caches Retrieved:</strong></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment