1LIBMEMCACHEDUTIL(3)              libmemcached              LIBMEMCACHEDUTIL(3)
2
3
4

NAME

6       libmemcachedutil - libmemcached Documentation
7
8       Utility library for libmemcached
9

SYNOPSIS

11          cc [ flag ... ] file ... -lmemcachedutil
12
13          #include <libmemcached/memcached_util.h>
14

DESCRIPTION

16       libmemcachedutil   is  a small and thread-safe client library that pro‐
17       vides extra functionality built on top of libmemcached.
18

THREADS

20       Do not try to access an instance of memcached_st from multiple  threads
21       at the same time. If you want to access memcached from multiple threads
22       you should either clone the memcached_st, or  use  the  memcached  pool
23       implementation. see memcached_pool_create().
24

HOME

26       To find out more information please check: http://libmemcached.org/
27

SEE ALSO

29       libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) mem‐
30       cached_pool_pop(3) memcached_pool_push(3)
31

AUTHOR

33       Brian Aker
34
36       2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
37
38
39
40
411.0.16                         January 31, 2013            LIBMEMCACHEDUTIL(3)
Impressum