Skip to content

Commit

Permalink
ndb_redis: update doc with init_without_redis
Browse files Browse the repository at this point in the history
  • Loading branch information
giavac committed Apr 13, 2015
1 parent 2058793 commit 7b18dcc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modules/ndb_redis/doc/ndb_redis_admin.xml
Expand Up @@ -93,6 +93,25 @@ modparam("ndb_redis", "server", "name=srvY;unix=/tmp/redis.sock;db=3")
</programlisting>
</example>
</section>
<section id="ndb_redis.p.init_without_redis">
<title><varname>init_without_redis</varname> (integer)</title>
<para>
If set to 1, the module will correctly initialize even if redis is not available at start up.
</para>
<para>
<emphasis>
Default value is <quote>0</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>init_without_redis</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("ndb_redis", "init_without_redis", 1)
...
</programlisting>
</example>
</section>
</section>

<section>
Expand Down

0 comments on commit 7b18dcc

Please sign in to comment.