Skip to content

Commit 085647a

Browse files
authored
Merge pull request #1717 from wangtuanjie/master
Cmdable interface: add XInfoConsumers method
2 parents 1e30221 + 5b4bc5c commit 085647a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ type Cmdable interface {
229229
XTrimApprox(ctx context.Context, key string, maxLen int64) *IntCmd
230230
XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
231231
XInfoStream(ctx context.Context, key string) *XInfoStreamCmd
232+
XInfoConsumers(ctx context.Context, key string, group string) *XInfoConsumersCmd
232233

233234
BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
234235
BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd

0 commit comments

Comments
 (0)