fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
476 B
Text
11 lines
476 B
Text
A comprehensive, fast, pure-Python memcached client.
|
|
|
|
pymemcache supports the following features:
|
|
|
|
* Complete implementation of the memcached text protocol.
|
|
* Configurable timeouts for socket connect and send/recv calls.
|
|
* Access to the "noreply" flag, which can significantly increase the speed of
|
|
writes.
|
|
* Flexible, modular and simple approach to serialization and deserialization.
|
|
* The (optional) ability to treat network and memcached errors as cache
|
|
misses.
|