From 432b92eaf8ff4c7cf5d16567bfb944990d05d878 Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Sat, 7 Feb 2015 06:18:44 +0700 Subject: python/python-memcached: Added (Python client for memached). Signed-off-by: Willy Sudiarto Raharjo --- python/python-memcached/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python-memcached/README (limited to 'python/python-memcached/README') 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. -- cgit v1.2.3