Class RedisMetadataStore

java.lang.Object
org.springframework.integration.redis.metadata.RedisMetadataStore
All Implemented Interfaces:
ConcurrentMetadataStore, MetadataStore

public class RedisMetadataStore extends Object implements ConcurrentMetadataStore
Redis implementation of ConcurrentMetadataStore. Use this ConcurrentMetadataStore to achieve meta-data persistence across application restarts.

This implementation is based on the RedisProperties and its replace(String, String, String); it can't currently be used with a Redis cluster because the WATCH command is not supported.

Since:
3.0
Author:
Gunnar Hillert, Artem Bilan