Class TSGetParams

java.lang.Object
redis.clients.jedis.timeseries.TSGetParams
All Implemented Interfaces:
IParams

public class TSGetParams extends Object implements IParams
Represents optional arguments of TS.GET command.
  • Field Details

    • latest

      private boolean latest
  • Constructor Details

    • TSGetParams

      public TSGetParams()
  • Method Details