As is stated in the doc
"Default behavior is the library strives to be quick and accurate"
and
MEMCACHED_BEHAVIOR_NO_BLOCK
Causes libmemcached(3) to use asychronous IO. This is the fastest transport available for storage functions.
I want to know if the default value for MEMCACHED_BEHAVIOR_NO_BLOCK is 1?