You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
close #2192 close #2193 close #2194 close #2195 close #2196 close #2197 close #2198 - support for TimeSeries 1.8 (#2200)
This commit is contained in:
@@ -59,7 +59,7 @@ describe('REVRANGE', () => {
|
||||
timeBucket: 1
|
||||
}
|
||||
}),
|
||||
['TS.REVRANGE', 'key', '-', '+', 'AGGREGATION', 'avg', '1']
|
||||
['TS.REVRANGE', 'key', '-', '+', 'AGGREGATION', 'AVG', '1']
|
||||
);
|
||||
});
|
||||
|
||||
@@ -80,7 +80,7 @@ describe('REVRANGE', () => {
|
||||
}),
|
||||
[
|
||||
'TS.REVRANGE', 'key', '-', '+', 'FILTER_BY_TS', '0', 'FILTER_BY_VALUE',
|
||||
'1', '2', 'COUNT', '1', 'ALIGN', '-', 'AGGREGATION', 'avg', '1'
|
||||
'1', '2', 'COUNT', '1', 'ALIGN', '-', 'AGGREGATION', 'AVG', '1'
|
||||
]
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user