We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68349f4 commit a1f128fCopy full SHA for a1f128f
command.go
@@ -2104,7 +2104,9 @@ type XInfoGroup struct {
2104
Pending int64
2105
LastDeliveredID string
2106
EntriesRead int64
2107
- Lag int64
+ // Lag represents the number of pending messages in the stream not yet
2108
+ // delivered to this consumer group. Returns -1 when the lag cannot be determined.
2109
+ Lag int64
2110
}
2111
2112
var _ Cmder = (*XInfoGroupsCmd)(nil)
0 commit comments