python-binary-memcached

A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.

MIT License

Downloads
60.9K
Stars
165
Committers
29
python-binary-memcached - Latest Release

Published by jaysonsantos almost 2 years ago

python-binary-memcached - v0.31.0

Published by jaysonsantos almost 3 years ago

What's Changed

Full Changelog: https://github.com/jaysonsantos/python-binary-memcached/compare/v0.30.1...v0.31.0

python-binary-memcached - Add TLS Support

Published by jaysonsantos over 4 years ago

Thanks to @moisesguimaraes TLS support was added on #211

python-binary-memcached - Add distributed client

Published by jaysonsantos about 6 years ago

v0.28

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