CamelRedis.Key
và CamelRedis.Value
(cẩn thận chúng có phân biệt chữ hoa chữ thường) là tiêu đề thư không phải là tham số URI
<route>
<from uri="direct:intput"/>
<setHeader headerName="CamelRedis.Key"><constant>testkey</constant></setHeader>
<setHeader headerName="CamelRedis.Value"><constant>100</constant></setHeader>
<to uri="spring-redis://localhost:6379?command=SET"/>
</route>