(ctx context.Context, script string)
| 16 | EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *Cmd |
| 17 | ScriptExists(ctx context.Context, hashes ...string) *BoolSliceCmd |
| 18 | ScriptLoad(ctx context.Context, script string) *StringCmd |
| 19 | } |
| 20 | |
| 21 | var ( |
no outgoing calls
no test coverage detected