Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 691 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 691 Bytes

Monitor redis in grafana

This repository provides a setup to monitor Redis using Grafana, whether in cluster mode or non-cluster mode. i use this dashboard link

Dashboard

You can use the following Grafana dashboard for monitoring Redis:

Configuration

Before running the Docker setup, ensure to fill in your .env file with the appropriate configurations.

Cluster Mode

To run Redis in cluster mode, execute:

docker-compose up -d

Non-Cluster Mode

To run Redis in non-cluster mode, execute:

docker-compose up -d

ToDo

  • add password for redis