Class RedisProperties.Sentinel

java.lang.Object
org.springframework.boot.data.redis.autoconfigure.RedisProperties.Sentinel
Enclosing class:
RedisProperties

public static class RedisProperties.Sentinel extends Object
Redis sentinel properties.
Since:
4.0.0
Author:
Dave Syer, Christoph Strobl, EddĂș MelĂ©ndez, Marco Aust, Mark Paluch, Stephane Nicoll, Scott Frederick, Yanming Zhou
  • Constructor Details

    • Sentinel

      public Sentinel()
  • Method Details

    • getMaster

      public String getMaster()
    • setMaster

      public void setMaster(String master)
    • getNodes

      public List<String> getNodes()
    • setNodes

      public void setNodes(List<String> nodes)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)