X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_callback.pod;h=9b56a5fcf7f363c08018ce8741b491ec037176bb;hb=d5ffc30a6f369ea210e92e6a55333121d32b9a55;hp=a9c0ac417b570af4f8ac5458035edf25dbdd3c42;hpb=1d7f999b7d38db3308a0533a83fea23987fb0178;p=awesomized%2Flibmemcached diff --git a/docs/memcached_callback.pod b/docs/memcached_callback.pod index a9c0ac41..9b56a5fc 100755 --- a/docs/memcached_callback.pod +++ b/docs/memcached_callback.pod @@ -47,6 +47,14 @@ point of its execution all connections have been closed. When memcached_delete() is called this function will be excuted. At the 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 +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. + =item MEMCACHED_CALLBACK_USER_DATA This allows you to store a pointer to a specifc piece of data. This can be