| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<StreamPendingSummary> |
BuilderFactory.STREAM_PENDING_SUMMARY |
| Modifier and Type | Method and Description |
|---|---|
StreamPendingSummary |
Jedis.xpending(String key,
String groupName) |
StreamPendingSummary |
UnifiedJedis.xpending(String key,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
CommandObject<StreamPendingSummary> |
CommandObjects.xpending(String key,
String groupName) |
Response<StreamPendingSummary> |
PipeliningBase.xpending(String key,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
StreamPendingSummary |
StreamCommands.xpending(String key,
String groupName)
XPENDING key group
|
| Modifier and Type | Method and Description |
|---|---|
Response<StreamPendingSummary> |
StreamPipelineCommands.xpending(String key,
String groupName)
XPENDING key group
|
Copyright © 2024. All rights reserved.