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,8 +1962,9 @@ type XInfoGroup struct {
|
||||||
Consumers int64
|
Consumers int64
|
||||||
Pending int64
|
Pending int64
|
||||||
LastDeliveredID string
|
LastDeliveredID string
|
||||||
EntriesRead int64
|
|
||||||
Lan int64
|
EntriesRead int64
|
||||||
|
Lan int64
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ Cmder = (*XInfoGroupsCmd)(nil)
|
var _ Cmder = (*XInfoGroupsCmd)(nil)
|
||||||
|
|
Loading…
Reference in New Issue