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 |
---|---|
List<StreamGroupInfo> |
BinaryShardedJedis.xinfoGroup(byte[] key) |
List<StreamGroupInfo> |
BinaryJedis.xinfoGroup(byte[] key) |
List<StreamGroupInfo> |
ShardedJedis.xinfoGroup(String key) |
List<StreamGroupInfo> |
Jedis.xinfoGroup(String key) |
Modifier and Type | Method and Description |
---|---|
List<StreamGroupInfo> |
BinaryJedisCommands.xinfoGroup(byte[] key)
Deprecated.
|
List<StreamGroupInfo> |
JedisCommands.xinfoGroup(String key)
Introspection command used in order to retrieve different information about groups in the stream
|
Copyright © 2021. All rights reserved.