summaryrefslogtreecommitdiff
path: root/databases/py-python-binary-memcached (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-28Drop python 2.7 support from a few portsAntoine Brodin1-1/+1
With hat: portmgr
2020-10-13Update to 0.30.1Sunpoet Po-Chuan Hsieh2-4/+4
Changes: https://github.com/jaysonsantos/python-binary-memcached/releases https://github.com/jaysonsantos/python-binary-memcached/blob/master/CHANGELOG.rst
2020-08-30Add py-python-binary-memcached 0.30.0Sunpoet Po-Chuan Hsieh3-0/+38
bmemcached is 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. WWW: https://github.com/jaysonsantos/python-binary-memcached