memcached_behavior() causes commands to be buffered until they are flushed to
[awesomized/libmemcached] / lib / common.h
index 395b80ef83730863c5fbe9d248bdf498fa9a41a6..35775ba8e873ac58f6f3fa901d8569a0a7a74d26 100644 (file)
@@ -60,6 +60,7 @@ typedef enum {
   MEM_USE_CRC= (1 << 5),
   MEM_USE_CACHE_LOOKUPS= (1 << 6),
   MEM_SUPPORT_CAS= (1 << 7),
+  MEM_BUFFER_REQUESTS= (1 << 8),
 } memcached_flags;
 
 /* Hashing algo */