23:49:12 GMT Hi everyone 23:49:36 GMT I'm trying to send syslog-ng to redis 23:49:41 GMT I have a configuration: destination d_redis { 23:49:41 GMT redis( host("127.0.0.1") 23:49:41 GMT port(6379) 23:49:41 GMT command("SET", "help", "what")); 23:49:42 GMT }; 23:49:45 GMT Something like that 23:50:03 GMT How can I use syslog-ng to send something specific to redis? 23:50:08 GMT Maybe line-by-line?