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

Method DialHook

redis.go:55–55  ·  view source on GitHub ↗
(next DialHook)

Source from the content-addressed store, hash-verified

53
54type Hook interface {
55 DialHook(next DialHook) DialHook
56 ProcessHook(next ProcessHook) ProcessHook
57 ProcessPipelineHook(next ProcessPipelineHook) ProcessPipelineHook
58}

Callers 3

chainMethod · 0.65
TestWithDialFilterFunction · 0.65
TestTracingHook_DialHookFunction · 0.65

Implementers 10

commandHookcommand_recorder_test.go
cmdRecordertx_unwatch_test.go
pipelineErrInjectortx_unwatch_test.go
cmdErrInjectortx_unwatch_test.go
hookmain_test.go
redisHookexample_instrumentation_test.go
redisHookErrorredis_test.go
tracingHookextra/redisotel/tracing.go
metricsHookextra/redisotel/metrics.go
TracingHookextra/rediscensus/rediscensus.go

Calls

no outgoing calls

Tested by 2

TestWithDialFilterFunction · 0.52
TestTracingHook_DialHookFunction · 0.52