We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e07177 commit 93bc3e6Copy full SHA for 93bc3e6
hash_commands.go
@@ -13,6 +13,7 @@ type HashCmdable interface {
13
HGetDel(ctx context.Context, key string, fields ...string) *StringSliceCmd
14
HGetEX(ctx context.Context, key string, fields ...string) *StringSliceCmd
15
HGetEXWithArgs(ctx context.Context, key string, options *HGetEXOptions, fields ...string) *StringSliceCmd
16
+ HIncrBy(ctx context.Context, key, field string, incr int64) *IntCmd
17
HIncrByFloat(ctx context.Context, key, field string, incr float64) *FloatCmd
18
HKeys(ctx context.Context, key string) *StringSliceCmd
19
HLen(ctx context.Context, key string) *IntCmd
0 commit comments