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

Method MSet

string_commands.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, values ...interface{})

Source from the content-addressed store, hash-verified

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
32 Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *StatusCmd

Callers 5

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

Calls

no outgoing calls

Tested by 3

BenchmarkRedisMGetFunction · 0.52
ExampleSliceCmd_ScanFunction · 0.52
ExampleClient_msetFunction · 0.52