Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
194
func
(cn *Conn) LastPutAtNs() int64 {
195
return
cn.lastPutAt.Load()
196
}
197
func
(cn *Conn) SetLastPutAtNs(ns int64) {
198
cn.lastPutAt.Store(ns)
199
}
Callers
1
processPushNotifications
Method · 0.80
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected