Hello. We try to use redis for maximum features of kamailio. We already realise dispatcher (not as module, but I want to do it at the future), and now we want to relocate usrloc to redis. Does anyone do this with Redis?
Hello,
there is not db api connector for redis at this moment. If you look for no-sql, then db_mongodb or db_cassandra can be used with there correspondent application. I played (well wrote the module) with db_mongodb and usrloc, dispatcher, .... should work.
I am not sure if there will be a easy mapping to reddis in order to get a db connector. If you want to store and get values in redis, look at ndb_redis, we have such connector already.
Cheers, Daniel
On 26/02/15 09:33, Yuriy Gorlichenko wrote:
Hello. We try to use redis for maximum features of kamailio. We already realise dispatcher (not as module, but I want to do it at the future), and now we want to relocate usrloc to redis. Does anyone do this with Redis?