| Modifier and Type | Method and Description |
|---|---|
static PendingMessages |
parse(List<?> xpendingOutput)
Parse the output of the Redis XPENDING reporting a summary on pending messages.
|
static List<PendingMessage> |
parseRange(List<?> xpendingOutput)
Parse the output of the Redis XPENDING command with
Range. |
public static List<PendingMessage> parseRange(List<?> xpendingOutput)
Range.xpendingOutput - output of the Redis XPENDING.PendingMessages.public static PendingMessages parse(List<?> xpendingOutput)
xpendingOutput - output of the Redis XPENDING.PendingMessages.Copyright © 2021 lettuce.io. All rights reserved.