You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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:
The text was updated successfully, but these errors were encountered: