A simple Spring Data Redis Serializer test from
http://stamen.iteye.com/blog/1907984
which test the performance of 3 Serializers with Jedis
- JacksonJsonRedisSerializer
- JdkSerializationRedisSerializer
- OxmSerializer
Note that the spring data version is 1.0.3.RELEASE that support Jedis 2.1.0 which is quite old.
The result may not apply to latest version