We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e30221 + 5b4bc5c commit 085647aCopy full SHA for 085647a
commands.go
@@ -229,6 +229,7 @@ type Cmdable interface {
229
XTrimApprox(ctx context.Context, key string, maxLen int64) *IntCmd
230
XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
231
XInfoStream(ctx context.Context, key string) *XInfoStreamCmd
232
+ XInfoConsumers(ctx context.Context, key string, group string) *XInfoConsumersCmd
233
234
BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
235
BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
0 commit comments