Re: [OpenSIPS-Users] Using Dispatcher with redis

2017-06-27 Thread Bogdan-Andrei Iancu
Hi Royee, You may take a look at the db_cachedb module which converts the a nosSQL to an SQL interface: http://www.opensips.org/html/docs/modules/2.3.x/db_cachedb.html Still, it mainly works only with MongoDB, not with Redis. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer ht

Re: [OpenSIPS-Users] Using Dispatcher with redis

2017-06-27 Thread Royee Tichauer via Users
I was wondering if it was all possible, and if it is which is what I'm understanding from your answer, then how should the data in redis look like? If you have an example for a rediscli command to add a dispatcher table to it that would be great. Royee On Mon, Jun 26, 2017 at 6:57 PM wrote: > O

Re: [OpenSIPS-Users] Using Dispatcher with redis

2017-06-26 Thread jarrod
OpenSIPS loads the entire dispatcher structure into memory from the underlying (typically SQL) database so it is not querying a database for every look up. Does that alleviate your concern for using redis for dispatcher? Jarrod > On Jun 26, 2017, at 10:39 AM, Royee Tichauer via Users > wrote

[OpenSIPS-Users] Using Dispatcher with redis

2017-06-26 Thread Royee Tichauer via Users
Hi all, I wanted to know whether its possible to use redis cache as a db for the dispatcher table? If so how would something like that look like in redis? What would be the structure needed in redis for this? Thanks, Royee ___ Users mailing list Users@l