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

Method SetIFDNE

string_commands.go:42–42  ·  view source on GitHub ↗
(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration)

Source from the content-addressed store, hash-verified

40 SetIFDEQ(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *StatusCmd
41 SetIFDEQGet(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *StringCmd
42 SetIFDNE(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *StatusCmd
43 SetIFDNEGet(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *StringCmd
44 SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *BoolCmd
45 SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *BoolCmd

Callers 3

TestSetIFDNEWithDigestFunction · 0.65
commands_test.goFile · 0.65
detectChangesExampleFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestSetIFDNEWithDigestFunction · 0.52