{% load i18n %}

{% trans "Key Browser" %}

12 TOTAL Redis · default

{% trans "Browse every key across all databases on this Redis instance." %}

{# Search + results table #}

{% trans "Key Browser" %} 12 TOTAL

{% trans "Browse every key across all databases on this Redis instance." %}

{% trans "Showing 8 of 12" %} {% trans "Updated just now" %}
{% trans "Key" %} {% trans "Type" %} {% trans "DB" %} {% trans "Size" %} {% trans "TTL" %}
user:42:profile hash db0 412 B 1h
session:s9k2lq string db1 1.2 KB 14d
queue:default list db0 8.2 KB never
leaderboard:weekly zset db0 24.2 KB 7d
online_users set db0 612 B never
{% trans "Showing" %} 1–5 {% trans "of" %} 12
{% trans "Previous" %} 1 2 3 {% trans "Next" %}
{# Empty state - shown when a search returns no matches #}

{% trans "No results state" %}

{% trans "When a search returns no matching keys, replace the results table with dcr-empty. Combine with a 'Clear search' action link." %}

{% trans "Results" %}

{% trans "No keys found" %}

{% trans "No keys matched the pattern cache:missing_* in the Redis default backend. Try a broader pattern or switch backend." %}