程序包 | 说明 |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands |
限定符和类型 | 字段和说明 |
---|---|
static Builder<java.util.List<StreamGroupInfo>> |
BuilderFactory.STREAM_GROUP_INFO_LIST |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<StreamGroupInfo> |
BinaryShardedJedis.xinfoGroup(byte[] key) |
java.util.List<StreamGroupInfo> |
BinaryJedis.xinfoGroup(byte[] key) |
java.util.List<StreamGroupInfo> |
ShardedJedis.xinfoGroup(java.lang.String key) |
java.util.List<StreamGroupInfo> |
Jedis.xinfoGroup(java.lang.String key) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<StreamGroupInfo> |
BinaryJedisCommands.xinfoGroup(byte[] key)
|
java.util.List<StreamGroupInfo> |
JedisCommands.xinfoGroup(java.lang.String key)
Introspection command used in order to retrieve different information about groups in the stream
|