XPENDINGInspect pending entries of a consumer group (summary or extended form).
| Syntax | XPENDING key group [[IDLE min-idle-time] start end count [consumer]] |
| Group | stream |
| Arity | -3 |
| Since | 1.0.0 |
| Flags | readonly |
| Complexity | summary: O(P*C) — the per-consumer tally is a linear find per PEL row. extended: O(log P + K) |
| Redis compatibility | full |