{% load redis_helpers %} {% if global_stats.total %}
Status: {% widthratio global_stats.online global_stats.total 100 %}% online ({{ global_stats.online|int }} / {{ global_stats.total }})
Connections: {{ global_stats.connected_clients|int|intcomma }}
Usage: {{ global_stats.used_memory|humanize_bytes }}
{% else %}

No Redis connections were found.

{% endif %}