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

Method LastPutAtNs

internal/pool/conn.go:194–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192}
193
194func (cn *Conn) LastPutAtNs() int64 {
195 return cn.lastPutAt.Load()
196}
197func (cn *Conn) SetLastPutAtNs(ns int64) {
198 cn.lastPutAt.Store(ns)
199}

Callers 1

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected