libmemcached (3) Linux Manual Page
NAME libmemcached – Introducing the C Client Library for memcached SYNOPSIS #include <libmemcached/memcached.h> Compile and link with -lmemcached —- libMemcached is an open source C/C++ client library and tools for the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. libMemcached…
