| 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<List<StreamGroupInfo>> |
BuilderFactory.STREAM_GROUP_INFO_LIST |
| Modifier and Type | Method and Description |
|---|---|
CommandObject<List<StreamGroupInfo>> |
CommandObjects.xinfoGroups(String key) |
Response<List<StreamGroupInfo>> |
PipeliningBase.xinfoGroups(String key) |
List<StreamGroupInfo> |
Jedis.xinfoGroups(String key) |
List<StreamGroupInfo> |
UnifiedJedis.xinfoGroups(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<StreamGroupInfo> |
StreamCommands.xinfoGroups(String key)
Introspection command used in order to retrieve different information about groups in the stream
|
Response<List<StreamGroupInfo>> |
StreamPipelineCommands.xinfoGroups(String key)
Introspection command used in order to retrieve different information about groups in the stream
|
Copyright © 2024. All rights reserved.