redis_exporter
Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x, 4.x, 5.x, 6.x, and 7.x
How to download and setup redis_exporter
Open terminal and run command
git clone https://github.com/oliver006/redis_exporter.git
git clone is used to create a copy or clone of redis_exporter repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with redis_exporter https://github.com/oliver006/redis_exporter/archive/master.zip
Or simply clone redis_exporter with SSH
[email protected]:oliver006/redis_exporter.git