Bug 65643 - [NEW PORT] databases/py-memcached: Python API for memcached, a distributed memory cache daemon
Summary: [NEW PORT] databases/py-memcached: Python API for memcached, a distributed me...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 22:20 UTC by michael johnson
Modified: 2004-04-17 06:33 UTC (History)
0 users

See Also:


Attachments
py-memcached-1.2.shar (2.04 KB, text/plain)
2004-04-16 22:20 UTC, michael johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description michael johnson 2004-04-16 22:20:21 UTC
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

Generated with FreeBSD Port Tools 0.50
Comment 1 Michael Johnson 2004-04-16 22:44:28 UTC
please add to Makefile
RUN_DEPENDS=	memcached:${PORTSDIR}/databases/memcached

michael
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-17 06:33:53 UTC
State Changed
From-To: open->closed

New port added, thanks!