Class TimeSeriesProtocol


  • public class TimeSeriesProtocol
    extends java.lang.Object
    Time Series protocol commands and keywords for Valkey GLIDE compatibility layer. Based on original Jedis TimeSeriesProtocol.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] MINUS  
      static byte[] PLUS  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PLUS

        public static final byte[] PLUS
      • MINUS

        public static final byte[] MINUS
    • Constructor Detail

      • TimeSeriesProtocol

        public TimeSeriesProtocol()