{% load redis_helpers %} {% if global_stats.total %}
Status: | {% widthratio global_stats.online global_stats.total 100 %}% online ({{ global_stats.online|int }} / {{ global_stats.total|int }}) |
---|---|
Connections: | {{ global_stats.connected_clients|int|intcomma }} |
Usage: | {{ global_stats.used_memory|humanize_bytes }} |
Hit Ratio: | {% if global_stats.keyspace_commands %} {% widthratio global_stats.keyspace_hits global_stats.keyspace_commands 100 %}% {% else %} n/a {% endif %} |
No Redis connections were found.
{% endif %}