aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-pymemcache/pkg-descr
blob: 3ade3aaa47fe2d0f14d594c79abf6bb015f88283 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.