1 libmemcachedutil - C/C++ utilities extending libmemcached
2 =========================================================
4 Utility library for libmemcached
9 #include <libmemcachedutil-|libmemcached_version|/util.h>
10 Compile and link with -lmemcachedutil -lmemcached
15 `libmemcachedutil` is a small and thread-safe client library that provides extra
16 functionality built on top of `libmemcached`.
21 Do not try to access an instance of `memcached_st` from multiple threads at the
22 same time. If you want to access memcached from multiple threads you should
23 either clone the `memcached_st`, or use the memcached pool implementation. See
28 :caption: Additional Utilities
37 :manpage:`libmemcached(3)`
38 :manpage:`memcached_pool(3)`
39 :manpage:`memcached_pool_destroy(3)`
40 :manpage:`memcached_pool_pop(3)`
41 :manpage:`memcached_pool_push(3)`
45 * :doc:`../libmemcached`