Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1 KB

README.md

File metadata and controls

36 lines (23 loc) · 1 KB

Redis Watcher

Quality Gate Status

Redis Watcher is a monitoring tool for Redis clusters, designed to track active and inactive connections, idle times, and more. Built with React for the frontend and Node.js for the backend, this app provides real-time insights into the status of your Redis connections.

Features

  • Monitor active and inactive connections to Redis
  • Track average age and idle time of connections
  • Group connections by application
  • Real-time updates every second
  • Dockerized for easy deployment

Prerequisites

Getting Started

Cloning the Repository

git https://github.com/rodrigo-ponce/redis-watcher.git

cd redis-watcher

Downloading Docker Image

docker pull rponcepy/redis-watcher