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

Method HMGet

hash_commands.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, key string, fields ...string)

Source from the content-addressed store, hash-verified

20 HKeys(ctx context.Context, key string) *StringSliceCmd
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

Callers 5

commands_test.goFile · 0.65
mainFunction · 0.65
mainFunction · 0.65
ExampleClient_hmgetFunction · 0.65

Calls

no outgoing calls

Tested by 2

ExampleClient_hmgetFunction · 0.52