redis

object redis
class Object
trait Matchable
class Any

Value members

Concrete methods

def pingCheck[F[_]](cmd: Ping[F], F: ApplicativeError[F, _]): HealthCheck[F, Id]

Creates a healthcheck for a redis4cats connection. If the check fails, the result is Health.Sick.

Creates a healthcheck for a redis4cats connection. If the check fails, the result is Health.Sick.