github.com/go-redis/redis/v8/internal/pool.Conn.SetUsedAt (method)

3 uses

	github.com/go-redis/redis/v8/internal/pool (current package)
		conn.go#L37: 	cn.SetUsedAt(time.Now())
		conn.go#L46: func (cn *Conn) SetUsedAt(tm time.Time) {
		conn.go#L108: 	cn.SetUsedAt(tm)