# File lib/redis/pipeline.rb, line 44
    def commands
      @futures.map { |f| f._command }
    end