1MEMCACHED_VERBOSITY(3) libmemcached MEMCACHED_VERBOSITY(3)
2
3
4
6 memcached_verbosity - libmemcached Documentation
7
8 Modifiy verbosity of servers
9
11 #include <libmemcached/memcached.h>
12
13 memcached_return_t memcached_verbosity(memcached_st *ptr, uint32_t ver‐
14 bosity)
15
16 Compile and link with -lmemcached
17
19 memcached_verbosity() modifies the "verbosity" of the memcached(1)
20 servers referenced in the memcached_st parameter.
21
23 A value of type memcached_return_t is returned.
24
25 On success that value will be MEMCACHED_SUCCESS.
26
27 Use memcached_strerror() to translate this value to a printable string.
28
30 To find out more information please check: http://libmemcached.org/
31
33 memcached(1) libmemcached(3) memcached_strerror(3)
34
36 Brian Aker
37
39 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
40
41
42
43
441.0.18 February 09, 2014 MEMCACHED_VERBOSITY(3)