mirror of
https://github.com/redis/go-redis.git
synced 2025-08-01 16:06:54 +03:00
Rename BufioReader to ElasticBufReader
This commit is contained in:
@ -24,7 +24,7 @@ func NewConn(netConn net.Conn) *Conn {
|
||||
cn := &Conn{
|
||||
netConn: netConn,
|
||||
}
|
||||
buf := proto.NewBufioReader(netConn)
|
||||
buf := proto.NewElasticBufReader(netConn)
|
||||
cn.Rd = proto.NewReader(buf)
|
||||
cn.WB = proto.NewWriteBuffer(buf)
|
||||
cn.SetUsedAt(time.Now())
|
||||
|
Reference in New Issue
Block a user