| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.resps |
This package contains custom responses of core Redis commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<StreamConsumerInfo>> |
BuilderFactory.STREAM_CONSUMER_INFO_LIST |
| Modifier and Type | Method and Description |
|---|---|
CommandObject<List<StreamConsumerInfo>> |
CommandObjects.xinfoConsumers2(String key,
String group) |
Response<List<StreamConsumerInfo>> |
PipeliningBase.xinfoConsumers2(String key,
String group) |
List<StreamConsumerInfo> |
Jedis.xinfoConsumers2(String key,
String group) |
List<StreamConsumerInfo> |
UnifiedJedis.xinfoConsumers2(String key,
String group) |
| Modifier and Type | Method and Description |
|---|---|
List<StreamConsumerInfo> |
StreamCommands.xinfoConsumers2(String key,
String group)
Introspection command used in order to retrieve different information about consumers in the group
|
Response<List<StreamConsumerInfo>> |
StreamPipelineCommands.xinfoConsumers2(String key,
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 © 2024. All rights reserved.