summaryrefslogtreecommitdiff
path: root/python/python-memcached/README
diff options
context:
space:
mode:
authorMarcel Saegebarth <marc@mos6581.de>2015-02-07 06:18:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-07 06:18:44 +0700
commit432b92eaf8ff4c7cf5d16567bfb944990d05d878 (patch)
tree0f7b3922b90ec0494f7b9ccbd0d22fa7caed0e1e /python/python-memcached/README
parentb35e7fc4becc290f141354e09870dfb480260a9a (diff)
downloadslackbuilds-432b92eaf8ff4c7cf5d16567bfb944990d05d878.tar.gz
python/python-memcached: Added (Python client for memached).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-memcached/README')
-rw-r--r--python/python-memcached/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-memcached/README b/python/python-memcached/README
new file mode 100644
index 0000000000..80f55a7514
--- /dev/null
+++ b/python/python-memcached/README
@@ -0,0 +1,4 @@
+This software is a 100% Python interface to the memcached memory
+cache daemon. It is the client side software which allows storing
+values in one or more, possibly remote, memcached servers. Search
+google for memcached for more information.