support memcache protocol
- compitable consist hash with twemproxy.
- reduce object alloc (by using Pool).
- recycle using of request and response memory.
- batch message execute to reduce conflict of command channel.
- using writev to reduce syscall times.
- synchronously send and wait of message.
- zero copy of request and response data at all.