mirror of
https://github.com/redis/go-redis.git
synced 2025-07-18 00:20:57 +03:00
Added missing method XInfoStreamFull to Cmdable interface
This commit is contained in:
@ -248,6 +248,7 @@ type Cmdable interface {
|
|||||||
XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *IntCmd
|
XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *IntCmd
|
||||||
XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
|
XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
|
||||||
XInfoStream(ctx context.Context, key string) *XInfoStreamCmd
|
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
|
XInfoConsumers(ctx context.Context, key string, group string) *XInfoConsumersCmd
|
||||||
|
|
||||||
BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
|
BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
|
||||||
|
Reference in New Issue
Block a user