2 Home
gitea_admin edited this page 2026-03-11 14:39:41 +00:00

Redis Sink

Write object to a Redis cache.

Metadata

Property Value
Type sink
Group Redis
Namespace Cache
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
redisHost string The host where Redis server is running
redisPort integer The port where Redis server is running
command string GET Redis Command
channels string one Redis Channels
serializer string org.springframework.data.redis.serializer.StringRedisSerializer RedisSerializer fully qualified name implementation

Dependencies

  • camel:kamelet
  • camel:core
  • camel:spring-redis