Core Redis This package is used to wrap redis to satisfy the health checking server in the LUSH core service library Examples Use in conjunction with readysrv client := redis.NewDefaultClient() readysrv.New(readysrv.Checks{ "redis": client, })