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/slave environments with fixed hosts.
Redis is undergoing a nomenclature change where the term replica is used synonymously to slave.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch