(ctx context.Context, key string, values ...interface{})
| 21 | HLen(ctx context.Context, key string) *IntCmd |
| 22 | HMGet(ctx context.Context, key string, fields ...string) *SliceCmd |
| 23 | HSet(ctx context.Context, key string, values ...interface{}) *IntCmd |
| 24 | HMSet(ctx context.Context, key string, values ...interface{}) *BoolCmd |
| 25 | HSetEX(ctx context.Context, key string, fieldsAndValues ...string) *IntCmd |
| 26 | HSetEXWithArgs(ctx context.Context, key string, options *HSetEXOptions, fieldsAndValues ...string) *IntCmd |
no outgoing calls