Module: kamailio Branch: master Commit: ca3b5f3ca581c4327d6b02342773fed47ea82ee2 URL: https://github.com/kamailio/kamailio/commit/ca3b5f3ca581c4327d6b02342773fed47ea82ee2
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> 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/ca3b5f3ca581c4327d6b02342773fed47ea82ee2.diff Patch: https://github.com/kamailio/kamailio/commit/ca3b5f3ca581c4327d6b02342773fed47ea82ee2.patch --- 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" _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
