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

Method EvalSha

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

Source from the content-addressed store, hash-verified

12type Scripter interface {
13 Eval(ctx context.Context, script string, keys []string, args ...interface{}) *Cmd
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

Callers 3

commands_test.goFile · 0.65
EvalShaMethod · 0.65

Implementers 1

fakeScripterscript_server_sha_unit_test.go

Calls

no outgoing calls

Tested by

no test coverage detected