https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6972
--- Comment #3 from Mark Martinec <[email protected]> --- I should add: I also benchmarked the other alternative for the redis client module, the Redis::hiredis CPAN module. It is based of the hiredis library (writen in C), which makes it small and fast. Unfortunately its batching API (pipelining) is not 8-bit clean, which makes it useless for our purpose. The non-batching mode is somewhat faster but in the same league as my new protocol implementation here. -- You are receiving this mail because: You are the assignee for the bug.
