Added missing method XInfoStreamFull to Cmdable interface

This commit is contained in:
Eugene Ponizovsky 2021-08-05 17:48:09 +03:00
parent 7dad93efa2
commit 2ca559d5e5
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ type Cmdable interface {
XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *IntCmd
XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
XInfoStream(ctx context.Context, key string) *XInfoStreamCmd
XInfoStreamFull(ctx context.Context, key string, count int) *XInfoStreamFullCmd
XInfoConsumers(ctx context.Context, key string, group string) *XInfoConsumersCmd
BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd