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](https://github.com/redis/node-redis/pull/2368) as an example of how to do it.