Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ LastLatencyMeasurement
Method
LastLatencyMeasurement
osscluster.go:571–573 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
569
}
570
571
func
(n *clusterNode) LastLatencyMeasurement() int64 {
572
return
atomic.LoadInt64(&n.lastLatencyMeasurement)
573
}
574
575
func
(n *clusterNode) SetGeneration(gen uint32) {
576
for
{
Callers
1
GC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected