LinkedHashMap vs HashMap for Camel redis hmset operation

2014-12-14 Thread gmh
) { redisTemplate.opsForHash().putAll(key, param); } Does it make a difference if it getting linkHashMap instead of Map? How do I make sure I get java.util.Map object back? Gordon -- View this message in context: http://camel.465427.n5.nabble.com/LinkedHashMap-vs-HashMap-for-Camel-redis

Re: LinkedHashMap vs HashMap for Camel redis hmset operation

2014-12-12 Thread scottdawson
-- View this message in context: http://camel.465427.n5.nabble.com/LinkedHashMap-vs-HashMap-for-Camel-redis-hmset-operation-tp5760637p5760653.html Sent from the Camel - Users mailing list archive at Nabble.com.