Module: kamailio Branch: master Commit: 5c71f59324cd0ced6f73577acd56e234337dfd30 URL: https://github.com/kamailio/kamailio/commit/5c71f59324cd0ced6f73577acd56e234...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-09-24T15:56:10+02:00
db_redis: fixed typos from previous commit
---
Modified: src/modules/db_redis/doc/db_redis_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/5c71f59324cd0ced6f73577acd56e234... Patch: https://github.com/kamailio/kamailio/commit/5c71f59324cd0ced6f73577acd56e234...
---
diff --git a/src/modules/db_redis/doc/db_redis_admin.xml b/src/modules/db_redis/doc/db_redis_admin.xml index 12d054712a..50271ac735 100644 --- a/src/modules/db_redis/doc/db_redis_admin.xml +++ b/src/modules/db_redis/doc/db_redis_admin.xml @@ -220,7 +220,7 @@ HMSET address:entry::4 id 4 grp 2 ip_addr "127.0.0.4" mask 32 port 0 tag "test" </example> <para> Note that is some cases, the optional values in database tables can be - ommitted. For 'address' table, the 'tag' value may be ommitted. To avoid + omitted. For 'address' table, the 'tag' value may be omitted. To avoid any issues, set unused fields to their default values as defined by database schema. When definition allows 'NULL', that field can be unset. </para>