# File lib/redis/connection/hiredis.rb, line 47
      def write(command)
        @connection.write(command.flatten(1))
      rescue Errno::EAGAIN
        raise TimeoutError
      end