X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_get.pod;h=5faa2db9767107fb014917476ffcec3594f32506;hb=e16d058ca2e62ff93fca263c54a039eddb9dc080;hp=9423635ea6ecdb0733296c639c61efdf61ebe482;hpb=b4de8d3fd063b9017797dd9809ab3acb8a537606;p=awesomized%2Flibmemcached diff --git a/docs/memcached_get.pod b/docs/memcached_get.pod index 9423635e..5faa2db9 100644 --- a/docs/memcached_get.pod +++ b/docs/memcached_get.pod @@ -109,7 +109,9 @@ memcached_return_t pointer to hold any error. The object will be returned upon success and NULL will be returned on failure. MEMCACHD_END is returned by the *error value when all objects that have been found are returned. The final value upon MEMCACHED_END is null. Values returned by -memcached_fetch() musted be free'ed by the caller. +memcached_fetch() musted be free'ed by the caller. memcached_fetch() will +be DEPRECATED in the near future, memcached_fetch_result() should be used +instead. memcached_fetch_result() is used to return a memcached_result_st(3) structure from a memcached server. The result object is forward compatible with changes @@ -154,10 +156,14 @@ All objects returned must be freed by the calling application. memcached_get() and memcached_fetch() will return NULL on error. You must look at the value of error to determine what the actual error was. +MEMCACHED_KEY_TOO_BIG is set to error whenever memcached_fetch() was used +and the key was set larger then MEMCACHED_MAX_KEY, which was the largest +key allowed for the original memcached ascii server. + =head1 HOME To find out more information please check: -L +L =head1 AUTHOR