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

WWW: https://github.com/pinterest/pymemcache