| 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.Long> |
PipeliningBase.tsIncrBy(java.lang.String key,
double addend,
TSIncrByParams incrByParams) |
long |
UnifiedJedis.tsIncrBy(java.lang.String key,
double addend,
TSIncrByParams incrByParams) |
CommandObject<java.lang.Long> |
CommandObjects.tsIncrBy(java.lang.String key,
double addend,
TSIncrByParams incrByParams) |
| Modifier and Type | Method and Description |
|---|---|
static TSIncrByParams |
TSIncrByParams.incrByParams() |
| Modifier and Type | Method and Description |
|---|---|
long |
RedisTimeSeriesCommands.tsIncrBy(java.lang.String key,
double addend,
TSIncrByParams incrByParams)
TS.INCRBY key addend
[TIMESTAMP timestamp]
[RETENTION retentionPeriod]
[ENCODING <COMPRESSED|UNCOMPRESSED>]
[CHUNK_SIZE size]
[DUPLICATE_POLICY policy]
[IGNORE ignoreMaxTimediff ignoreMaxValDiff]
[LABELS [label value ...]] |
Response<java.lang.Long> |
RedisTimeSeriesPipelineCommands.tsIncrBy(java.lang.String key,
double addend,
TSIncrByParams incrByParams) |
Copyright © 2025. All rights reserved.