| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<StreamFullInfo> |
BuilderFactory.STREAM_FULL_INFO |
static Builder<StreamFullInfo> |
BuilderFactory.STREAM_INFO_FULL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StreamFullInfo |
Jedis.xinfoStreamFull(String key) |
StreamFullInfo |
UnifiedJedis.xinfoStreamFull(String key) |
StreamFullInfo |
Jedis.xinfoStreamFull(String key,
int count) |
StreamFullInfo |
UnifiedJedis.xinfoStreamFull(String key,
int count) |
| Modifier and Type | Method and Description |
|---|---|
CommandObject<StreamFullInfo> |
CommandObjects.xinfoStreamFull(String key) |
Response<StreamFullInfo> |
PipeliningBase.xinfoStreamFull(String key) |
CommandObject<StreamFullInfo> |
CommandObjects.xinfoStreamFull(String key,
int count) |
Response<StreamFullInfo> |
PipeliningBase.xinfoStreamFull(String key,
int count) |
| Modifier and Type | Method and Description |
|---|---|
StreamFullInfo |
StreamCommands.xinfoStreamFull(String key)
Introspection command used in order to retrieve all information about the stream
|
StreamFullInfo |
StreamCommands.xinfoStreamFull(String key,
int count)
Introspection command used in order to retrieve all information about the stream
|
| Modifier and Type | Method and Description |
|---|---|
Response<StreamFullInfo> |
StreamPipelineCommands.xinfoStreamFull(String key)
Introspection command used in order to retrieve all information about the stream
|
Response<StreamFullInfo> |
StreamPipelineCommands.xinfoStreamFull(String key,
int count)
Introspection command used in order to retrieve all information about the stream
|
Copyright © 2024. All rights reserved.