summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Gordon <charles@pinterest.com>2013-02-19 16:36:03 -0800
committerCharles Gordon <charles@pinterest.com>2013-02-19 16:36:03 -0800
commitf7905a8b2c85e2c56c5a95cb8c975325199f780d (patch)
treee87207755a8f2a0618c7b73c7117d0bef0aeda38 /README.md
parentf05fbe37da9c2c7de09d1d8bc197e6f80a6a1e94 (diff)
downloadpymemcache-f7905a8b2c85e2c56c5a95cb8c975325199f780d.tar.gz
Increasing version to 1.0, adding various package stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1974a53..5544046 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,13 @@
pymemcache
==========
-NOTE: this is still BETA, use with caution!
-
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 speed.
+* Access to the "noreply" flag, which can significantly increase the speed of writes.
* Flexible, simple approach to serialization and deserialization.
* The (optional) ability to treat network and memcached errors as cache misses.
@@ -27,6 +25,11 @@ You can also use pip:
sudo pip install https://github.com/pinterest/pymemcache.git
+Usage
+=====
+
+See the module documentation in pymemcache.client for details.
+
Comparison with Other Libraries
===============================