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) +... + + +