Skip to content

Commit 2ca559d

Browse files
committed
Added missing method XInfoStreamFull to Cmdable interface
1 parent 7dad93e commit 2ca559d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands.go

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ type Cmdable interface {
248248
XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *IntCmd
249249
XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
250250
XInfoStream(ctx context.Context, key string) *XInfoStreamCmd
251+
XInfoStreamFull(ctx context.Context, key string, count int) *XInfoStreamFullCmd
251252
XInfoConsumers(ctx context.Context, key string, group string) *XInfoConsumersCmd
252253

253254
BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd

0 commit comments

Comments
 (0)