Closed thinxer closed 8 years ago
This commit adds a Conn.WriteBulkBytes function, to avoid the extra copy with string and []byte conversion.
Conn.WriteBulkBytes
string
[]byte
This is good. Thanks.
This commit adds a
Conn.WriteBulkBytes
function, to avoid the extra copy withstring
and[]byte
conversion.