freebsd-ports/databases/py-memcached/pkg-descr
Kirill Ponomarev 48bd24582f Add py-memcached 1.2, python API for memcached, a distributed memory
cache daemon.

PR:		ports/65643
Submitted by:	michael johnson <ahze at ahze dot net>
2004-04-17 05:33:25 +00:00

8 lines
401 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: http://www.danga.com/memcached/apis.bml