- Fix a static typing error with
Client.get()
.
- Add
conn_args
toClient
to allow TLS and other options when connecting to memcache.
- Add
FlagClient
to support memcached flags. - Fix type annotations for
@acquire
. - Fix rare exception caused by memcached server dying in middle of operation.
- Fix get method to not use CAS.
- Added support for Python 3.10
- Added support for non-ascii keys
- Added type annotations
- 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