From 14852ade094615994f43693363e5a4d48dbbb1d3 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 8 Mar 2011 14:38:36 -0800 Subject: [PATCH] Merge in update for document on prefix key. --- ChangeLog | 5 +++++ docs/memcached_callback.pod | 2 ++ 2 files changed, 7 insertions(+) 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 -- 2.30.2