Closed gkorland closed 3 years ago
Delete data points for a given timeseries and interval range in the form of start and end delete timestamps.
The given timestamp interval is closed (inclusive), meaning start and end data points will also be deleted.
TS.DEL key fromTimestamp toTimestamp
TS.DEL complexity is O(n).
n = Number of data points that are in the requested range
TS.DEL temperature:2:32 1548149180000 1548149183000
TS.DEL
Delete data points for a given timeseries and interval range in the form of start and end delete timestamps.
The given timestamp interval is closed (inclusive), meaning start and end data points will also be deleted.
Complexity
TS.DEL complexity is O(n).
n = Number of data points that are in the requested range
Delete range of data points example