Class RediSearchUtils


  • public class RediSearchUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RediSearchUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeTag​(java.lang.String value)  
      static <K> IndexInfo<K> getInfo​(java.util.List<java.lang.Object> infoList)  
      • Methods inherited from class java.lang.Object

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

      • RediSearchUtils

        public RediSearchUtils()
    • Method Detail

      • getInfo

        public static <K> IndexInfo<K> getInfo​(java.util.List<java.lang.Object> infoList)
      • escapeTag

        public static java.lang.String escapeTag​(java.lang.String value)