comparison xml/en/docs/stream/ngx_stream_keyval_module.xml @ 2472:4823370295e6

Removed invalid statement about keyval caseless match.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 19 Dec 2019 13:00:58 +0300
parents 98fd810c13e0
children bde7cd9a1173
comparison
equal deleted inserted replaced
2471:c8f0f30e1513 2472:4823370295e6
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="7"> 12 rev="8">
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
72 <context>stream</context> 72 <context>stream</context>
73 73
74 <para> 74 <para>
75 Creates a new <value>$variable</value> whose value 75 Creates a new <value>$variable</value> whose value
76 is looked up by the <value>key</value> in the key-value database. 76 is looked up by the <value>key</value> in the key-value database.
77 Strings are matched ignoring the case.
78 Matching rules are defined by the 77 Matching rules are defined by the
79 <link id="keyval_type"><literal>type</literal></link> parameter of the 78 <link id="keyval_type"><literal>type</literal></link> parameter of the
80 <link id="keyval_zone"><literal>keyval_zone</literal></link> directive. 79 <link id="keyval_zone"><literal>keyval_zone</literal></link> directive.
81 The database is stored in a shared memory zone 80 The database is stored in a shared memory zone
82 specified by the <literal>zone</literal> parameter. 81 specified by the <literal>zone</literal> parameter.