1.修复parse reply时如果有err不关闭连接问题
1.支持cache和cache conn的写法
Version 1.4.0
1.add memcache mock conn
1.修复判断是否合法key
1.修复pool放回连接的bug
1.修改memcache pool的实现方式,引用container/pool
2.pool支持context传入超时以及Get connection WaitTimeout
- 增加pkg errors
- 修复gzip writer默认压缩level为0的bug
- fix populateOne error
- memcache添加largevalue支持
- 修改decode时protobuf bug,补全测试