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

Method HGetAll

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

Source from the content-addressed store, hash-verified

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

Callers 7

commands_test.goFile · 0.65
mainFunction · 0.65
mainFunction · 0.65
ExampleClient_hsetFunction · 0.65
ExampleClient_hgetallFunction · 0.65

Calls

no outgoing calls

Tested by 4

ExampleClient_hsetFunction · 0.52
ExampleClient_hgetallFunction · 0.52