{% extends "admin/base_site.html" %} {% block extrastyle %} {{ block.super }} {% include "redis_metrics/partials/styles.html" %} {% endblock %} {% block content %}
Key Explorer | {{ connection.label }} | {{ total_count }} keys | {{ pattern }}
Reset
{% if total_count %}
{% csrf_token %}
{% csrf_token %}
{% endif %}
{% for item in results %} {% empty %} {% endfor %}
Key Type TTL Size Idle Value Actions
{{ item.key }}
{{ item.prefix_group }}
{{ item.type }} {{ item.ttl_label }} {{ item.memory_human }} {{ item.idle_label }} {{ item.preview }}
View
{% csrf_token %}
No keys matched the current search.
{% if total_pages > 1 %}
Page {{ page }} of {{ total_pages }}
{% if has_prev %} Previous {% endif %} {% if has_next %} Next {% endif %}
{% endif %}
{% endblock %}