From f7cf48062dc8410ebeabf0a575eeb8e1b5201a6b Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 9 Jan 2008 10:10:34 -0800 Subject: [PATCH] Documentation and Changlog information. --- ChangeLog | 1 + docs/memcached_get.pod | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75f3362c..a17e370a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ + * Kevin's patch for fixing EOF issues during a read. * Toru Maesaka patch for stats mismatch * Fix for when CRC return 0 * Fixed uint16_t issues around flags. Turns out the documentation on the 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 -- 2.30.2