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 toTimestampLATESTFILTER_BY_TS ...FILTER_BY_VALUE ...COUNT countALIGN alignAGGREGATION aggregator bucketDurationBUCKETTIMESTAMP ...[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:fromTimestampis still Min,toTimestampis still Max.