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

Method Del

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

Source from the content-addressed store, hash-verified

9
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

Calls

no outgoing calls