Skip to content

component spring redis

Raymond Meester edited this page Mar 6, 2023 · 1 revision

This component allows sending and receiving messages from Redis. Redis is advanced key-value store where keys can contain strings, hashes, lists, sets and sorted sets. In addition it provides pub/sub functionality for inter-app communications. Camel provides a producer for executing commands, consumer for subscribing to pub/sub messages an idempotent repository for filtering out duplicate messages.

Camel Documentation

Clone this wiki locally