6 Utility library for libmemcached
15 cc [ flag ... ] file ... -lmemcachedutil
17 #include <libmemcached/memcached_util.h>
26 :program:`libmemcachedutil` is a small and thread-safe client library that
27 provides extra functionality built on top of :program:`libmemcached`.
35 Do not try to access an instance of :c:type:`memcached_st` from multiple threads
36 at the same time. If you want to access memcached from multiple threads
37 you should either clone the :c:type:`memcached_st`, or use the memcached pool
38 implementation. see :c:func:`memcached_pool_create()`.
46 To find out more information please check:
47 `http://libmemcached.org/ <http://libmemcached.org/>`_
55 :manpage:`libmemcached(3)` :manpage:`memcached_pool_create(3)` :manpage:`memcached_pool_destroy(3)` :manpage:`memcached_pool_pop(3)` :manpage:`memcached_pool_push(3)`