| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.resps |
This package contains custom responses of core Redis commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<java.util.List<StreamConsumerInfo>> |
BuilderFactory.STREAM_CONSUMER_INFO_LIST |
| Modifier and Type | Method and Description |
|---|---|
Response<java.util.List<StreamConsumerInfo>> |
PipeliningBase.xinfoConsumers2(java.lang.String key,
java.lang.String group) |
java.util.List<StreamConsumerInfo> |
UnifiedJedis.xinfoConsumers2(java.lang.String key,
java.lang.String group) |
CommandObject<java.util.List<StreamConsumerInfo>> |
CommandObjects.xinfoConsumers2(java.lang.String key,
java.lang.String group) |
java.util.List<StreamConsumerInfo> |
Jedis.xinfoConsumers2(java.lang.String key,
java.lang.String group) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StreamConsumerInfo> |
StreamCommands.xinfoConsumers2(java.lang.String key,
java.lang.String group)
Introspection command used in order to retrieve different information about consumers in the group
|
Response<java.util.List<StreamConsumerInfo>> |
StreamPipelineCommands.xinfoConsumers2(java.lang.String key,
java.lang.String group)
Introspection command used in order to retrieve different information about consumers in the group
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamConsumersInfo
Deprecated.
Use
StreamConsumerInfo. |
Copyright © 2025. All rights reserved.