Releases: jaysonsantos/python-binary-memcached
Releases · jaysonsantos/python-binary-memcached
Release list
v0.31.2
v0.31.0
What's Changed
- Expose incr/decr
defaultandtimeprotocol arguments in client class by @bisho in #243 - Use bytearrays for building up bytes for I/O. by @alexmv in #245
Full Changelog: v0.30.1...v0.31.0
Add TLS Support
Thanks to @moisesguimaraes TLS support was added on #211
Add distributed client
v0.28
- moved bmemcached.Client to bmemcached.ReplicantClient but keeps backward compatibility
- added DistributedClient to distribute keys over servers using consistent hashing