(ctx context.Context, sha1 string, keys []string, args ...interface{})
| 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 |
| 17 | ScriptExists(ctx context.Context, hashes ...string) *BoolSliceCmd |
no outgoing calls
no test coverage detected