Spring Redis

Spring Redis

Scheme: spring-redis

Represents a Redis endpoint.

Name Kind Type Required Deprecated Default Value Enum Values Description
host path java.lang.String true false
port path java.lang.Integer true false
name path java.lang.String true false Name of direct endpoint
command parameter java.lang.String false
channels parameter java.lang.String false
redisTemplate parameter org.springframework.data.redis.core.RedisTemplate false
listenerContainer parameter org.springframework.data.redis.listener.RedisMessageListenerContainer false
connectionFactory parameter org.springframework.data.redis.connection.RedisConnectionFactory false
serializer parameter org.springframework.data.redis.serializer.RedisSerializer false
managedListenerContainer parameter boolean false
managedConnectionFactory parameter boolean false
block parameter boolean false
timeout parameter long false 30000
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

spring-redis consumer