A Prometheus exporter for monitoring Redis and Valkey servers, exposing metrics for memory usage, key counts, connections, and replication status.
Redis Exporter is a Prometheus exporter for monitoring Valkey and Redis servers. It collects internal metrics from Redis instances and exposes them at an HTTP endpoint that Prometheus can scrape.
Redis Exporter exports information about memory usage, key counts, client connections, replication status, and more. You can also configure it to export values and sizes of specific keys, streams, or key groups.
For more details, visit https://github.com/oliver006/redis_exporter.