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

Method HSet

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

Source from the content-addressed store, hash-verified

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

Callers 15

pubsub_test.goFile · 0.65
ring_test.goFile · 0.65
iterator_test.goFile · 0.65
commands_test.goFile · 0.65
search_test.goFile · 0.65
ExampleClient_HSetFunction · 0.65
benchmarkHSETOperationsFunction · 0.65
benchmarkHSETPipelinedFunction · 0.65

Calls

no outgoing calls

Tested by 14

ExampleClient_HSetFunction · 0.52
benchmarkHSETOperationsFunction · 0.52
benchmarkHSETPipelinedFunction · 0.52
ExampleClient_hmgetFunction · 0.52
ExampleClient_hincrbyFunction · 0.52
ExampleClient_hsetFunction · 0.52
ExampleClient_hgetFunction · 0.52
ExampleClient_hgetallFunction · 0.52