(ctx context.Context, key, field string, incr int64)
| 16 | HGetEX(ctx context.Context, key string, fields ...string) *StringSliceCmd |
| 17 | HGetEXWithArgs(ctx context.Context, key string, options *HGetEXOptions, fields ...string) *StringSliceCmd |
| 18 | HIncrBy(ctx context.Context, key, field string, incr int64) *IntCmd |
| 19 | HIncrByFloat(ctx context.Context, key, field string, incr float64) *FloatCmd |
| 20 | HKeys(ctx context.Context, key string) *StringSliceCmd |
| 21 | HLen(ctx context.Context, key string) *IntCmd |
no outgoing calls