Class RedisProperties.Cluster

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

public static class RedisProperties.Cluster extends Object
Cluster 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

    • Cluster

      public Cluster()
  • Method Details

    • getNodes

      public @Nullable List<String> getNodes()
    • setNodes

      public void setNodes(@Nullable List<String> nodes)
    • getMaxRedirects

      public @Nullable Integer getMaxRedirects()
    • setMaxRedirects

      public void setMaxRedirects(@Nullable Integer maxRedirects)