GitHub user mzapletal opened a pull request: https://github.com/apache/camel/pull/619
ADDED Redis String based idempotent repository to support expiration,⦠⦠refs https://issues.apache.org/jira/browse/CAMEL-9023 First version of an idempotent repository based on the Redis String data type. Test is still missing - I guess it doesn't make much sense to provide another unit test mocking Redis, but I can add an integration test if desired. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mzapletal/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/619.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #619 ---- commit 490c5b6ee8646822ce50f41b7683be22a0d54f2c Author: Marco Zapletal <ma...@edistream.com> Date: 2015-09-24T14:52:16Z ADDED Redis String based idempotent repository to support expiration, refs https://issues.apache.org/jira/browse/CAMEL-9023 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---