X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fconfiguration.html;h=b21862de028be16c8c2428c48423cb14f634e2f1;hb=d517b40976d8e986cada6b8b896e8f12cd179fa6;hp=115f183c3cbb18ef6ea14a49bfdda95090ceb919;hpb=c6fde8b6a27b6af31f0cf26a9cdccd54cd25734a;p=m6w6%2Flibmemcached diff --git a/libmemcached/configuration.html b/libmemcached/configuration.html index 115f183c..b21862de 100644 --- a/libmemcached/configuration.html +++ b/libmemcached/configuration.html @@ -186,12 +186,12 @@
#include <libmemcached-1.0/memcached.h>

Compile and link with -lmemcached

-
+
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)¶
@@ -214,7 +214,7 @@ server getting a default weight of 1.

---SOCKET="<filepath>/?<optional_weight>"
+--SOCKET=\"<filepath>/?<optional_weight>\"

Provide a filepath to a UNIX socket file. Providing a weight will cause weighting to occur with all hosts with each server getting a default weight of 1.

@@ -282,7 +282,7 @@ server to store the data in.

--NOREPLY
-

Enable “no reply” for all calls that support this. It is highly recommended +

Enable "no reply" for all calls that support this. It is highly recommended that you use this option with the binary protocol only.

@@ -388,7 +388,7 @@ accomplished by prepending the namespace value to all keys.

--POLL-TIMEOUT=
-

Set the timeout used by poll(3).

+

Set the timeout used by poll(3).

@@ -448,7 +448,7 @@ Unlike --CONFIGURE-

ENVIRONMENT¶

-
+
LIBMEMCACHED¶
@@ -476,7 +476,7 @@ initialized). On an allocation failure, it returns NULL.