logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

memcached_flush_buffers - Flush buffers and send buffered commands

Author

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

Description

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

Home

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

Library

       C Client Library for memcached (libmemcached, -lmemcached)

Name

       memcached_flush_buffers - Flush buffers and send buffered commands

Return

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

See Also

memcached(1) libmemcached(3) memcached_strerror(3) memcached_behavior(3)

perl v5.40.0                                       2024-10-20             Memcached::libm...d_flush_buffers(3pm)

Synopsis

         #include <memcached.h>

         memcached_return_t
           memcached_flush_buffers (memcached_st *ptr);

See Also