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