diff options
Diffstat (limited to 'libraries/libmemcached/README')
-rw-r--r-- | libraries/libmemcached/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libmemcached/README b/libraries/libmemcached/README new file mode 100644 index 000000000000..9521cf06b390 --- /dev/null +++ b/libraries/libmemcached/README @@ -0,0 +1,4 @@ +libmemcached is a C and C++ client library to the memcached server. +It has been designed to be light on memory usage, thread safe, and +provide full access to server side methods. + |