Module: kamailio Branch: master Commit: c8daa313031a9560670f829c4bdd482058f3d303 URL: https://github.com/kamailio/kamailio/commit/c8daa313031a9560670f829c4bdd4820...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-09-25T09:01:59+02:00
modules: readme files regenerated - ndb_redis ... [skip ci]
---
Modified: src/modules/ndb_redis/README
---
Diff: https://github.com/kamailio/kamailio/commit/c8daa313031a9560670f829c4bdd4820... Patch: https://github.com/kamailio/kamailio/commit/c8daa313031a9560670f829c4bdd4820...
---
diff --git a/src/modules/ndb_redis/README b/src/modules/ndb_redis/README index 90f51516e6..2ca2c52c58 100644 --- a/src/modules/ndb_redis/README +++ b/src/modules/ndb_redis/README @@ -355,6 +355,10 @@ modparam("ndb_redis", "allow_dynamic_nodes", 1) The first value[n] references the element in the first array, while the next key references an element of the referenced array.
+ The result type can be compared with $redisd(key) variable to test its + value. The key can be: rpl_str, rpl_arr, rpl_int, rpl_err, rpl_sts, + rpl_nil. + Example 1.10. redis_cmd usage ... if(redis_cmd("srvN", "INCR cnt", "r")) {