2 libmemcachedutil - C/C++ utilities extending libmemcached
3 =========================================================
5 Utility library for libmemcached
10 #include <libmemcachedutil-|libmemcached_version|/util.h>
11 Compile and link with -lmemcachedutil
16 `libmemcachedutil` is a small and thread-safe client library that provides extra
17 functionality built on top of `libmemcached`.
22 Do not try to access an instance of `memcached_st` from multiple threads at the
23 same time. If you want to access memcached from multiple threads you should
24 either clone the `memcached_st`, or use the memcached pool implementation. See
25 `memcached_pool_create`.
32 :manpage:`libmemcached(3)`
33 :manpage:`memcached_pool(3)`
34 :manpage:`memcached_pool_destroy(3)`
35 :manpage:`memcached_pool_pop(3)`
36 :manpage:`memcached_pool_push(3)`
40 * :doc:`../libmemcached`
41 * :doc:`libmemcachedutil/memcached_pool`