(ctx context.Context, key string, buf []byte)
| 19 | GetEx(ctx context.Context, key string, expiration time.Duration) *StringCmd |
| 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 |
no outgoing calls