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
docker pull hyperfish/redisconnectionmonitor:latest