Interface RedisConfiguration.StaticMasterReplicaConfiguration

All Superinterfaces:
RedisConfiguration.WithAuthentication, RedisConfiguration.WithDatabaseIndex, RedisConfiguration.WithPassword
All Known Implementing Classes:
RedisStaticMasterReplicaConfiguration
Enclosing interface:
RedisConfiguration

public static interface RedisConfiguration.StaticMasterReplicaConfiguration extends RedisConfiguration.WithDatabaseIndex, RedisConfiguration.WithPassword
Configuration interface suitable for Redis master/replica environments with fixed hosts.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch