python3-binary-memcached

pure python module to access memcached via its binary protocol - Python 3.x
  https://github.com/jaysonsantos/python-binary-memcached
  0
  no reviews



This library contains a pure Python module (thread safe) to access memcached via it's binary with SASL auth support.

The main purpose of this module it to be able to communicate with memcached using binary protocol and support authentication, so it can work with Heroku for example.

This package contains the Python 3.x module.