X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fzoom.xml;h=116970c4ee9e10c8bd4999504f13d1fcef4e9047;hp=1261c4e20554be77663a50a5995116229f8bb810;hb=b696a59e5609651787b64b953b581a3ceb263f14;hpb=c23b3002b19ba3fcc016eb3fab454f22e0ecacee diff --git a/doc/zoom.xml b/doc/zoom.xml index 1261c4e..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 @@ -964,6 +983,12 @@ ZOOM_options_set_int(opt, name, value) *len. + json + Like xml, but MARC records are converted to + MARC-in-JSON. + + +