1memcached_flush_buffers.pop(3m)emcached_flush_buffemresmcached_flush_buffers.pop(3)
2
3
4

NAME

6       memcached_flush_buffers - Flush buffers and send buffered commands
7

LIBRARY

9       C Client Library for memcached (libmemcached, -lmemcached)
10

SYNOPSIS

12         #include <memcached.h>
13
14         memcached_return_t
15           memcached_flush_buffers (memcached_st *ptr);
16

DESCRIPTION

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

RETURN

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

HOME

29       To find out more information please check:
30       <https://launchpad.net/libmemcached>
31

AUTHOR

33       Trond Norbye, <trond.norbye@gmail.com>
34

SEE ALSO

36       memcached(1) libmemcached(3) memcached_strerror(3)
37       memcached_behavior(3)
38
39
40
41                                  2010-06-28    memcached_flush_buffers.pop(3)
Impressum