async memcached client

wip

more doc see:

https://docs.rs/memcached/0.2.0/memcached/struct.Client.html

warning

  1. 除了 increment, decrement 别的函数不能传入数字
  2. 对于数字 get 的时候要用字符串手动 trim
  3. stats 还不能用
  4. version 也有点问题