From 8904a5b136d3d9bf359a1de242f554d009ab9888 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jun 2014 11:30:34 +0200 Subject: [PATCH] Describe redis conf option + ZOOM redis option --- doc/book.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/book.xml b/doc/book.xml index a737c75..2107746 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -705,6 +705,20 @@ + + + --with-redis + + + &yaz; will be linked with the hiredis C library + to allow for result-set caching for ZOOM on a + redis server. + The prefix can not be given. Note that YAZ will only search + for hiredis if Libgcrypt is also enabled. + + + + @@ -1543,6 +1557,23 @@ --server=host may be given (YAZ emulates that part of libMemcached). none + + redis + If given and non-empty, + a redis context will be created + for the connection. + This option is inspected by ZOOM when a connection is established. + If the redis option is given + and YAZ is compiled without redis support, an internal + diagnostic (10018) will be thrown. + redis support is available for YAZ 5.2.0 or later. If this + 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. + none -- 1.7.10.4