node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

Add support for `lag` and `entries-read` results from `XINFO GROUPS` in Redis 7

Open simonprickett opened this issue 2 years ago • 2 comments

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:

https://github.com/redis/node-redis/blob/c5b6f77c338c84a43f6dd4924277010ea029552a/packages/client/lib/commands/XINFO_GROUPS.ts#L11

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

simonprickett avatar Jan 24 '23 11:01 simonprickett

Stumbled upon this problem just now...

Any news on this?

ar4hc avatar Jul 16 '24 07:07 ar4hc

Me too

nathanbowang avatar Apr 30 '25 00:04 nathanbowang