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

Method Dump

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

Source from the content-addressed store, hash-verified

10type GenericCmdable interface {
11 Del(ctx context.Context, keys ...string) *IntCmd
12 Dump(ctx context.Context, key string) *StringCmd
13 Exists(ctx context.Context, keys ...string) *IntCmd
14 Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
15 ExpireAt(ctx context.Context, key string, tm time.Time) *BoolCmd

Callers 4

commands_test.goFile · 0.65
mainFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected