I've been working on some improvements for the omhiredis output plugin this week. I think I've come up with a better way of combining templates with redis command formatting. In order to do this, I need to, given a list style template, get the number of elements in the list and the length of each element.
I've only worked with string templates (from a plugin perspective) with my output plugins so far. Is there a good example somewhere for dealing with list templates? On other fronts, I now omhiredis working with batch dequeue in conjunction with hiredis' pipeline commands. In local tests this let me push around 250,000 redis commands per second to a redis instance (I was getting around 50k commands of the same type with the same test before the changes). Rainer - I'm hoping to wrap up this next round of improvements in a few days and get a patch your way! Brian _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

