Merge in update for document on prefix key.
[m6w6/libmemcached] / docs / memcached_callback.pod
index 9175c29d2dc841b67b77a0fe53bbb151a91b6978..a5b5429bf1fc36169d5048f69e5c06458c8f8f0a 100644 (file)
@@ -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