3 memcached_flush_buffers - Flush buffers and send buffered commands
7 C Client Library for memcached (libmemcached, -lmemcached)
11 #include <memcached.h>
14 memcached_flush_buffers (memcached_st *ptr);
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 processing..
24 A value of type C<memcached_return> is returned
25 On success that value will be C<MEMCACHED_SUCCESS>.
26 Use memcached_strerror() to translate this value to a printable string.
30 To find out more information please check:
31 L<http://tangent.org/552/libmemcached.html>
35 Trond Norbye, E<lt>trond.norbye@sun.comE<gt>
39 memcached(1) libmemcached(3) memcached_strerror(3) memcached_behavior(3)