Module lettuce.core

Class RedisSentinelInstance

java.lang.Object
io.lettuce.core.models.role.RedisSentinelInstance
All Implemented Interfaces:
RedisInstance, Serializable

public class RedisSentinelInstance
extends Object
implements RedisInstance, Serializable
Redis sentinel instance.
Since:
3.0
Author:
Mark Paluch
See Also:
Serialized Form
  • Constructor Details

    • RedisSentinelInstance

      public RedisSentinelInstance()
    • RedisSentinelInstance

      public RedisSentinelInstance​(List<String> monitoredMasters)
      Parameters:
      monitoredMasters - list of monitored masters, must not be null but may be empty
  • Method Details