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

Method GetToBuffer

string_commands.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, key string, buf []byte)

Source from the content-addressed store, hash-verified

19 GetEx(ctx context.Context, key string, expiration time.Duration) *StringCmd
20 GetDel(ctx context.Context, key string) *StringCmd
21 GetToBuffer(ctx context.Context, key string, buf []byte) *ZeroCopyStringCmd
22 Incr(ctx context.Context, key string) *IntCmd
23 IncrBy(ctx context.Context, key string, value int64) *IntCmd
24 IncrByFloat(ctx context.Context, key string, value float64) *FloatCmd

Callers 6

commands_test.goFile · 0.65
runPipelineExamplesFunction · 0.65
runPackingExamplesFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 2