Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 403 Bytes

File metadata and controls

17 lines (10 loc) · 403 Bytes

What is Redis Connection Monitor?

Redis Connection Monitor is a very simple connection tester for Redis. It connects to Redis every 5 seconds and logs the results.

Run it like this:

docker run --name redismonitor -e REDIS_HOST='foo.bar.com' -e REDIS_KEY='1234' hyperfish/redisconnectionmonitor:latest

Get the image

docker pull hyperfish/redisconnectionmonitor:latest