mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Merge branch 'v9'
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
package pool
|
||||
|
||||
import (
|
||||
"net"
|
||||
"time"
|
||||
)
|
||||
|
||||
func (cn *Conn) SetCreatedAt(tm time.Time) {
|
||||
cn.createdAt = tm
|
||||
}
|
||||
|
||||
func (cn *Conn) NetConn() net.Conn {
|
||||
return cn.netConn
|
||||
}
|
||||
|
Reference in New Issue
Block a user