fix: readXGroupInfo support entries-read and lag

This commit is contained in:
神圣小树 2022-12-22 17:39:35 +08:00
parent 0205a0c632
commit f58ab5e12e
1 changed files with 1 additions and 1 deletions

View File

@ -1963,8 +1963,8 @@ type XInfoGroup struct {
Pending int64 Pending int64
LastDeliveredID string LastDeliveredID string
EntriesRead int64
Lan int64 Lan int64
EntriesRead int64
} }
var _ Cmder = (*XInfoGroupsCmd)(nil) var _ Cmder = (*XInfoGroupsCmd)(nil)