Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands |
Modifier and Type | Field and Description |
---|---|
static Builder<StreamPendingSummary> |
BuilderFactory.STREAM_PENDING_SUMMARY |
Modifier and Type | Method and Description |
---|---|
StreamPendingSummary |
ShardedJedis.xpending(String key,
String groupname)
Deprecated.
|
StreamPendingSummary |
JedisCluster.xpending(String key,
String groupname) |
StreamPendingSummary |
Jedis.xpending(String key,
String groupname) |
Modifier and Type | Method and Description |
---|---|
Response<StreamPendingSummary> |
PipelineBase.xpending(String key,
String groupname) |
Modifier and Type | Method and Description |
---|---|
StreamPendingSummary |
JedisCommands.xpending(String key,
String groupname)
XPENDING key group
|
StreamPendingSummary |
JedisClusterCommands.xpending(String key,
String groupname)
XPENDING key group
|
Modifier and Type | Method and Description |
---|---|
Response<StreamPendingSummary> |
RedisPipeline.xpending(String key,
String groupname) |
Copyright © 2024. All rights reserved.