(ctx context.Context, key string)
| 20 | GetDel(ctx context.Context, key string) *StringCmd |
| 21 | GetToBuffer(ctx context.Context, key string, buf []byte) *ZeroCopyStringCmd |
| 22 | Incr(ctx context.Context, key string) *IntCmd |
| 23 | IncrBy(ctx context.Context, key string, value int64) *IntCmd |
| 24 | IncrByFloat(ctx context.Context, key string, value float64) *FloatCmd |
| 25 | IncrEXInt(ctx context.Context, key string, args IncrEXIntArgs) *IncrEXIntCmd |
no outgoing calls