Skip to content

Commit

Permalink
db_redis: note about defining key when updating table content
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 31, 2019
1 parent 12dbf48 commit f2df5df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/db_redis/doc/db_redis_admin.xml
Expand Up @@ -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
Expand Down

0 comments on commit f2df5df

Please sign in to comment.