tidwall / redcon

Redis compatible server framework for Go
MIT License
2.19k stars 158 forks source link

add Conn.WriteBulkBytes #2

Closed thinxer closed 8 years ago

thinxer commented 8 years ago

This commit adds a Conn.WriteBulkBytes function, to avoid the extra copy with string and []byte conversion.

tidwall commented 8 years ago

This is good. Thanks.