From 0205a0c632d6b7ab84cf0b5d90ff241b7d5e983c 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:29:08 +0800 Subject: [PATCH] readXGroupInfo support entries-read and lag --- command.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/command.go b/command.go index 38c20ade..577c832b 100644 --- a/command.go +++ b/command.go @@ -1962,8 +1962,9 @@ type XInfoGroup struct { Consumers int64 Pending int64 LastDeliveredID string - EntriesRead int64 - Lan int64 + + EntriesRead int64 + Lan int64 } var _ Cmder = (*XInfoGroupsCmd)(nil)