1MEMCACHED_VERBOSITY(3)       libmemcached-awesome       MEMCACHED_VERBOSITY(3)
2
3
4

NAME

6       memcached_verbosity - libmemcached Documentation
7

SYNOPSIS

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
17ptr -- pointer to initialized memcached_st struct
18
19verbosity -- level of verbosity
20
21              Returns
22                     memcached_return_t indicating success
23

DESCRIPTION

25       memcached_verbosity() modifies  the  "verbosity"  of  the  memcached(1)
26       servers referenced in the memcached_st parameter.
27

RETURN VALUE

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

SEE ALSO

36       memcached(1) libmemcached(3) memcached_strerror(3)
37
38
39
40
411.1                              Mar 06, 2023           MEMCACHED_VERBOSITY(3)
Impressum