(ctx context.Context, a *XAddArgs)
| 38 | |
| 39 | type StreamCmdable interface { |
| 40 | XAdd(ctx context.Context, a *XAddArgs) *StringCmd |
| 41 | XAckDel(ctx context.Context, stream string, group string, mode string, ids ...string) *SliceCmd |
| 42 | XDel(ctx context.Context, stream string, ids ...string) *IntCmd |
| 43 | XDelEx(ctx context.Context, stream string, mode string, ids ...string) *SliceCmd |
no outgoing calls