From 7b18dcc3017baeb5b918c98765f1526f22438788 Mon Sep 17 00:00:00 2001 From: Giacomo Vacca Date: Mon, 13 Apr 2015 16:15:51 +0200 Subject: [PATCH] ndb_redis: update doc with init_without_redis --- modules/ndb_redis/doc/ndb_redis_admin.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/modules/ndb_redis/doc/ndb_redis_admin.xml b/modules/ndb_redis/doc/ndb_redis_admin.xml index 6a9635a3f94..b5e47d99aab 100644 --- a/modules/ndb_redis/doc/ndb_redis_admin.xml +++ b/modules/ndb_redis/doc/ndb_redis_admin.xml @@ -93,6 +93,25 @@ modparam("ndb_redis", "server", "name=srvY;unix=/tmp/redis.sock;db=3") +
+ <varname>init_without_redis</varname> (integer) + + If set to 1, the module will correctly initialize even if redis is not available at start up. + + + + Default value is 0. + + + + Set <varname>init_without_redis</varname> parameter + +... +modparam("ndb_redis", "init_without_redis", 1) +... + + +