01
Streams and messages
Browse stream metadata, entries, field values, lengths, and MAXLEN settings from a single workspace.
Redis Streams monitoring UI
We could not find a monitoring UI made specifically for Redis Streams, so we built RedisStreamScope. Start it with one Docker command, then connect Redis in the browser.
docker run -d \
--name redisstreamscope \
-p 8080:8080 \
-v redisstreamscope-data:/data \
ghcr.io/ghkdqhrbals/redisstreamscope:latest
admin / password
Operations
01
Browse stream metadata, entries, field values, lengths, and MAXLEN settings from a single workspace.
02
Inspect groups, consumers, lag, pending entries, idle time, delivery counts, and ownership.
03
Track lag, pending work, consumption delay, Redis latency, and message rates with one-second live charts.
04
Manage users, roles, detailed permissions, Redis connections, and access history.
Quick start
docker run -d --name redisstreamscope -p 8080:8080 -v redisstreamscope-data:/data ghcr.io/ghkdqhrbals/redisstreamscope:latest
http://localhost:8080 · admin / password
Open Settings → Redis connections. Add your server, test it, and save. Standalone, Sentinel, Cluster, ACL, passwords, and TLS are all supported.