libmemcachedutil - Man Page
Name
libmemcachedutil — libmemcached Documentation
Utility library for libmemcached
Synopsis
cc [ flag ... ] file ... -lmemcachedutil #include <libmemcached/memcached_util.h>
Description
libmemcachedutil is a small and thread-safe client library that provides extra functionality built on top of libmemcached.
Threads
Do not try to access an instance 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().
Home
To find out more information please check: http://libmemcached.org/
See Also
libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3)
Author
Brian Aker
Copyright
2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
Info
February 09, 2014 1.0.18 libmemcached