Class RedisProperties.Cluster
- java.lang.Object
- org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- Enclosing class:
- RedisProperties
public static class RedisProperties.Cluster extends Object
Cluster properties.
Constructor Summary
Constructors Constructor Description Cluster()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxRedirects()List<String>getNodes()voidsetMaxRedirects(Integer maxRedirects)voidsetNodes(List<String> nodes)