Cmdable interface: add XInfoConsumers method

This commit is contained in:
wangtuanjie 2021-04-06 22:13:34 +08:00
parent 1e30221353
commit 5b4bc5cab5
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ type Cmdable interface {
XTrimApprox(ctx context.Context, key string, maxLen int64) *IntCmd
XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
XInfoStream(ctx context.Context, key string) *XInfoStreamCmd
XInfoConsumers(ctx context.Context, key string, group string) *XInfoConsumersCmd
BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd