projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3c1f6a5
)
modules: readme files regenerated - ndb_redis ... [skip ci]
author
Kamailio Dev
<kamailio.dev@kamailio.org>
Mon, 24 Apr 2017 12:31:32 +0000
(14:31 +0200)
committer
Kamailio Dev
<kamailio.dev@kamailio.org>
Mon, 24 Apr 2017 12:31:32 +0000
(14:31 +0200)
src/modules/ndb_redis/README
patch
|
blob
|
history
diff --git
a/src/modules/ndb_redis/README
b/src/modules/ndb_redis/README
index
3613f57
..
54c6ad7
100644
(file)
--- a/
src/modules/ndb_redis/README
+++ b/
src/modules/ndb_redis/README
@@
-187,10
+187,22
@@
modparam("ndb_redis", "cmd_timeout", 500)
If set to 1, the module will connect to servers indicated in the
"MOVED" reply.
If set to 1, the module will connect to servers indicated in the
"MOVED" reply.
+ The module needs to know all existing REDIS-Nodes at startup. The nodes
+ are searched by the name "ip:port", e.g. if REDIS replies with "MOVED
+ 127.0.0.1:4711", ndb_redis needs to know the databases
+ "127.0.0.1:4711".
+
Default value is “0” (disabled).
Example 1.5. Set cluster parameter
...
Default value is “0” (disabled).
Example 1.5. Set cluster parameter
...
+modparam("ndb_redis", "server", "name=127.0.0.1:26001;addr=127.0.0.1;port=26001"
+)
+modparam("ndb_redis", "server", "name=127.0.0.1:26004;addr=127.0.0.1;port=26004"
+)
+modparam("ndb_redis", "server", "name=127.0.0.1:26008;addr=127.0.0.1;port=26008"
+)
+...
modparam("ndb_redis", "cluster", 1)
...
modparam("ndb_redis", "cluster", 1)
...