boolean |
RedisTimeSeries.createRule(String sourceKey,
Aggregation aggregation,
long bucketSize,
String destKey) |
TS.CREATERULE sourceKey destKey AGGREGATION aggType retentionTime
|
Range[] |
RedisTimeSeries.mrange(long from,
long to,
Aggregation aggregation,
long timeBucket,
boolean withLabels,
int count,
String... filters) |
TS.MRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
FILTER filter.
|
Range[] |
RedisTimeSeries.mrange(long from,
long to,
Aggregation aggregation,
long timeBucket,
boolean withLabels,
String... filters) |
TS.MRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
|
Range[] |
RedisTimeSeries.mrange(long from,
long to,
Aggregation aggregation,
long timeBucket,
String... filters) |
TS.MRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
|
Range[] |
RedisTimeSeries.mrevrange(long from,
long to,
Aggregation aggregation,
long timeBucket,
boolean withLabels,
int count,
String... filters) |
TS.MREVRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
[WITHLABELS] FILTER filter..
|
Range[] |
RedisTimeSeries.mrevrange(long from,
long to,
Aggregation aggregation,
long timeBucket,
boolean withLabels,
String... filters) |
TS.MREVRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
|
Range[] |
RedisTimeSeries.mrevrange(long from,
long to,
Aggregation aggregation,
long timeBucket,
String... filters) |
TS.MREVRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
|
protected static byte[][] |
Range.multiRangeArgs(long from,
long to,
Aggregation aggregation,
long timeBucket,
boolean withLabels,
Integer count,
String[] filters) |
|
Value[] |
RedisTimeSeries.range(String key,
long from,
long to,
Aggregation aggregation,
long timeBucket) |
TS.RANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket]
|
Value[] |
RedisTimeSeries.range(String key,
long from,
long to,
Aggregation aggregation,
long timeBucket,
int count) |
TS.RANGE key fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
|
Value[] |
RedisTimeSeries.revrange(String key,
long from,
long to,
Aggregation aggregation,
long timeBucket) |
TS.REVRANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket]
|
Value[] |
RedisTimeSeries.revrange(String key,
long from,
long to,
Aggregation aggregation,
long timeBucket,
int count) |
TS.REVRANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] [COUNT
count]
|