# HG changeset patch # User Vladimir Homutov # Date 1547025153 -10800 # Node ID 9aa6f3f76055d6c1cec6e4eb5eb00fc100e8dead # Parent 5ecdddc3851e8970d056275f9181951444894591 Described synchronization of delete operations in keyval module. diff --git a/xml/en/docs/http/ngx_http_keyval_module.xml b/xml/en/docs/http/ngx_http_keyval_module.xml --- a/xml/en/docs/http/ngx_http_keyval_module.xml +++ b/xml/en/docs/http/ngx_http_keyval_module.xml @@ -9,7 +9,7 @@ + rev="4">
@@ -108,7 +108,16 @@ The optional sync par synchronization of the shared memory zone. The synchronization requires the -timeout parameter to be set. +timeout parameter to be set. + +If the synchronization is enabled, removal of key-value pairs (no matter +one +or +all) +will be performed only on a target cluster node. +The same key-value pairs on other cluster nodes +will be removed upon timeout. + diff --git a/xml/en/docs/stream/ngx_stream_keyval_module.xml b/xml/en/docs/stream/ngx_stream_keyval_module.xml --- a/xml/en/docs/stream/ngx_stream_keyval_module.xml +++ b/xml/en/docs/stream/ngx_stream_keyval_module.xml @@ -9,7 +9,7 @@ + rev="4">
@@ -114,7 +114,16 @@ The optional sync par synchronization of the shared memory zone. The synchronization requires the -timeout parameter to be set. +timeout parameter to be set. + +If the synchronization is enabled, removal of key-value pairs (no matter +one +or +all) +will be performed only on a target cluster node. +The same key-value pairs on other cluster nodes +will be removed upon timeout. +