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

Method MGet

string_commands.go:28–28  ·  view source on GitHub ↗
(ctx context.Context, keys ...string)

Source from the content-addressed store, hash-verified

26 IncrEXFloat(ctx context.Context, key string, args IncrEXFloatArgs) *IncrEXFloatCmd
27 LCS(ctx context.Context, q *LCSQuery) *LCSCmd
28 MGet(ctx context.Context, keys ...string) *SliceCmd
29 MSet(ctx context.Context, values ...interface{}) *StatusCmd
30 MSetNX(ctx context.Context, values ...interface{}) *BoolCmd
31 MSetEX(ctx context.Context, args MSetEXArgs, values ...interface{}) *IntCmd

Callers 7

commands_test.goFile · 0.65
BenchmarkRedisMGetFunction · 0.65
osscluster_test.goFile · 0.65
ExampleSliceCmd_ScanFunction · 0.65
race_test.goFile · 0.65
mainFunction · 0.65
ExampleClient_msetFunction · 0.65

Calls

no outgoing calls

Tested by 3

BenchmarkRedisMGetFunction · 0.52
ExampleSliceCmd_ScanFunction · 0.52
ExampleClient_msetFunction · 0.52