Module: kamailio
Branch: master
Commit: ca3b5f3ca581c4327d6b02342773fed47ea82ee2
URL:
https://github.com/kamailio/kamailio/commit/ca3b5f3ca581c4327d6b02342773fed…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-01-20T12:31:24+01:00
modules: readme files regenerated - db_redis ... [skip ci]
---
Modified: src/modules/db_redis/README
---
Diff:
https://github.com/kamailio/kamailio/commit/ca3b5f3ca581c4327d6b02342773fed…
Patch:
https://github.com/kamailio/kamailio/commit/ca3b5f3ca581c4327d6b02342773fed…
---
diff --git a/src/modules/db_redis/README b/src/modules/db_redis/README
index ef76592a83..ab56c61379 100644
--- a/src/modules/db_redis/README
+++ b/src/modules/db_redis/README
@@ -178,6 +178,11 @@ allid,time_hires&cid:callid
running Kamailio with this module loaded:
* hiredis - available at
https://github.com/redis/hiredis
+ The following library is an optional dependency to support redis
+ cluster protocol:
+ * hiredis-cluster - available at
+
https://github.com/Nordix/hiredis-cluster
+
4. Parameters
4.1. schema_path (string)
@@ -227,6 +232,10 @@ modparam("db_redis", "verbosity", 0)
'redis://[username]@host:port/database'. Username is optional. The
database portion must be a valid Redis database number.
+ For cluster support you need to set the "db_url" modparam with a comma
+ separated list of cluster hosts: 'redis://host1:port1,host2:port2/'.
+ The database portion is not supported in cluster mode.
+
Example 1.4. Usage
...
loadmodule "db_redis.so"