MCPcopy
hub / github.com/CodisLabs/codis / errorf

Method errorf

pkg/utils/redis/sentinel.go:71–75  ·  view source on GitHub ↗
(err error, format string, args ...interface{})

Source from the content-addressed store, hash-verified

69}
70
71func (s *Sentinel) errorf(err error, format string, args ...interface{}) {
72 if s.ErrFunc != nil {
73 s.ErrFunc(err, format, args...)
74 }
75}
76
77func (s *Sentinel) do(sentinel string, timeout time.Duration,
78 fn func(client *Client) error) error {

Callers 5

SubscribeMethod · 0.95
MastersMethod · 0.95
MonitorGroupsMethod · 0.95
RemoveGroupsMethod · 0.95
RemoveGroupsAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected