{% extends "admin/base_site.html" %} {% block extrastyle %} {{ block.super }} {% include "redis_metrics/partials/styles.html" %} {% endblock %} {% block content %}
Edit Key | {{ connection.label }}
Key{{ key_data.key }}
Type{{ key_data.type }}
TTL{{ key_data.ttl_label }}
Size{{ key_data.memory_human }}
Idle{{ key_data.idle_label }}
Stored As{{ key_data.value_format }}
{% if key_data.value %}
Current Value
{{ key_data.value_display }}
{% endif %} {% if key_data.is_editable %}
{% csrf_token %}
Cancel
{% else %}
This value can be viewed only. Binary payloads are not edited.
{% endif %}
{% endblock %}