Hi there,
I have created a TS in redis with some aggregation rules. However the rules dont get updated, they always come as empty list.
TS.MGET “LATEST” “FILTER” “symbol=btcusdt”
-
- “btcusdt”
- (empty list or set)
-
- “1679061819032”
- “26555.09”
-
- “btcusdt:1800000”
- (empty list or set)
- (empty list or set)
-
- “btcusdt:300000”
- (empty list or set)
- (empty list or set)
-
- “btcusdt:3600000”
- (empty list or set)
- (empty list or set)
–
TS.INFO btcusdt
- “totalSamples”
- “279”
- “memoryUsage”
- “8664”
- “firstTimestamp”
- “1679061816361”
- “lastTimestamp”
- “1679061820124”
- “retentionTime”
- “604800000”
- “chunkCount”
- “2”
- “chunkSize”
- “4096”
- “chunkType”
- “uncompressed”
- “duplicatePolicy”
- “null”
- “labels”
-
-
- “exchange”
- “binance”
-
-
- “symbol”
- “btcusdt”
- “sourceKey”
- “null”
- “rules”
-
-
- “btcusdt:60000”
- “60000”
- “AVG”
-
-
- “btcusdt:300000”
- “300000”
- “AVG”
-
- “btcusdt:900000”
- “900000”
- “AVG”
-
- “btcusdt:1800000”
- “1800000”
- “AVG”
-
- “btcusdt:3600000”
- “3600000”
- “AVG”
-
- “btcusdt:86400000”
- “86400000”
- “AVG”