Module: kamailio
Branch: master
Commit: 9f5dc8aa20c1f71f54821432837a2bea96e8b6b9
URL:
https://github.com/kamailio/kamailio/commit/9f5dc8aa20c1f71f54821432837a2be…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-03-10T20:16:10+01:00
modules: readme files regenerated - db_cluster ... [skip ci]
---
Modified: src/modules/db_cluster/README
---
Diff:
https://github.com/kamailio/kamailio/commit/9f5dc8aa20c1f71f54821432837a2be…
Patch:
https://github.com/kamailio/kamailio/commit/9f5dc8aa20c1f71f54821432837a2be…
---
diff --git a/src/modules/db_cluster/README b/src/modules/db_cluster/README
index 7fd611aea5..4e52d0ab24 100644
--- a/src/modules/db_cluster/README
+++ b/src/modules/db_cluster/README
@@ -69,8 +69,12 @@ Chapter 1. Admin Guide
robin write and read.
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.
+
+ Note: if INSERT-ASYNC is not implemented by DB connector module, then
+ standard INSERT operation is done.
2. Dependencies