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

Method ScriptExists

script.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, hashes ...string)

Source from the content-addressed store, hash-verified

15 EvalRO(ctx context.Context, script string, keys []string, args ...interface{}) *Cmd
16 EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *Cmd
17 ScriptExists(ctx context.Context, hashes ...string) *BoolSliceCmd
18 ScriptLoad(ctx context.Context, script string) *StringCmd
19}
20

Callers 3

ScriptExistsMethod · 0.65
osscluster_test.goFile · 0.65
ExistsMethod · 0.65

Implementers 1

fakeScripterscript_server_sha_unit_test.go

Calls

no outgoing calls

Tested by

no test coverage detected