- All Superinterfaces:
RedisInstance
- All Known Implementing Classes:
RedisClusterNode
public interface RedisNodeDescription extends RedisInstance
Description of a single Redis Node.
- Since:
- 4.0
- Author:
- Mark Paluch
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.lettuce.core.models.role.RedisInstance
RedisInstance.Role -
Method Summary
Methods inherited from interface io.lettuce.core.models.role.RedisInstance
getRole
-
Method Details
-
getUri
RedisURI getUri()- Returns:
- the URI of the node
-