1MEMCACHED_VERBOSITY(3) libmemcached-awesome MEMCACHED_VERBOSITY(3)
2
3
4
6 memcached_verbosity - libmemcached Documentation
7
9 #include <libmemcached/memcached.h>
10 Compile and link with -lmemcached
11
12 memcached_return_t memcached_verbosity(memcached_st *ptr, uint32_t ver‐
13 bosity)
14
15 Parameters
16
17 • ptr -- pointer to initialized memcached_st struct
18
19 • verbosity -- level of verbosity
20
21 Returns
22 memcached_return_t indicating success
23
25 memcached_verbosity() modifies the "verbosity" of the memcached(1)
26 servers referenced in the memcached_st parameter.
27
29 A value of type memcached_return_t is returned.
30
31 On success that value will be MEMCACHED_SUCCESS.
32
33 Use memcached_strerror() to translate this value to a printable string.
34
36 memcached(1) libmemcached(3) memcached_strerror(3)
37
38
39
40
411.1 Nov 09, 2022 MEMCACHED_VERBOSITY(3)