Skip to content

support memcache protocol

Compare
Choose a tag to compare
@lintanghui lintanghui released this 18 Jul 15:03
· 342 commits to master since this release
3bf0ef7
  1. compitable consist hash with twemproxy.
  2. reduce object alloc (by using Pool).
  3. recycle using of request and response memory.
  4. batch message execute to reduce conflict of command channel.
  5. using writev to reduce syscall times.
  6. synchronously send and wait of message.
  7. zero copy of request and response data at all.