X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_get.pod;h=e96a92597f178cad86c8ab4899740a920aef8c6a;hb=e11b7835ec753555cc85cf9dd01f14b7818ce046;hp=0a2edeea7361d7f7ddb9792e61a97b422d803791;hpb=1522ac972ca8f4912bebc8a3762d526abb987ff8;p=m6w6%2Flibmemcached diff --git a/docs/memcached_get.pod b/docs/memcached_get.pod index 0a2edeea..e96a9259 100755 --- a/docs/memcached_get.pod +++ b/docs/memcached_get.pod @@ -104,6 +104,12 @@ as memcached_get() and memcached_mget(). The difference is that they take a master key that is used for determining which server an object was stored if key partitioning was used for storage. +All of the above functions are not supported when the C +has been set. Executing any of these functions with this behavior on will result in +C being returned or, for those functions which do not return +a C, the error function parameter will be set to +C. + =head1 RETURN All objects returned must be freed by the calling application.