type github.com/go-redis/redis/v8.scripter

9 uses

	github.com/go-redis/redis/v8 (current package)
		script.go#L11: type scripter interface {
		script.go#L19: 	_ scripter = (*Client)(nil)
		script.go#L20: 	_ scripter = (*Ring)(nil)
		script.go#L21: 	_ scripter = (*ClusterClient)(nil)
		script.go#L41: func (s *Script) Load(ctx context.Context, c scripter) *StringCmd {
		script.go#L45: func (s *Script) Exists(ctx context.Context, c scripter) *BoolSliceCmd {
		script.go#L49: func (s *Script) Eval(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
		script.go#L53: func (s *Script) EvalSha(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
		script.go#L59: func (s *Script) Run(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {