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 lag and entries-read results from XINFO GROUPS in Redis 7 #2388

Open
simonprickett opened this issue Jan 24, 2023 · 1 comment
Assignees
Labels

Comments

@simonprickett
Copy link
Contributor

Redis 7 introduced new lag and entries-read data items to the output of the XINFO GROUPS command.

node-redis currently doesn't support these:

type XInfoGroupsReply = Array<{

Add support for these, using this PR as an example of how to do it.

@simonprickett simonprickett added Bug Evaluating This ticket is still taken into consideration without a clear path forward. and removed Bug labels Jan 24, 2023
@simonprickett simonprickett self-assigned this Jan 24, 2023
@leibale leibale added feature and removed Evaluating This ticket is still taken into consideration without a clear path forward. labels Jan 24, 2023
@ar4hc
Copy link

ar4hc commented Jul 16, 2024

Stumbled upon this problem just now...

Any news on this?

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

No branches or pull requests

3 participants