X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fzoom.xml;h=116970c4ee9e10c8bd4999504f13d1fcef4e9047;hp=d1ccf8ea0424acab2bfa9187387a3276778d8a55;hb=b696a59e5609651787b64b953b581a3ceb263f14;hpb=8bcd70cb460d7a11175e82487f498102ead66472 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