{% extends "nexus/module.html" %} {% block head %} {{ block.super }} {% endblock %} {% load redis_helpers %} {% block content %}
Displaying statistics for {{ cache_stats|length }} Redis server{{ cache_stats|length|pluralize }}
Uptime: | {% if stats.online %} {{ stats.uptime_in_seconds|duration }} {% else %} Offline {% endif %} |
---|---|
Usage: | {% if stats.online %} {{ stats.used_memory|humanize_bytes }} {% else %} n/a {% endif %} |
{{ k|titlize }} | {{ v|intcomma }} |
---|