CamelRedis.Key
およびCamelRedis.Value
(大文字と小文字が区別されることに注意してください)は、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>