| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
| Modifier and Type | Field and Description |
|---|---|
static Builder<StreamFullInfo> |
BuilderFactory.STREAM_INFO_FULL |
| 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 |
|---|---|
Response<StreamFullInfo> |
Pipeline.xinfoStreamFull(String key) |
Response<StreamFullInfo> |
MultiNodePipelineBase.xinfoStreamFull(String key) |
Response<StreamFullInfo> |
TransactionBase.xinfoStreamFull(String key) |
CommandObject<StreamFullInfo> |
CommandObjects.xinfoStreamFull(String key) |
Response<StreamFullInfo> |
Pipeline.xinfoStreamFull(String key,
int count) |
Response<StreamFullInfo> |
MultiNodePipelineBase.xinfoStreamFull(String key,
int count) |
Response<StreamFullInfo> |
TransactionBase.xinfoStreamFull(String key,
int count) |
CommandObject<StreamFullInfo> |
CommandObjects.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 © 2022. All rights reserved.