(ctx context.Context, script string, keys []string, args ...interface{})
| 11 | |
| 12 | type 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 |
no outgoing calls
no test coverage detected