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

Method DelExArgs

string_commands.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, key string, a DelExArgs)

Source from the content-addressed store, hash-verified

12 Decr(ctx context.Context, key string) *IntCmd
13 DecrBy(ctx context.Context, key string, decrement int64) *IntCmd
14 DelExArgs(ctx context.Context, key string, a DelExArgs) *IntCmd
15 Digest(ctx context.Context, key string) *DigestCmd
16 Get(ctx context.Context, key string) *StringCmd
17 GetRange(ctx context.Context, key string, start, end int64) *StringCmd

Callers 4

TestDelExArgsWithDigestFunction · 0.65
commands_test.goFile · 0.65
conditionalDeleteExampleFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestDelExArgsWithDigestFunction · 0.52