alexliesenfeld / health

A simple and flexible health check library for Go.
MIT License
774 stars 38 forks source link

Add Redis check #44

Closed alexliesenfeld closed 1 year ago

alexliesenfeld commented 1 year ago

It would be useful to have a library of commonly used health checks. In the scope of this issue, a health check should be implemented that checks if Redis is alive (e.g. by pinging Redis and see if the ping result is successful).

A few constraints to keep things clean and simple:

Should you have questions or require help, please join our discord chat room.

rafi0101 commented 1 year ago

I will help you with this check too :)