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 fc79395 commit 40eb89cCopy full SHA for 40eb89c
command.go
@@ -2187,6 +2187,7 @@ func (cmd *XInfoGroupsCmd) readReply(rd *proto.Reader) error {
2187
2188
// lag: the number of entries in the stream that are still waiting to be delivered
2189
// to the group's consumers, or a NULL(Nil) when that number can't be determined.
2190
+ // In that case, we return -1.
2191
if err != nil && err != Nil {
2192
return err
2193
} else if err == Nil {
0 commit comments