libmemcached_configuration (3) Linux Manual Page
libmemcached_configuration – libmemcached Documentation Synopsis#include <libmemcached-1.0/memcached.h> LIBMEMCACHED memcached_st *memcached(const char *string, size_t string_length) memcached_return_t libmemcached_check_configuration(const char *option_string, size_t length, char *error_buffer, size_t error_buffer_size) Compile and link with -lmemcachedDescriptionLibmemcached implements a custom language for configuring and modifying servers. By passing in an option string you can generate a memcached_st object that you can use in your application directly. –SERVER=<servername>:<optional_port>/?<optional_weight> Provide a servername…
