| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<StreamInfo> |
BuilderFactory.STREAM_INFO |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
UnifiedJedis.xinfoStream(java.lang.String key) |
StreamInfo |
Jedis.xinfoStream(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<StreamInfo> |
PipeliningBase.xinfoStream(java.lang.String key) |
CommandObject<StreamInfo> |
CommandObjects.xinfoStream(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
StreamCommands.xinfoStream(java.lang.String key)
Introspection command used in order to retrieve different information about the stream
|
| Modifier and Type | Method and Description |
|---|---|
Response<StreamInfo> |
StreamPipelineCommands.xinfoStream(java.lang.String key)
Introspection command used in order to retrieve different information about the stream
|
Copyright © 2025. All rights reserved.