- Implement connect timeout
- No real change, just release
- Catch more exception
- Check value length, default max 1 megabyte
- Rewrite almost code
- Redesigned API
- Support unicode string for key
- Support flags
- Support URI
- More test coverage
- Change pypi packages name to aiomemcached
- Drop python 3.4-3.6 support
- Add python 3.7+ support
- Drop python 3.3 support
- Fix issue with pool concurrency and task cancellation
- Added MANIFEST.in
- Added gets and cas commands
- Make max_size strict #14
-
Dockerize tests
-
Reuse memcached connections in Client Pool #4
-
Fix stats parse to compatible more mc class software #5
- Make the library Python 3.5 compatible
- Initial release