| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.timeseries |
This package contains the classes and interfaces related to RedisTimeSeries module.
|
| Modifier and Type | Method and Description |
|---|---|
TSInfo |
UnifiedJedis.tsInfo(String key) |
TSInfo |
UnifiedJedis.tsInfoDebug(String key) |
| Modifier and Type | Method and Description |
|---|---|
CommandObject<TSInfo> |
CommandObjects.tsInfo(String key) |
Response<TSInfo> |
PipeliningBase.tsInfo(String key) |
CommandObject<TSInfo> |
CommandObjects.tsInfoDebug(String key) |
Response<TSInfo> |
PipeliningBase.tsInfoDebug(String key) |
| Modifier and Type | Field and Description |
|---|---|
static Builder<TSInfo> |
TSInfo.TIMESERIES_INFO |
static Builder<TSInfo> |
TSInfo.TIMESERIES_INFO_RESP3 |
| Modifier and Type | Method and Description |
|---|---|
TSInfo |
RedisTimeSeriesCommands.tsInfo(String key) |
TSInfo |
RedisTimeSeriesCommands.tsInfoDebug(String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<TSInfo> |
RedisTimeSeriesPipelineCommands.tsInfo(String key) |
Response<TSInfo> |
RedisTimeSeriesPipelineCommands.tsInfoDebug(String key) |
Copyright © 2024. All rights reserved.