Class JedisClusterHashTag


  • public class JedisClusterHashTag
    extends java.lang.Object
    JedisClusterHashTag compatibility class for Valkey GLIDE wrapper. Provides cluster hash tag utilities for compilation compatibility.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getHashTag​(java.lang.String key)
      Extract hash tag from a key.
      static boolean isClusterCompliantMatchPattern​(java.lang.String keyPattern)
      Check if a key pattern is cluster compliant.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JedisClusterHashTag

        public JedisClusterHashTag()
    • Method Detail

      • isClusterCompliantMatchPattern

        public static boolean isClusterCompliantMatchPattern​(java.lang.String keyPattern)
        Check if a key pattern is cluster compliant. Stub implementation for compilation compatibility.
      • getHashTag

        public static java.lang.String getHashTag​(java.lang.String key)
        Extract hash tag from a key. Stub implementation for compilation compatibility.