comparison xml/en/docs/stream/ngx_stream_zone_sync_module.xml @ 2145:5a31c6b83cbc

Corrected appeared-in version for the zone_sync module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 11 Apr 2018 15:11:12 +0300
parents ca7568f67dee
children ed6b44206600
comparison
equal deleted inserted replaced
2144:51ce1baf7b67 2145:5a31c6b83cbc
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_zone_sync_module" 9 <module name="Module ngx_stream_zone_sync_module"
10 link="/en/docs/stream/ngx_stream_zone_sync_module.html" 10 link="/en/docs/stream/ngx_stream_zone_sync_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_zone_sync_module</literal> module (1.13.8) 17 The <literal>ngx_stream_zone_sync_module</literal> module (1.13.10)
18 provides the necessary support for synchronizing contents of 18 provides the necessary support for synchronizing contents of
19 <link doc="ngx_stream_upstream_module.xml" id="zone">shared memory zones</link> 19 <link doc="ngx_stream_upstream_module.xml" id="zone">shared memory zones</link>
20 between nodes of a cluster. 20 between nodes of a cluster.
21 To enable synchronization for a particular zone, a corresponding module 21 To enable synchronization for a particular zone, a corresponding module
22 must support this feature. 22 must support this feature.
23 Currently, it is possible to synchronize 23 Currently, it is possible to synchronize
24 <link doc="../http/ngx_http_upstream_module.xml" id="sticky">sticky</link> 24 <link doc="../http/ngx_http_upstream_module.xml" id="sticky">sticky</link>
25 sessions. 25 sessions.
26 </para> 26 </para>
27
28 <para>
29 <note>
30 This module is available as part of our
31 <commercial_version>commercial subscription</commercial_version>.
32 </note>
33 </para>
34
27 </section> 35 </section>
28 36
29 37
30 <section id="example" name="Example Configuration"> 38 <section id="example" name="Example Configuration">
31 39