node-redis
node-redis copied to clipboard
Add support for `lag` and `entries-read` results from `XINFO GROUPS` in Redis 7
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.
Stumbled upon this problem just now...
Any news on this?
Me too