Redis Streams monitoring UI

Redis Streams needed a proper 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.

Quick start
docker run -d \
  --name redisstreamscope \
  -p 8080:8080 \
  -v redisstreamscope-data:/data \
  ghcr.io/ghkdqhrbals/redisstreamscope:latest

Operations

The details you need, without the noise.

01

Streams and messages

Browse stream metadata, entries, field values, lengths, and MAXLEN settings from a single workspace.

02

Consumer groups

Inspect groups, consumers, lag, pending entries, idle time, delivery counts, and ownership.

03

Time-series monitoring

Track lag, pending work, consumption delay, Redis latency, and message rates with one-second live charts.

04

Access control and audit

Manage users, roles, detailed permissions, Redis connections, and access history.

Quick start

Start first. Configure inside.

1

Start RedisStreamScope

docker run -d --name redisstreamscope -p 8080:8080 -v redisstreamscope-data:/data ghcr.io/ghkdqhrbals/redisstreamscope:latest
3

Connect Redis

Open Settings → Redis connections. Add your server, test it, and save. Standalone, Sentinel, Cluster, ACL, passwords, and TLS are all supported.