/RedisConnectionMonitor

DEPRECATED - Connects to Redis event 5 seconds to test connectivity

Primary LanguageJavaScriptMIT LicenseMIT

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