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

Method Eval

script.go:93–95  ·  script.go::Script.Eval
(ctx context.Context, c Scripter, keys []string, args ...interface{})

Source from the content-addressed store, hash-verified

91}
92
93func (s *Script) Eval(ctx context.Context, c Scripter, keys []string, args ...interface{}) *Cmd {
94 return c.Eval(ctx, s.src, keys, args...)
95}
96
97func (s *Script) EvalRO(ctx context.Context, c Scripter, keys []string, args ...interface{}) *Cmd {
98 return c.EvalRO(ctx, s.src, keys, args...)

Callers 2

EvalShaMethod · 0.95
RunMethod · 0.95

Calls 1

EvalMethod · 0.65

Tested by

no test coverage detected