1 .TH "LIBMEMCACHEDUTIL" "3" "September 26, 2011" "0.53" "libmemcached"
3 libmemcachedutil \- libmemcached Documentation
5 .nr rst2man-indent-level 0
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
17 .\" .rstReportMargin pre:
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
21 .\" .rstReportMargin post:
25 .\" indent \\n[an-margin]
26 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27 .nr rst2man-indent-level -1
28 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
31 .\" Man page generated from reStructeredText.
34 Utility library for libmemcached
39 cc [ flag ... ] file ... \-lmemcachedutil
41 #include <libmemcached/memcached_util.h>
46 \fBlibmemcachedutil\fP is a small and thread\-safe client library that
47 provides extra functionality built on top of \fBlibmemcached\fP.
50 Do not try to access an instance of \fBmemcached_st\fP from multiple threads
51 at the same time. If you want to access memcached from multiple threads
52 you should either clone the \fBmemcached_st\fP, or use the memcached pool
53 implementation. see \fBmemcached_pool_create()\fP.
56 To find out more information please check:
57 \fI\%http://libmemcached.org/\fP
60 \fIlibmemcached(3)\fP \fImemcached_pool_create(3)\fP \fImemcached_pool_destroy(3)\fP \fImemcached_pool_pop(3)\fP \fImemcached_pool_push(3)\fP
64 2011, Brian Aker DataDifferential, http://datadifferential.com/
65 .\" Generated by docutils manpage writer.