Add support for lag
and entries-read
results from XINFO GROUPS
in Redis 7
#2388
Labels
lag
and entries-read
results from XINFO GROUPS
in Redis 7
#2388
Redis 7 introduced new
lag
andentries-read
data items to the output of theXINFO GROUPS
command.node-redis currently doesn't support these:
node-redis/packages/client/lib/commands/XINFO_GROUPS.ts
Line 11 in c5b6f77
Add support for these, using this PR as an example of how to do it.
The text was updated successfully, but these errors were encountered: