インターフェース RedisConfiguration

すべての既知の実装クラス:
RedisClusterConfigurationRedisSentinelConfigurationRedisSocketConfigurationRedisStandaloneConfigurationRedisStaticMasterReplicaConfiguration

public interface RedisConfiguration
Redis 接続セットアップに関連する構成クラスのマーカーインターフェース。セットアップシナリオはそれらを統合するのに苦労するのではなく非常に多様であるため、RedisConfiguration は個々の目的のために構成を識別する手段を提供します。
導入:
2.1
作成者:
Christoph Strobl, Luis De Bello, Vikas Garg