Skip to content

Instantly share code, notes, and snippets.

@bibryam
Created January 13, 2013 14:52
Show Gist options
  • Select an option

  • Save bibryam/4524460 to your computer and use it in GitHub Desktop.

Select an option

Save bibryam/4524460 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<route>
<from uri="direct:start"/>
<setHeader headerName="CamelRedis.Command">
<constant>SET</constant>
</setHeader>
<setHeader headerName="CamelRedis.Key">
<constant>keyOne</constant>
</setHeader>
<setHeader headerName="CamelRedis.Value">
<constant>valueOne</constant>
</setHeader>
<to uri="redis://localhost:6379"/>
</route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment