X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcachedutil.html;h=e92b46071167ce14c3709f803936942c28ff90fd;hb=e271da38ba3b4991f775fe0358f4be656550d62f;hp=d7400b986111bd9dee744a20ecd05e24df9b3f1d;hpb=c6fde8b6a27b6af31f0cf26a9cdccd54cd25734a;p=awesomized%2Flibmemcached diff --git a/libmemcachedutil.html b/libmemcachedutil.html index d7400b98..e92b4607 100644 --- a/libmemcachedutil.html +++ b/libmemcachedutil.html @@ -21,10 +21,10 @@ - - - - + + + + @@ -175,9 +175,9 @@

Utility library for libmemcached

SYNOPSIS¶

-
-
#include <libmemcachedutil-1.0/util.h>

Compile and link with -lmemcachedutil

-
+
+
#include <libmemcachedutil-1.0/util.h>
+
Compile and link with -lmemcachedutil -lmemcached
@@ -190,13 +190,13 @@ functionality built on top of memcached_st from multiple threads at the same time. If you want to access memcached from multiple threads you should either clone the memcached_st, or use the memcached pool implementation. See -memcached_pool_create().

+memcached_pool().

SEE ALSO¶