Skip to content

Releases: jaysonsantos/python-binary-memcached

v0.31.2

14 Dec 15:46
7cc67ba
Compare
Choose a tag to compare
bump: version 0.31.1 → 0.31.2

v0.31.0

29 Dec 08:15
b8375a4
Compare
Choose a tag to compare

What's Changed

  • Expose incr/decr default and time protocol 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

29 Jan 13:21
0842107
Compare
Choose a tag to compare

Thanks to @moisesguimaraes TLS support was added on #211

Add distributed client

02 Oct 15:55
789fb59
Compare
Choose a tag to compare

v0.28

  • moved bmemcached.Client to bmemcached.ReplicantClient but keeps backward compatibility
  • added DistributedClient to distribute keys over servers using consistent hashing