Redis Exporter
Prometheus exporter for Redis metrics, key counts, memory usage, and cluster state.
Why consider Redis Exporter?
Redis Exporter is an open-source metrics exporter written in Go by Oliver Poppen. It connects to standalone Redis instances, Sentinel nodes, and Redis Clusters, exporting detailed metrics on memory fragmentation, connected clients, command latency percentiles, and keyspace statistics to Prometheus.
Learn Redis Exporter by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Redis Exporter
Redis Exporter monitors Redis command throughput and memory saturation in production architectures.
Quickstart
docker run -d -p 9121:9121 oliver006/redis_exporter:latest -redis.addr redis://127.0.0.1:6379Redis Exporter is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.