mirror of
https://github.com/redis/go-redis.git
synced 2025-06-05 06:42:39 +03:00
docs: clarify XInfoGroup.Lag field behavior
This commit is contained in:
parent
68349f4e73
commit
a1f128fc3d
@ -2104,6 +2104,8 @@ type XInfoGroup struct {
|
||||
Pending int64
|
||||
LastDeliveredID string
|
||||
EntriesRead int64
|
||||
// Lag represents the number of pending messages in the stream not yet
|
||||
// delivered to this consumer group. Returns -1 when the lag cannot be determined.
|
||||
Lag int64
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user