Package redis.clients.jedis
Interface HostAndPortMapper
-
public interface HostAndPortMapperHostAndPortMapper compatibility interface for Valkey GLIDE wrapper. Stub implementation for compilation compatibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostAndPortgetHostAndPort(HostAndPort hostAndPort)Map a HostAndPort to another HostAndPort.
-
-
-
Method Detail
-
getHostAndPort
HostAndPort getHostAndPort(HostAndPort hostAndPort)
Map a HostAndPort to another HostAndPort. Used for host mapping in cluster configurations.
-
-