From f58ab5e12e5367e849ef0d22aa29c7cb0b76db27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E5=9C=A3=E5=B0=8F=E6=A0=91?= Date: Thu, 22 Dec 2022 17:39:35 +0800 Subject: [PATCH] fix: readXGroupInfo support entries-read and lag --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index 577c832b..97596aef 100644 --- a/command.go +++ b/command.go @@ -1963,8 +1963,8 @@ type XInfoGroup struct { Pending int64 LastDeliveredID string - EntriesRead int64 Lan int64 + EntriesRead int64 } var _ Cmder = (*XInfoGroupsCmd)(nil)