| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<StreamGroupInfo>> |
BuilderFactory.STREAM_GROUP_INFO_LIST |
| Modifier and Type | Method and Description |
|---|---|
Response<List<StreamGroupInfo>> |
Pipeline.xinfoGroup(String key)
Deprecated.
|
Response<List<StreamGroupInfo>> |
MultiNodePipelineBase.xinfoGroup(String key)
Deprecated.
|
Response<List<StreamGroupInfo>> |
TransactionBase.xinfoGroup(String key)
Deprecated.
|
List<StreamGroupInfo> |
Jedis.xinfoGroup(String key)
Deprecated.
|
List<StreamGroupInfo> |
UnifiedJedis.xinfoGroup(String key)
Deprecated.
|
CommandObject<List<StreamGroupInfo>> |
CommandObjects.xinfoGroup(String key)
Deprecated.
|
Response<List<StreamGroupInfo>> |
Pipeline.xinfoGroups(String key) |
Response<List<StreamGroupInfo>> |
MultiNodePipelineBase.xinfoGroups(String key) |
Response<List<StreamGroupInfo>> |
TransactionBase.xinfoGroups(String key) |
List<StreamGroupInfo> |
Jedis.xinfoGroups(String key) |
List<StreamGroupInfo> |
UnifiedJedis.xinfoGroups(String key) |
CommandObject<List<StreamGroupInfo>> |
CommandObjects.xinfoGroups(String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<List<StreamGroupInfo>> |
StreamPipelineCommands.xinfoGroup(String key)
Deprecated.
|
List<StreamGroupInfo> |
StreamCommands.xinfoGroup(String key)
Deprecated.
|
Response<List<StreamGroupInfo>> |
StreamPipelineCommands.xinfoGroups(String key)
Introspection command used in order to retrieve different information about groups in the stream
|
List<StreamGroupInfo> |
StreamCommands.xinfoGroups(String key)
Introspection command used in order to retrieve different information about groups in the stream
|
Copyright © 2022. All rights reserved.