comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 2275:d93c8c32df75

Updated links to CPAN search interface. See https://www.perl.com/article/saying-goodbye-to-search-cpan-org/ for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 13 Nov 2018 16:28:10 +0300
parents e28e3d0f0d20
children 1445fc690c16
comparison
equal deleted inserted replaced
2274:e28e3d0f0d20 2275:d93c8c32df75
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="33"> 12 rev="34">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
417 hash $remote_addr; 417 hash $remote_addr;
418 </example> 418 </example>
419 Note that adding or removing a server from the group 419 Note that adding or removing a server from the group
420 may result in remapping most of the keys to different servers. 420 may result in remapping most of the keys to different servers.
421 The method is compatible with the 421 The method is compatible with the
422 <link url="http://search.cpan.org/perldoc?Cache%3A%3AMemcached">Cache::Memcached</link> 422 <link url="https://metacpan.org/pod/Cache::Memcached">Cache::Memcached</link>
423 Perl library. 423 Perl library.
424 </para> 424 </para>
425 425
426 <para> 426 <para>
427 If the <literal>consistent</literal> parameter is specified, 427 If the <literal>consistent</literal> parameter is specified,
430 The method ensures that only a few keys 430 The method ensures that only a few keys
431 will be remapped to different servers 431 will be remapped to different servers
432 when a server is added to or removed from the group. 432 when a server is added to or removed from the group.
433 This helps to achieve a higher cache hit ratio for caching servers. 433 This helps to achieve a higher cache hit ratio for caching servers.
434 The method is compatible with the 434 The method is compatible with the
435 <link url="http://search.cpan.org/perldoc?Cache%3A%3AMemcached%3A%3AFast">Cache::Memcached::Fast</link> 435 <link url="https://metacpan.org/pod/Cache::Memcached::Fast">Cache::Memcached::Fast</link>
436 Perl library with the <value>ketama_points</value> parameter set to 160. 436 Perl library with the <value>ketama_points</value> parameter set to 160.
437 </para> 437 </para>
438 438
439 </directive> 439 </directive>
440 440