Interface ValkeyConfiguration.ClusterConfiguration
- All Superinterfaces:
ValkeyConfiguration.WithAuthentication,ValkeyConfiguration.WithPassword
- All Known Implementing Classes:
ValkeyClusterConfiguration
- Enclosing interface:
- ValkeyConfiguration
public static interface ValkeyConfiguration.ClusterConfiguration
extends ValkeyConfiguration.WithPassword
Configuration interface suitable for Valkey cluster environments.
- Since:
- 2.1
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
getPassword, getUsername, setPassword, setPassword, setPassword, setUsername
-
Method Details
-
getClusterNodes
Set<ValkeyNode> getClusterNodes()Returns anSetofcluster nodes.- Returns:
Setofcluster nodes. Never null.
-
getMaxRedirects
- Returns:
- max number of redirects to follow or null if not set.
-