basecamp / easymon

Easy Monitoring
MIT License
205 stars 16 forks source link

Make RedisCheck compatible with redis-rb:4.0 #23

Closed f-mer closed 7 years ago

f-mer commented 7 years ago

redis-rb quietly removed the #client method used in RedisCheck to close the connection. The preferred way is using the #close method.