| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<StreamPendingEntry>> |
BuilderFactory.STREAM_PENDING_ENTRY_LIST |
| Modifier and Type | Method and Description |
|---|---|
Response<List<StreamPendingEntry>> |
StreamPipelineCommands.xpending(String key,
String groupName,
StreamEntryID start,
StreamEntryID end,
int count,
String consumerName)
|
List<StreamPendingEntry> |
StreamCommands.xpending(String key,
String groupName,
StreamEntryID start,
StreamEntryID end,
int count,
String consumerName)
|
Response<List<StreamPendingEntry>> |
StreamPipelineCommands.xpending(String key,
String groupName,
XPendingParams params)
XPENDING key group [[IDLE min-idle-time] start end count [consumer]]
|
List<StreamPendingEntry> |
StreamCommands.xpending(String key,
String groupName,
XPendingParams params)
XPENDING key group [[IDLE min-idle-time] start end count [consumer]]
|
Copyright © 2022. All rights reserved.