Hi all,
i just added a new module to the repository - 'memcached'. Its allows to connect to a memcached server, and supports add, get, delete and atomic operations via pseudo-variables.
Further details can be found in the module documentation: http://kamailio.org/docs/modules/devel/memcached.html
If the pv module is imported into the sip-router it should be also work there, i'll migrate the module then to this tree.
Best regards,
Henning Westerholt
Thanks Henning,
thanks, this is very useful!
Does the name of a MC key can include pseudo-variables?
Have you added description ofr the new PV in the dokuwiki, maybe I missed them?
Cheers, Daniel
On 03/10/2009 08:44 PM, Henning Westerholt wrote:
Hello Henning,
On 03/11/2009 10:43 AM, Henning Westerholt wrote:
you forgot above question ... can I have $mct($ru)? thanks!
Daniel
On Wednesday 11 March 2009, Daniel-Constantin Mierla wrote:
Hi Daniel,
ah, sorry. Yes, from the readme:
"This hash table is stored in memory and can can be accessed via a pseudo-variable: $mcd(key). [..] The “key” can be a static string and also any existing pseudo-variable."
Cheers,
Henning
Hello Henning,
On 03/11/2009 01:32 PM, Henning Westerholt wrote:
sorry, I missed that, thanks. Just have in mind that I saw in the readme $mct(key) and $mcd(key), might be a typo or there are two new PV and one is missing from the PV section.
Cheers, Daniel
Henning,
On 10-03 19:44, Henning Westerholt wrote:
I pulled the module into the git repository with updated modules:
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=kamailio-3.0/.git;a=shortlog;...
defined some missing macros and the module compiles (well, it will compile when you commit the makefile ;-).
Jan.
Interesting! And a very welcome innovation!
Henning Westerholt wrote: