X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fbook.xml;h=e1988c212e0142d51376c763d7bd553630c76948;hp=403bc9c7327710d7918addbf07417048f8152b5b;hb=e05d81815980f703874bae24475ba474e424c0d7;hpb=b81655495132a3e219463c6a259d4214270029ef diff --git a/doc/book.xml b/doc/book.xml index 403bc9c..e1988c2 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1542,21 +1542,19 @@ If given and non-empty, libMemcached will be configured for the connection. - This option is inspected by ZOOM when a connection is established. + 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). + The value of this option is a list options - each is of the + form --name=value. + Option --server=host[:port] specifies a memcached + server. It may be repeated for multiple memcached servers. + Option --expire=seconds sets expiry time in seconds + for how long result sets are to be cached. none redis @@ -1571,9 +1569,8 @@ option is supplied for an earlier version of YAZ, it is ignored. The value of this option is a set options, similar to that - of the memcached function. At this stage only --server=host[:port] - is supported. Later versions of YAZ might honor expiry for various - items and other things that tune the redis usage. + of the memcached setting. At this stage only --server=host[:port] + and --expire=seconds is supported. none