Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
Redis Redis
}
Checker is a checker that check a given redis
func NewChecker ¶
NewChecker returns a new redis.Checker
func NewCheckerWithRedis ¶
NewCheckerWithRedis returns a new redis.Checker configured with a custom Redis implementation
type RedigoRedis ¶
type RedigoRedis struct {
// contains filtered or unexported fields
}
RedigoRedis implements the interface Redis with redigo package
func NewRedigo ¶
func NewRedigo(network, addr string) RedigoRedis
NewRedigo create a new redigoRedis with specified network and addr
func (RedigoRedis) GetVersion ¶
func (r RedigoRedis) GetVersion() (string, error)
GetVersion return the redis version using the reigo package
Click to show internal directories.
Click to hide internal directories.