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

Method EvalShaRO

script.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, sha1 string, keys []string, args ...interface{})

Source from the content-addressed store, hash-verified

14 EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *Cmd
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}

Callers 3

commands_test.goFile · 0.65
EvalShaROMethod · 0.65

Implementers 1

fakeScripterscript_server_sha_unit_test.go

Calls

no outgoing calls

Tested by

no test coverage detected