Skip to content

Commit 67ae445

Browse files
authored
Merge pull request #1845 from iph0/master
Added missing method XInfoStreamFull to Cmdable interface
2 parents ad880a9 + 2ca559d commit 67ae445

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)