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

Method Printf

internal/log.go:14–14  ·  internal/log.go::Logging.Printf
(ctx context.Context, format string, v ...interface{})

Source from the content-addressed store, hash-verified

12
13type Logging interface {
14 Printf(ctx context.Context, format string, v ...interface{})
15}
16
17type DefaultLogger struct {

Callers 15

onAuthenticationErrMethod · 0.65
initConnMethod · 0.65
releaseConnMethod · 0.65
_processMethod · 0.65
pipelineProcessCmdsMethod · 0.65
pipelineReadCmdsMethod · 0.65
txPipelineProcessCmdsMethod · 0.65
txPipelineReadQueuedMethod · 0.65
NewClientFunction · 0.65
SetAddrsMethod · 0.65
HeartbeatMethod · 0.65

Implementers 4

TestLogCollectormaintnotifications/e2e/logcollector_te
VoidLoggerlogging/logging.go
filterLoggerlogging/logging.go
DefaultLoggerinternal/log.go

Calls

no outgoing calls

Tested by 15

GetSlavesAddrByNameFunction · 0.52
ExampleClient_ScanFunction · 0.52
ExampleClient_ScanTypeFunction · 0.52
Example_customCommandFunction · 0.52
Example_customCommand2Function · 0.52
DialHookMethod · 0.52
ProcessHookMethod · 0.52
ProcessPipelineHookMethod · 0.52
ExampleClient_hmgetFunction · 0.52