comparison xml/en/docs/stream/ngx_stream_keyval_module.xml @ 2808:79ebb6a3812b

Added info about modifying keyval_zone state file.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Nov 2021 12:50:59 +0000
parents 462ca0f20a3d
children
comparison
equal deleted inserted replaced
2807:4b73197f8ca9 2808:79ebb6a3812b
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="10"> 12 rev="11">
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
105 105
106 <para id="keyval_state"> 106 <para id="keyval_state">
107 The optional <literal>state</literal> parameter specifies a <value>file</value> 107 The optional <literal>state</literal> parameter specifies a <value>file</value>
108 that keeps the current state of the key-value database in the JSON format 108 that keeps the current state of the key-value database in the JSON format
109 and makes it persistent across nginx restarts. 109 and makes it persistent across nginx restarts.
110 Changing the file content directly should be avoided.
110 </para> 111 </para>
111 112
112 <para> 113 <para>
113 Examples: 114 Examples:
114 <example> 115 <example>