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
15 jun 2012 kl. 08:44 skrev Daniel-Constantin Mierla:
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!
Welcome Vincente!
/O
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:
15 jun 2012 kl. 08:44 skrev Daniel-Constantin Mierla:
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!
Welcome Vincente!
/O _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Welcome, Vicente.
I'm happy about to redis news!
2012/6/15 Vicente Hernando vhernando@systemonenoc.com
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:
15 jun 2012 kl. 08:44 skrev Daniel-Constantin Mierla:
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!
Welcome Vincente!
/O ______________________________**_________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/**cgi-bin/mailman/listinfo/sr-**usershttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
______________________________**_________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/**cgi-bin/mailman/listinfo/sr-**usershttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
happy coding, Vicente! Samuel
On 15 June 2012 10:58, Konstantin M. evilzluk@gmail.com wrote:
Welcome, Vicente.
I'm happy about to redis news!
2012/6/15 Vicente Hernando vhernando@systemonenoc.com
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:
15 jun 2012 kl. 08:44 skrev Daniel-Constantin Mierla:
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!
Welcome Vincente!
/O ______________________________**_________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/**cgi-bin/mailman/listinfo/sr-**usershttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
______________________________**_________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/**cgi-bin/mailman/listinfo/sr-**usershttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
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:
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
15 jun 2012 kl. 13:45 skrev Vicente Hernando:
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.
Ok. Thanks. But are there things you can do in Redis that can't be done in other databases?
/O
Regards, Vicente.
On 06/15/2012 12:34 PM, Olle E. Johansson wrote:
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
--- * 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:
15 jun 2012 kl. 13:45 skrev Vicente Hernando:
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.
Ok. Thanks. But are there things you can do in Redis that can't be done in other databases?
/O
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.
Regards, Vicente.
On 06/15/2012 12:34 PM, Olle E. Johansson wrote:
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
- Olle E Johansson - oej@edvina.net
- Cell phone +46 70 593 68 51, Office +46 8 96 40 20, Sweden
2012/6/15 Daniel-Constantin Mierla miconda@gmail.com:
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!
So welcome Vicente!
Daniel-Constantin Mierla miconda@gmail.com writes:
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
Happy codding, Vincente
cheers, aft