X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fmemcached_flush_buffers.html;h=128a0b0a59f845d2ef2544400c73162575191be6;hb=c6fde8b6a27b6af31f0cf26a9cdccd54cd25734a;hp=94268c956d2b5819b0ee26e3b5d5556ed2e35c54;hpb=203265989899a9a2a5433c870799d0d5bc1e103e;p=m6w6%2Flibmemcached diff --git a/libmemcached/memcached_flush_buffers.html b/libmemcached/memcached_flush_buffers.html index 94268c95..128a0b0a 100644 --- a/libmemcached/memcached_flush_buffers.html +++ b/libmemcached/memcached_flush_buffers.html @@ -96,7 +96,7 @@
  • memcached_touch, memcached_touch_by_key
  • Flushing client buffers
  • Working with result sets
  • -
  • Appending or Prepending to data on the server
  • +
  • Appending or Prepending Data
  • Working with data on the server in an atomic fashion
  • @@ -206,10 +206,10 @@

    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.

    +MEMCACHED_BEHAVIOR_BUFFER_REQUESTS (see memcached_behavior(3)) to flush all buffers by sending the buffered commands to the server for processing.

    -
    -

    RETURN¶

    +
    +

    RETURN VALUE¶

    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