This module implements a generic db driver for kamailio. It
requires a "schema" and "key" definition of "tables" and corresponding
keys for redis in the kamailio config file, otherwise it's supposed to
work with every module.
Implemented methods are query (w/o order-by), insert, update, delete.
Tested with usrloc and acc.
doc/
subfolder, the README file is autogenerated)This module implements a generic db driver for redis, to be used by any module (with the help of some schema configuration in the config file).
https://github.com/kamailio/kamailio/pull/1432
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.