# File lib/redis/pipeline.rb, line 86
      def commands
        [[:multi]] + super + [[:exec]]
      end