X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_callback.pod;h=5aa2e3b491812f77c3ce8f925f25ef1487b241d9;hb=a91a68a7c685f82bc6f46c09fa2036e44a82e7f7;hp=e1b2fb16d9e058bf2a7e546733b6997dce35c9ae;hpb=e70b6d9e76d874d8002ea282678fa5204e423fbf;p=awesomized%2Flibmemcached diff --git a/docs/memcached_callback.pod b/docs/memcached_callback.pod old mode 100755 new mode 100644 index e1b2fb16..5aa2e3b4 --- a/docs/memcached_callback.pod +++ b/docs/memcached_callback.pod @@ -1,6 +1,6 @@ =head1 NAME -memcached_callback_get memcached_callback_set +memcached_callback_get memcached_callback_set - Get and set a callback =head1 LIBRARY @@ -51,9 +51,10 @@ point of its execution all connections have been closed. You can set a value which will be used to create a domain for your keys. The value specified here will be prefixed to each of your keys. The value can not -be greater then MEMCACHED_PREFIX_KEY_MAX_SIZE and will reduce MEMCACHED_MAX_KEY by +be greater then MEMCACHED_PREFIX_KEY_MAX_SIZE - 1 and will reduce MEMCACHED_MAX_KEY by the value of your key. The prefix key is only applied to the primary key, -not the master key. +not the master key. MEMCACHED_FAILURE will be returned if no key is set. In the case +of a key which is too long MEMCACHED_BAD_KEY_PROVIDED will be returned. =item MEMCACHED_CALLBACK_USER_DATA