Hi All,

 

Quick question, I’ve tried to find this myself, but there doesn’t seem to be any documentation that I can find on it.

 

Does the topos module work with db_redis module? I can see two schema files for topos (topos_t, topos_d), but I can’t work out what the keys should be.

 

modparam("db_redis", "keys", "topos_t=entry:hash_entry,hash_id,…?")

modparam("db_redis", "keys", "topos_d=entry:hash_entry,hash_id,…?")

modparam("topos", "db_url", "redis://127.0.0.1:6379/kamailio")

modparam("topos", "storage", "db")

 

Any pointers would be greatly appreciated.

 

Kind Regards,

Ben Merrills