| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.timeseries |
| Modifier and Type | Method and Description |
|---|---|
Response<String> |
Pipeline.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
Response<String> |
MultiNodePipelineBase.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
Response<String> |
TransactionBase.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
String |
UnifiedJedis.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
CommandObject<String> |
CommandObjects.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
| Modifier and Type | Method and Description |
|---|---|
static AggregationType |
AggregationType.valueOf(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 |
|---|---|
TSRangeParams |
TSRangeParams.aggregation(AggregationType aggregationType,
long timeBucket) |
TSMRangeParams |
TSMRangeParams.aggregation(AggregationType aggregationType,
long timeBucket) |
String |
RedisTimeSeriesCommands.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket)
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType timeBucket |
Response<String> |
RedisTimeSeriesPipelineCommands.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
Copyright © 2022. All rights reserved.