Re: Performance difference between Camel spring redis and standalone Jedis

2013-09-09 Thread Christian Müller
May be Jedis is much more faster than Spring Redis? Can you compare these both (without using Camel)? Jedis is Apache license 2.0 [1], so we could offer a component for Jedis too... [1] http://code.google.com/p/jedis/ Best, Christian - Software Integration Specialist Apache Came

Performance difference between Camel spring redis and standalone Jedis

2013-09-09 Thread Shing Hing Man
 Hi, I have written a standalone program PublishBenchmark.java (please see below)   using Jedis to publish a 2K message to a Redis Channel 100,000 times. I repeat the same process using Camel 2.11.1  Camel spring redis component (Please see RedisPublisherBenchmark.java below). Below is timing