(ctx context.Context, key, element string, val Vector)
| 9 | // note: the APIs is experimental and may be subject to change. |
| 10 | type VectorSetCmdable interface { |
| 11 | VAdd(ctx context.Context, key, element string, val Vector) *BoolCmd |
| 12 | VAddWithArgs(ctx context.Context, key, element string, val Vector, addArgs *VAddArgs) *BoolCmd |
| 13 | VCard(ctx context.Context, key string) *IntCmd |
| 14 | VDim(ctx context.Context, key string) *IntCmd |
no outgoing calls