Module: kamailio
Branch: master
Commit: c4105a1882582f1a7d4315f419adc4ed3025e809
URL:
https://github.com/kamailio/kamailio/commit/c4105a1882582f1a7d4315f419adc4e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-10T18:22:27+01:00
db_cluster: docs updates about insert-async support
---
Modified: src/modules/db_cluster/doc/db_cluster_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/c4105a1882582f1a7d4315f419adc4e…
Patch:
https://github.com/kamailio/kamailio/commit/c4105a1882582f1a7d4315f419adc4e…
---
diff --git a/src/modules/db_cluster/doc/db_cluster_admin.xml
b/src/modules/db_cluster/doc/db_cluster_admin.xml
index eb1e8bc489..9d3da2393a 100644
--- a/src/modules/db_cluster/doc/db_cluster_admin.xml
+++ b/src/modules/db_cluster/doc/db_cluster_admin.xml
@@ -10,9 +10,9 @@
<!-- Module User's Guide -->
<chapter>
-
+
<title>&adminguide;</title>
-
+
<section>
<title>Overview</title>
<para>
@@ -26,8 +26,13 @@
</para>
<para>
The following database commands are considered to be write operations:
- INSERT, DELETE, UPDATE, REPLACE, INSERT-DELAYED, INSERT-UPDATE. The
- read operations are done for database commands: QUERY and RAW-QUERY.
+ INSERT, DELETE, UPDATE, REPLACE, INSERT-DELAYED, INSERT-UPDATE,
+ INSERT-ASYNC. The read operations are done for database commands:
+ QUERY and RAW-QUERY.
+ </para>
+ <para>
+ Note: if INSERT-ASYNC is not implemented by DB connector module, then
+ standard INSERT operation is done.
</para>
</section>
@@ -110,7 +115,7 @@ modparam("db_cluster", "connection",
<para>
<para>
The first two characters is priority and mode for read, followed by
- two characters for priority and mode for write operations. "p" is
+ two characters for priority and mode for write operations. "p" is
only used for write operations.
</para>
<emphasis>