mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Pass cn.Rd where possible
This commit is contained in:
@ -13,7 +13,7 @@ var noDeadline = time.Time{}
|
||||
type Conn struct {
|
||||
netConn net.Conn
|
||||
|
||||
Rd *proto.Reader
|
||||
Rd proto.Reader
|
||||
wb *proto.WriteBuffer
|
||||
|
||||
concurrentReadWrite bool
|
||||
|
Reference in New Issue
Block a user