Expected behavior
XPENDING can be called with just a key name and a consumer group name, and it just outputs a summary about the pending messages in a given consumer group.
like:
> XPENDING mystream group55
1) (integer) 1
2) 1526984818136-0
3) 1526984818136-0
4) 1) 1) "consumer-123"
2) "1"
doc https://redis.io/commands/xpending
Actual behavior
only return the pending messages list
Steps to reproduce:
Please create a reproducible case of your problem. Make sure
that case repeats consistently and it's not random
1.
2.
3.
Redis / Jedis Configuration
Jedis version:
Redis version:
Java version: