mirror of https://github.com/go-redis/redis.git
readXGroupInfo support entries-read and lag
This commit is contained in:
parent
9ae93887be
commit
0205a0c632
|
@ -1962,6 +1962,7 @@ type XInfoGroup struct {
|
|||
Consumers int64
|
||||
Pending int64
|
||||
LastDeliveredID string
|
||||
|
||||
EntriesRead int64
|
||||
Lan int64
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue