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

Method ScriptLoad

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

Source from the content-addressed store, hash-verified

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
21var (

Callers 4

ScriptLoadMethod · 0.65
osscluster_test.goFile · 0.65
LoadMethod · 0.65
ensureHashMethod · 0.65

Implementers 1

fakeScripterscript_server_sha_unit_test.go

Calls

no outgoing calls

Tested by

no test coverage detected