I had a test for doing something similar in my current project. Instead of writing a plug-in I wrote a 'listener' that on changes streamed them in to the db (which could be of any type).
- Jason On May 10, 2011, at 1:31 PM, Belkacem wrote: > no one ? > any idea? > > Début du message réexpédié : > >> Date : 9 mai 2011 22:59:45 HAEC >> À : [email protected] >> Objet : logs in redis >> >> Hi everyone, >> I want some advice, >> i'm writing a log analyzer, for that i need to put all the squid logs >> generated by trafficserver into a redis database, i wanna know which is the >> best method to do that : >> write a plugin that writes using C library of redis or if there's another >> way to do that by telling traffic server to write into redis directly. >> i'm open to any solution that allow me to write the squid logs into redis in >> realtime. >> THANKS >
