X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_get.pod;h=f87d47ba03cfb08bdc5862343072f2ef80428e39;hb=635de3ca55245a58f49b487798476fbc96b5e364;hp=f2f2033c33f0e9018af348c89c49d07ea08c6611;hpb=cfe8176feba42fc63e8f627f9ac613a12a368b92;p=m6w6%2Flibmemcached diff --git a/docs/memcached_get.pod b/docs/memcached_get.pod index f2f2033c..f87d47ba 100755 --- a/docs/memcached_get.pod +++ b/docs/memcached_get.pod @@ -92,7 +92,9 @@ result sets to the list of functions you provide. It passes to the function a memcached_st that can be cloned for use in called the cluster (it can not be used directly). It also passed a result set which does not need to be freed. Finally it passes a "context". This is just a pointer to a memory reference -you supply the calling function. +you supply the calling function. Currently only one value is being passed +to each function call. In the future there will be an option to allow this +to be an array. memcached_get_by_key() and memcached_mget_by_key() behave in a similar nature as memcached_get() and memcached_mget(). The difference is that they take