TsRangeCommand extension

on
  • TimeSeriesCommands

Methods

tsRange(String key, Object fromTimestamp, Object toTimestamp, {List options = const [], bool forceRun = false}) Future

Available on TimeSeriesCommands, provided by the TsRangeCommand extension

TS.RANGE key fromTimestamp toTimestamp LATEST FILTER_BY_TS ... FILTER_BY_VALUE ... COUNT count ALIGN align AGGREGATION aggregator bucketDuration BUCKETTIMESTAMP ... [EMPTY]
tsRange2(String key, Object fromTimestamp, Object toTimestamp, {bool latest = false, List<int>? filterByTs, num? filterByValueMin, num? filterByValueMax, int? count, Object? align, String? aggregator, int? bucketDuration, List? bucketTimestamp, bool empty = false, bool forceRun = false}) Future

Available on TimeSeriesCommands, provided by the TsRangeCommand extension

TS.RANGE key fromTimestamp toTimestamp LATEST FILTER_BY_TS ... FILTER_BY_VALUE ... COUNT count ALIGN align AGGREGATION aggregator bucketDuration BUCKETTIMESTAMP ... [EMPTY]