|
Lines 32-37
Link Here
|
| 32 |
<arg><option>--use-memcached</option></arg> |
32 |
<arg><option>--use-memcached</option></arg> |
| 33 |
<arg><option>--memcached-servers</option> server:port</arg> |
33 |
<arg><option>--memcached-servers</option> server:port</arg> |
| 34 |
<arg><option>--memcached-prefix</option> namespace_prefix</arg> |
34 |
<arg><option>--memcached-prefix</option> namespace_prefix</arg> |
|
|
35 |
<arg><option>--elasticsearch-server</option> server:port</arg> |
| 35 |
<arg><option>--defaultsql</option> /path/to/some.sql</arg> |
36 |
<arg><option>--defaultsql</option> /path/to/some.sql</arg> |
| 36 |
<arg><option>--configfile</option> /path/to/config</arg> |
37 |
<arg><option>--configfile</option> /path/to/config</arg> |
| 37 |
<arg><option>--passwdfile</option> /path/to/passwd</arg> |
38 |
<arg><option>--passwdfile</option> /path/to/passwd</arg> |
|
Lines 171-176
Link Here
|
| 171 |
</listitem> |
172 |
</listitem> |
| 172 |
</varlistentry> |
173 |
</varlistentry> |
| 173 |
|
174 |
|
|
|
175 |
<varlistentry> |
| 176 |
<term><option>--elasticsearch-server</option></term> |
| 177 |
<listitem> |
| 178 |
<para>Specifiy a <option>server:port</option> Elasticsearch server configuration. It defaults to <option>localhost:9200</option>.</para> |
| 179 |
</listitem> |
| 180 |
</varlistentry> |
| 181 |
|
| 174 |
<varlistentry> |
182 |
<varlistentry> |
| 175 |
<term><option>--enable-sru</option></term> |
183 |
<term><option>--enable-sru</option></term> |
| 176 |
<listitem> |
184 |
<listitem> |
| 177 |
- |
|
|