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

Method Exists

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

Source from the content-addressed store, hash-verified

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
16 ExpireTime(ctx context.Context, key string) *DurationCmd

Calls

no outgoing calls

Tested by 3

TestDelExArgsWithDigestFunction · 0.52
ExampleClient_rule2Function · 0.52