1MEMCACHED_FLUSH_BUFFERS(3)       libmemcached       MEMCACHED_FLUSH_BUFFERS(3)
2
3
4

NAME

6       memcached_flush_buffers - libmemcached Documentation
7
8       Flush and senf buffered commands
9

SYNOPSIS

11       #include <libmemcached/memcached.h>
12
13       memcached_return_t memcached_flush_buffers(memcached_st *ptr)
14
15       Compile and link with -lmemcached
16

DESCRIPTION

18       memcached_flush_buffers()  is used in conjunction with MEMCACHED_BEHAVā€
19       IOR_BUFFER_REQUESTS (see memcached_behavior(3)) to flush all buffers by
20       sending the buffered commands to the server for processing.
21

RETURN

23       A  value  of  type memcached_return_t is returned On success that value
24       will be MEMCACHED_SUCCESS.  Use memcached_strerror() to translate  this
25       value to a printable string.
26

HOME

28       To find out more information please check: http://libmemcached.org/
29

AUTHOR

31       Brian Aker, <brian@tangent.org>
32
33       Trond Norbye, <trond.norbye@gmail.com>
34

SEE ALSO

36       memcached(1) libmemcached(3) memcached_strerror(3)
37

AUTHOR

39       Brian Aker
40
42       2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
43
44
45
46
471.0.16                         January 31, 2013     MEMCACHED_FLUSH_BUFFERS(3)
Impressum