Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for getting Summary info by XPENDING #2274

Closed
dengliming opened this issue Nov 7, 2020 · 0 comments · Fixed by #2417
Closed

Add support for getting Summary info by XPENDING #2274

dengliming opened this issue Nov 7, 2020 · 0 comments · Fixed by #2417
Milestone

Comments

@dengliming
Copy link
Contributor

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants