This repository provides a setup to monitor Redis using Grafana, whether in cluster mode or non-cluster mode. i use this dashboard link
You can use the following Grafana dashboard for monitoring Redis:
- Dashboard Link - Grafana Dashboard for Redis
Before running the Docker setup, ensure to fill in your .env file with the appropriate configurations.
To run Redis in cluster mode, execute:
docker-compose up -d
To run Redis in non-cluster mode, execute:
docker-compose up -d
- add password for redis