Module: kamailio
Branch: master
Commit: f2df5df815f8dfca87324ca70e6fe9a51fc417e9
URL:
https://github.com/kamailio/kamailio/commit/f2df5df815f8dfca87324ca70e6fe9a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-07-31T11:04:21+02:00
db_redis: note about defining key when updating table content
---
Modified: src/modules/db_redis/doc/db_redis_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/f2df5df815f8dfca87324ca70e6fe9a…
Patch:
https://github.com/kamailio/kamailio/commit/f2df5df815f8dfca87324ca70e6fe9a…
---
diff --git a/src/modules/db_redis/doc/db_redis_admin.xml
b/src/modules/db_redis/doc/db_redis_admin.xml
index 9c147a022b..0c8ba2ed04 100644
--- a/src/modules/db_redis/doc/db_redis_admin.xml
+++ b/src/modules/db_redis/doc/db_redis_admin.xml
@@ -81,7 +81,9 @@
username/string,domain/string,contact/string,received/string,path/string,expires
parameter, but it does not need to be related to the table loaded
from Redis server -- for example, if used only for permissions module with
'address' table, then the 'keys' parameter can be specified for
- 'version' table.
+ 'version' table. However, if it used for a module that inserts or
+ updates the records in database table, the key for entry must be defined for
+ that table.
</para>
<para>
The mappings can be freely defined in the "keys" module parameter, which is