kvstore // live instance

connecting
store stats
total keys
memory used
memory capacity
uptime
version
persistence & replication
AOF status
AOF commands logged
hit / miss ratio
evictions (session)
replica sync
key cache map — amber = active slot, dim = idle, outlined = evicted (inferred from key-count drop)
hot
warm
empty slot
evicted
command console
// commands are routed to your REST API
// SET foo bar [EX 60] · GET foo · DEL foo · KEYS user:* · PING
>
SET key value [EX sec] GET key DEL key KEYS pattern PING