Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ RemoteAddr
Method
RemoteAddr
otel.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
// ConnInfo provides information about a Redis connection for metrics.
13
type
ConnInfo
interface
{
14
RemoteAddr() net.Addr
15
PoolName() string
16
}
17
Callers
8
reconnect
Method · 0.65
NewFailoverClient
Function · 0.65
RecordOperationDuration
Method · 0.65
RecordPipelineOperationDuration
Method · 0.65
extractServerInfo
Function · 0.65
performHandoffInternal
Method · 0.65
getShardAddrFromContext
Method · 0.65
RemoteAddr
Method · 0.65
Implementers
1
Conn
internal/pool/conn.go
Calls
no outgoing calls
Tested by
1
getShardAddrFromContext
Method · 0.52