comparison xml/en/docs/stream/ngx_stream_keyval_module.xml @ 2192:e1337bf9f63b

Corrected link in stream keyval module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 22 Jun 2018 17:33:00 +0300
parents fee7627f6a5a
children 283b1e67eaa6
comparison
equal deleted inserted replaced
2191:2c56f91c304a 2192:e1337bf9f63b
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_keyval_module" 9 <module name="Module ngx_stream_keyval_module"
10 link="/en/docs/stream/ngx_stream_keyval_module.html" 10 link="/en/docs/stream/ngx_stream_keyval_module.html"
11 lang="en" 11 lang="en"
12 rev="1"> 12 rev="2">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_keyval_module</literal> module (1.13.7) creates variables 17 The <literal>ngx_stream_keyval_module</literal> module (1.13.7) creates variables
91 91
92 <para> 92 <para>
93 Sets the <value>name</value> and <value>size</value> of the shared memory zone 93 Sets the <value>name</value> and <value>size</value> of the shared memory zone
94 that keeps the key-value database. 94 that keeps the key-value database.
95 Key-value pairs are managed by the 95 Key-value pairs are managed by the
96 <link doc="ngx_http_api_module.xml" id="stream_keyvals_">API</link>. 96 <link doc="../http/ngx_http_api_module.xml" id="stream_keyvals_">API</link>.
97 </para> 97 </para>
98 98
99 <para> 99 <para>
100 The optional <literal>state</literal> parameter specifies a <value>file</value> 100 The optional <literal>state</literal> parameter specifies a <value>file</value>
101 that keeps the current state of the key-value database in the JSON format 101 that keeps the current state of the key-value database in the JSON format