Package redis.clients.jedis
Class JedisClusterInfoCache
- java.lang.Object
-
- redis.clients.jedis.JedisClusterInfoCache
-
public class JedisClusterInfoCache extends java.lang.ObjectJedisClusterInfoCache compatibility class for Valkey GLIDE wrapper. Stub implementation for compilation compatibility.NOTE: This class is not used in the GLIDE compatibility layer. GLIDE handles cluster topology internally.
-
-
Constructor Summary
Constructors Constructor Description JedisClusterInfoCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetNodeKey(java.lang.String host, int port)Get node key from host and port.static java.lang.StringgetNodeKey(HostAndPort nodeHostAndPort)Get node key from HostAndPort.
-
-
-
Method Detail
-
getNodeKey
public static java.lang.String getNodeKey(HostAndPort nodeHostAndPort)
Get node key from HostAndPort. Stub implementation for compilation compatibility.
-
getNodeKey
public static java.lang.String getNodeKey(java.lang.String host, int port)Get node key from host and port. Stub implementation for compilation compatibility.
-
-