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

Method HGet

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

Source from the content-addressed store, hash-verified

11 HDel(ctx context.Context, key string, fields ...string) *IntCmd
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

Callers 5

commands_test.goFile · 0.65
ExampleClient_hsetFunction · 0.65
ExampleClient_hgetFunction · 0.65

Calls

no outgoing calls

Tested by 4

ExampleClient_hsetFunction · 0.52
ExampleClient_hgetFunction · 0.52