package
2.1.0+incompatible
Repository: https://github.com/unguiculus/go-health.git
Documentation: pkg.go.dev
# Functions
NewRedis creates a new "go-redis/redis" checker that can be used w/ "AddChecks()".
# Constants
RedisDefaultSetValue will be used if the "Set" check method is enabled and "RedisSetOptions.Value" is _not_ set.
# Structs
Redis implements the ICheckable interface.
RedisAuthConfig defines how to connect to redis.
RedisConfig is used for configuring the go-redis check.
RedisGetOptions contains attributes that can alter the behavior of the redis "GET" check.
RedisSetOptions contains attributes that can alter the behavior of the redis "SET" check.