1MEMCACHED_FLUSH_BUFFERS(3) libmemcached MEMCACHED_FLUSH_BUFFERS(3)
2
3
4
6 memcached_flush_buffers - libmemcached Documentation
7
8 Flush and senf buffered commands
9
11 #include <libmemcached/memcached.h>
12
13 memcached_return_t memcached_flush_buffers(memcached_st *ptr)
14
15 Compile and link with -lmemcached
16
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
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
28 To find out more information please check: http://libmemcached.org/
29
31 Brian Aker, <brian@tangent.org>
32
33 Trond Norbye, <trond.norbye@gmail.com>
34
36 memcached(1) libmemcached(3) memcached_strerror(3)
37
39 Brian Aker
40
42 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
43
44
45
46
471.0.18 February 09, 2014 MEMCACHED_FLUSH_BUFFERS(3)