TsRevRangeCommand extension

on
  • TimeSeriesCommands

Methods

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

Available on TimeSeriesCommands, provided by the TsRevRangeCommand extension

TS.REVRANGE key fromTimestamp toTimestamp LATEST FILTER_BY_TS ... FILTER_BY_VALUE ... COUNT count ALIGN align AGGREGATION aggregator bucketDuration BUCKETTIMESTAMP ... [EMPTY]
tsRevRange2(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 TsRevRangeCommand extension

TS.REVRANGE key fromTimestamp toTimestamp [LATEST] ... Note: fromTimestamp is still Min, toTimestamp is still Max.