(ctx context.Context, key string)
| 12 | HExists(ctx context.Context, key, field string) *BoolCmd |
| 13 | HGet(ctx context.Context, key, field string) *StringCmd |
| 14 | HGetAll(ctx context.Context, key string) *MapStringStringCmd |
| 15 | HGetDel(ctx context.Context, key string, fields ...string) *StringSliceCmd |
| 16 | HGetEX(ctx context.Context, key string, fields ...string) *StringSliceCmd |
| 17 | HGetEXWithArgs(ctx context.Context, key string, options *HGetEXOptions, fields ...string) *StringSliceCmd |
no outgoing calls