cache status
- memory usage:
{{ stats.bytes|filesizeformat }}
- keys in cache:
{{ stats.curr_items }} of {{ stats.total_items }}
- cache hits:
{{ stats.get_hits }} of {{ stats.cmd_get }}:
{{ hit_rate }}%
- cache traffic:
{{ stats.bytes_read|filesizeformat }} in,
{{ stats.bytes_written|filesizeformat }} out
- uptime: {{ stats.uptime }}