From: Brian Aker Date: Tue, 8 Mar 2011 22:38:36 +0000 (-0800) Subject: Merge in update for document on prefix key. X-Git-Tag: 0.51~24 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=14852ade094615994f43693363e5a4d48dbbb1d3;p=awesomized%2Flibmemcached Merge in update for document on prefix key. --- diff --git a/ChangeLog b/ChangeLog index 27535235..3f369c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +0.48 + * Fix memory leak in server parse. + * Move test framework out to be its own library (easier to work with Gearman). + + 0.47 Wed Feb 23 18:46:48 PST 2011 * Additional fixes for OpenBSD. * Bug fix 677609, 456080. diff --git a/docs/memcached_callback.pod b/docs/memcached_callback.pod index 9175c29d..a5b5429b 100644 --- a/docs/memcached_callback.pod +++ b/docs/memcached_callback.pod @@ -56,6 +56,8 @@ the value of your key. The prefix key is only applied to the primary 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. +If you set a value with the value being NULL then the prefix key is disabled. + =item MEMCACHED_CALLBACK_USER_DATA This allows you to store a pointer to a specifc piece of data. This can be