Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 962 Bytes

File metadata and controls

25 lines (13 loc) · 962 Bytes

Redis Consumer

A consumer that allows you to write incoming messages into Redis.

Beans for injection

You can import RedisConsumerConfiguration in the application and then inject the following bean.

Consumer<Message<?>> redisConsumer

You can use redisConsumer as a qualifier when injecting.

Configuration Options

All configuration properties are prefixed with redis.consumer.

For more information on the various options available, please see RedisConsumerProperties.

Tests

See this test suite for the various ways, this consumer is used.

Other usage

See this README where this consumer is used to create a Spring Cloud Stream application where it makes a Redis sink.