From 8b1b8e01c59549991c29393276fd56e78b3909f7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Feb 2014 11:38:55 +0100 Subject: [PATCH] Describe memcached ZOOM option --- doc/zoom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/zoom.xml b/doc/zoom.xml index d1ccf8e..116970c 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -325,6 +325,25 @@ ZOOM_options_set_int(opt, name, value) in call to ZOOM_connection_option_get or ZOOM_connection_option_getl. + + memcached + If given and non-empty, + libMemcached + will be configured for the connection. + This option is inspected by ZOOM when a connection is established. + If the memcached option is given + and YAZ is compiled without libMemcached support, an internal + diagnostic (10018) will be thrown. + libMemcached support is available for YAZ 5.0.13 or later. If this + option is supplied for an earlier version of YAZ, it is + ignored. + The value of this option is a string passed verbatim to + the memcached function part of libMemcached. + Refer to man page memcached(3). Earlier versions of libMemcached + do not offer this function. In this case only the option + --server=host may + be given (YAZ emulates that part of libMemcached). + none -- 1.7.10.4