MCPcopy
hub / github.com/redis/go-redis / HMSet

Method HMSet

hash_commands.go:24–24  ·  view source on GitHub ↗
(ctx context.Context, key string, values ...interface{})

Source from the content-addressed store, hash-verified

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

Callers 3

commands_test.goFile · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 1