Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
type
Hook
interface
{
55
DialHook(next DialHook) DialHook
56
ProcessHook(next ProcessHook) ProcessHook
57
ProcessPipelineHook(next ProcessPipelineHook) ProcessPipelineHook
58
}
Callers
3
chain
Method · 0.65
TestWithDialFilter
Function · 0.65
TestTracingHook_DialHook
Function · 0.65
Implementers
10
commandHook
command_recorder_test.go
cmdRecorder
tx_unwatch_test.go
pipelineErrInjector
tx_unwatch_test.go
cmdErrInjector
tx_unwatch_test.go
hook
main_test.go
redisHook
example_instrumentation_test.go
redisHookError
redis_test.go
tracingHook
extra/redisotel/tracing.go
metricsHook
extra/redisotel/metrics.go
TracingHook
extra/rediscensus/rediscensus.go
Calls
no outgoing calls
Tested by
2
TestWithDialFilter
Function · 0.52
TestTracingHook_DialHook
Function · 0.52