From 2ca559d5e51fa05ae9f4f38d74ca5ad50164551d Mon Sep 17 00:00:00 2001 From: Eugene Ponizovsky Date: Thu, 5 Aug 2021 17:48:09 +0300 Subject: [PATCH] Added missing method XInfoStreamFull to Cmdable interface --- commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.go b/commands.go index fb1fd82e..80b2bab9 100644 --- a/commands.go +++ b/commands.go @@ -248,6 +248,7 @@ type Cmdable interface { XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *IntCmd XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd XInfoStream(ctx context.Context, key string) *XInfoStreamCmd + XInfoStreamFull(ctx context.Context, key string, count int) *XInfoStreamFullCmd XInfoConsumers(ctx context.Context, key string, group string) *XInfoConsumersCmd BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd