(ctx context.Context, key string)
| 34 | Increase(ctx context.Context, key string, value int64) (data int64, err error) |
| 35 | Decrease(ctx context.Context, key string, value int64) (data int64, err error) |
| 36 | Del(ctx context.Context, key string) (err error) |
| 37 | Flush(ctx context.Context) (err error) |
| 38 | } |
| 39 |
no outgoing calls