(ctx context.Context, stream, group string, ids ...string)
| 56 | XGroupDelConsumer(ctx context.Context, stream, group, consumer string) *IntCmd |
| 57 | XReadGroup(ctx context.Context, a *XReadGroupArgs) *XStreamSliceCmd |
| 58 | XAck(ctx context.Context, stream, group string, ids ...string) *IntCmd |
| 59 | XNack(ctx context.Context, a *XNackArgs) *IntCmd |
| 60 | XPending(ctx context.Context, stream, group string) *XPendingCmd |
| 61 | XPendingExt(ctx context.Context, a *XPendingExtArgs) *XPendingExtCmd |
no outgoing calls