(ctx context.Context, key string, values ...interface{})
| 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 |
| 27 | HSetNX(ctx context.Context, key, field string, value interface{}) *BoolCmd |
no outgoing calls