freebsd-ports/databases/py-python-memcached/pkg-descr
Sunpoet Po-Chuan Hsieh 222ee7ce98 - Update to 1.57
- Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Relax USES=python
- Add PyPI as primary WWW
- Update WWW

Changes:	https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
2015-12-30 12:13:50 +00:00

10 lines
512 B
Text

The API takes advantage of the server's opaque flag support and sets its
"complex" flag whenever the object being stored or retrieved isn't a plain
scalar. In that case, the Storable module is used to freeze and thaw the
value automatically going in and out of the memcached.
The Python API, while tested, has not experienced real-world production use.
WWW: https://pypi.python.org/pypi/python-memcached
WWW: http://www.tummy.com/software/python-memcached/
WWW: https://github.com/linsomniac/python-memcached