mirror of https://github.com/go-redis/redis.git
fix: readXGroupInfo support entries-read and lag
This commit is contained in:
parent
0205a0c632
commit
f58ab5e12e
|
@ -1963,8 +1963,8 @@ type XInfoGroup struct {
|
|||
Pending int64
|
||||
LastDeliveredID string
|
||||
|
||||
EntriesRead int64
|
||||
Lan int64
|
||||
EntriesRead int64
|
||||
}
|
||||
|
||||
var _ Cmder = (*XInfoGroupsCmd)(nil)
|
||||
|
|
Loading…
Reference in New Issue