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

Method Eval

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

Source from the content-addressed store, hash-verified

11
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

Callers 2

commands_test.goFile · 0.65
EvalMethod · 0.65

Implementers 1

fakeScripterscript_server_sha_unit_test.go

Calls

no outgoing calls

Tested by

no test coverage detected