Hello,
I am introducing Vicente as a new registered developer - he submitted lately very useful patches to ndb_redis module (e.g., array support in replies, redis free function for config), new ones being on the pipe -- he can present better his plans or you just watch the commits.
Mainly he will be in charge with ndb_redis module, being a heavy user of it, but there have been submissions from him to other parts of code, we welcome improvements and new good features anywhere!
Welcome and looking forward to your contributions!
Cheers, Daniel
Many thanks for the welcome!
My current plans about ndb_redis module focus on creating an useful API so to export some functions to other modules.
Then we are thinking here about creating a simpler dialplan module based on redis. We will be glad to share it with the community, and every feedback will be appreciated.
Every change right now in ndb_redis module maintains backward compatibility, so no harm for current users.
I will start sending commits very soon. Happy to contribute to this great project!
Best regards, Vicente.
On 06/15/2012 10:34 AM, Olle E. Johansson wrote:
Welcome, Vicente.
I'm happy about to redis news!
2012/6/15 Vicente Hernando vhernando@systemonenoc.com
Vicente, Maybe you can take a moment or two and tell us old people about REDIS. What is it good for, how can it change how we use Kamailio?
I'm curious.
Thanks!
/O
Hello Olle,
http://redis.io http://en.wikipedia.org/wiki/Redis #redis in irc.freenode.org
Redis is a non-SQL opensource network data store. It uses a key-value structure like a dictionary. Stores strings, and complex data tipes like sets, lists, etc.
It is written in C. Using hiredis library we can connect from kamailio to a running redis server. Kamailio module dealing with redis is named ndb_redis.
Redis data is stored in RAM, and its goal is being very fast.
Regards, Vicente.
On 06/15/2012 12:34 PM, Olle E. Johansson wrote:
15 jun 2012 kl. 13:45 skrev Vicente Hernando:
Ok. Thanks. But are there things you can do in Redis that can't be done in other databases?
/O
--- * Olle E Johansson - oej@edvina.net * Cell phone +46 70 593 68 51, Office +46 8 96 40 20, Sweden
On 06/15/2012 02:12 PM, Olle E. Johansson wrote:
Actually, Redis is simpler than other databases. Its goal is speed. It tries to achieve high write and read speed.
http://redis.io/topics/faq http://redis.io/documentation
Regards, Vicente.
2012/6/15 Daniel-Constantin Mierla miconda@gmail.com:
So welcome Vicente!