# File lib/hiredis/ext/connection.rb, line 18
      def read
        _read
      rescue ::EOFError
        raise Errno::ECONNRESET
      end