MCPcopy
hub / github.com/redis/go-redis / SentinelClient

Struct SentinelClient

sentinel.go:615–617  ·  view source on GitHub ↗

------------------------------------------------------------------------------ SentinelClient is a client for a Redis Sentinel.

Source from the content-addressed store, hash-verified

613
614// SentinelClient is a client for a Redis Sentinel.
615type SentinelClient struct {
616 *baseClient
617}
618
619// NewSentinelClient returns a Redis Sentinel client.
620// Passing nil Options will cause a panic.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected