| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.timeseries |
This package contains the classes and interfaces related to RedisTimeSeries module.
|
| Modifier and Type | Method and Description |
|---|---|
Response<java.lang.String> |
PipeliningBase.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long timeBucket) |
java.lang.String |
UnifiedJedis.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long timeBucket) |
CommandObject<java.lang.String> |
CommandObjects.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long timeBucket) |
Response<java.lang.String> |
PipeliningBase.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
java.lang.String |
UnifiedJedis.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
CommandObject<java.lang.String> |
CommandObjects.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
TSInfo.Rule.getAggregator() |
static AggregationType |
AggregationType.safeValueOf(java.lang.String str) |
static AggregationType |
AggregationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AggregationType> |
TSMRangeElements.getAggregators() |
| Modifier and Type | Method and Description |
|---|---|
TSRangeParams |
TSRangeParams.aggregation(AggregationType aggregationType,
long bucketDuration) |
TSMRangeParams |
TSMRangeParams.aggregation(AggregationType aggregationType,
long bucketDuration) |
java.lang.String |
RedisTimeSeriesCommands.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long timeBucket)
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType timeBucket |
Response<java.lang.String> |
RedisTimeSeriesPipelineCommands.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long timeBucket) |
java.lang.String |
RedisTimeSeriesCommands.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp)
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType bucketDuration [alignTimestamp] |
Response<java.lang.String> |
RedisTimeSeriesPipelineCommands.tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
| Constructor and Description |
|---|
TSMRangeElements(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> labels,
java.util.List<AggregationType> aggregators,
java.util.List<TSElement> value) |
Copyright © 2025. All rights reserved.