github.com/go-redis/redis/v8/internal/pool.Conn.netConn (field)
9 uses
github.com/go-redis/redis/v8/internal/pool (current package)
conn.go#L18: netConn net.Conn
conn.go#L31: netConn: netConn,
conn.go#L51: cn.netConn = netConn
conn.go#L57: return cn.netConn.Write(b)
conn.go#L61: return cn.netConn.RemoteAddr()
conn.go#L66: if err := cn.netConn.SetReadDeadline(cn.deadline(ctx, timeout)); err != nil {
conn.go#L80: if err := cn.netConn.SetWriteDeadline(cn.deadline(ctx, timeout)); err != nil {
conn.go#L85: cn.bw.Reset(cn.netConn)
conn.go#L103: return cn.netConn.Close()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |