From: Date: Tue, 27 May 2008 04:24:01 +0000 (+0530) Subject: Bug fix in documentation Tim found. X-Git-Tag: 0.22~9^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=a0c633caf29c00e70b540d5a2cf2cd99207dfdd7;p=m6w6%2Flibmemcached Bug fix in documentation Tim found. --- diff --git a/docs/memcached_callback.pod b/docs/memcached_callback.pod index 9b56a5fc..e1b2fb16 100755 --- a/docs/memcached_callback.pod +++ b/docs/memcached_callback.pod @@ -50,7 +50,7 @@ point of its execution all connections have been closed. =item MEMCACHED_CALLBACK_PREFIX_KEY You can set a value which will be used to create a domain for your keys. -The value specified here will be appended to each of your keys. The value can not +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 the value of your key. The prefix key is only applied to the primary key, not the master key.