MCPcopy
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
571func (n *clusterNode) LastLatencyMeasurement() int64 {
572 return atomic.LoadInt64(&n.lastLatencyMeasurement)
573}
574
575func (n *clusterNode) SetGeneration(gen uint32) {
576 for {

Callers 1

GCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected