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

2 uses

	github.com/go-redis/redis/v8 (current package)
		error.go#L35: 	if v, ok := err.(timeoutError); ok {
		error.go#L117: type timeoutError interface {